mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
* Svelte: Add telemetry v2 to svelte client * Run format * Add telemetry to the bazel config |
||
|---|---|---|
| .. | ||
| 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.