sourcegraph/client/branded
2022-03-09 09:56:19 -08:00
..
src Wildcard V2: Introduce MultiSelect (#32103) 2022-03-09 09:56:19 -08:00
.eslintignore [SG-28893] refactor: extract graphql folder into a new http-client package. (#29346) 2022-01-13 18:40:35 +01:00
.eslintrc.js Wildcard V2: <Link /> Manual migration (#30534) 2022-02-02 05:38:47 -08:00
.stylelintrc.json web: seal CSS modules migration with linter rules (#30354) 2022-01-28 07:25:17 -08:00
babel.config.js ci: add tests for client/branded (#16557) 2020-12-08 23:50:25 +01:00
jest.config.js fix types for jest.config.base.js (using @jest/types package) (#24339) 2021-08-26 02:33:21 -07:00
package.json web: add Storybook workspace level commands (#22311) 2021-06-23 22:23:19 +08:00
README.md Update handbook links in doc (#26848) 2021-11-02 00:09:49 +08:00
tsconfig.json refactor: extract codeintellify as new package (#29233) 2022-01-10 22:29:47 +07:00

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 in here can use Bootstrap 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.