mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:31:54 +00:00
Closes #srch-906 This commit adds the cody chat page to svelte. This is simply reusing the existing wrapper around the React component and renders it in a standalone page. When merged this will cause the cody chat page to be handled by new web app on dotcom by default. ## Test plan - Verified that chat loads and the tabs are clickable. - Verified that the scroll behavior works as in the React app. - Verified that the sidebar chat still works as expected (scroll behavior, default context loading/switching) |
||
|---|---|---|
| .. | ||
| auth | ||
| dotcomproductsubscriptiontest | ||
| enterprise | ||
| envvar | ||
| graphqlbackend | ||
| hubspot | ||
| internal | ||
| shared | ||
| BUILD.bazel | ||
| image_test.yaml | ||
| main.go | ||
| README.md | ||
frontend
The frontend serves our web application and hosts our GraphQL API.
Typically there are multiple replicas running in production to scale with load.
Application data is stored in our PostgreSQL database.
Session data is stored in the Redis store, and non-persistent data is stored in the Redis cache.