sourcegraph/client/cody-ui
Naman Kumar 5eeb2102b0
Improve Cody Web Chat UI (#51614)
Fix a bunch of things in Cody Web UI:
1. Input box overlaps the last chat message.
2. `<code>` in message overflows.
3. Switching to the old chat doesn't scroll down to the latest message.

## Test plan

- visit cody web chat
2023-05-09 14:10:14 +05:30
..
cody-icons-font Add the cody-icons font (#51559) 2023-05-08 02:30:37 +00:00
src Improve Cody Web Chat UI (#51614) 2023-05-09 14:10:14 +05:30
.eslintignore extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
.eslintrc.js extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
.gitignore extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
.stylelintrc.json clean up Cody CSS to increase shareability and improve display in web app (#50279) 2023-04-03 12:29:05 -07:00
BUILD.bazel bazel: disable build-ts and build client/cody with Bazel (#51404) 2023-05-05 03:57:10 -07:00
jest.config.js extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
LICENSE extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
package.json cody shows welcome message with tips, not separate UI with tips (#50687) 2023-04-16 22:05:56 +00:00
README.md extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
tsconfig.json show cody context files as an action in the transcript (#50691) 2023-04-17 06:55:09 +00:00

Cody UI shared library

The @sourcegraph/cody-ui package contains UI code that is shared among Cody clients.