sourcegraph/client/branded
Julie Tibshirani 6c6448a127
Search: remove keyword toggle (#63584)
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
2024-07-03 10:53:33 -07:00
..
src Search: remove keyword toggle (#63584) 2024-07-03 10:53:33 -07:00
.bazelignore web: drop legacy GraphQL schema generator (#45945) 2022-12-25 18:10:20 -08:00
.stylelintrc.json web: integrate @sourcegraph/stylelint-plugin-sourcegraph and ban bootstrap imports (#34956) 2022-05-05 04:27:26 +00:00
BUILD.bazel Search: remove keyword toggle (#63584) 2024-07-03 10:53:33 -07:00
package.json reapply "switch from jest to vitest for faster, simpler tests (#57886)" (#58145) 2023-11-07 12:00:18 +02:00
README.md web: drop bootstrap depenedency (#41401) 2022-09-07 03:11:26 -07:00
tsconfig.json reapply "switch from jest to vitest for faster, simpler tests (#57886)" (#58145) 2023-11-07 12:00:18 +02:00
vitest.config.ts reapply "switch from jest to vitest for faster, simpler tests (#57886)" (#58145) 2023-11-07 12:00:18 +02:00

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.