mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
This PR removes the keyword search toggle as part of making the feature GA. It removes the keyword search toggle and popover, but keeps the "call to action" on the search landing page, Main changes: * Remove toggle on search results page * Stop checking `experimentalFeatures.keywordSearch`. (Instead, users should set `search.defaultPatternType: standard`) * Remove `LegacyToggles` and all references. This duplicated `Toggles` and is no longer needed since we unified the implementations. Closes SPLF-111 |
||
|---|---|---|
| .. | ||
| src | ||
| .bazelignore | ||
| .stylelintrc.json | ||
| BUILD.bazel | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vitest.config.ts | ||
Branded
This folder contains client code that is branded, i.e. it implements the visual design language we use across our web app and e.g. in the options menu of the browser extension. Code here can use global classes and must not adapt styles of the code host (for more details, see Styling UI in the handbook).
Any code that is code host agnostic should go into ../shared instead.