sourcegraph/client/cody-ui
Tim Lucas 66ff3a5eed
More compact Cody Chat Suggestions buttons (#53755)
This makes the suggestion buttons a little more compact for now (saves
50px vertical height on average)

| Before | After |
| - | - |
| <img width="322" alt="Screenshot 2023-06-20 at 10 46 07 pm"
src="https://github.com/sourcegraph/sourcegraph/assets/153/65df0187-366b-429b-8ff2-7571a4040f61">
|<img width="322" alt="Screenshot 2023-06-20 at 10 46 57 pm"
src="https://github.com/sourcegraph/sourcegraph/assets/153/15f88959-a2c6-492f-9325-d72e04ddd66a">
|

## Test plan

- Make the buttons appear
- Interact with them
2023-06-20 13:16:58 +00:00
..
src More compact Cody Chat Suggestions buttons (#53755) 2023-06-20 13:16:58 +00:00
.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 Revert "revert "bazel: improve ESLint rule" (#52853)" (#52878) 2023-06-04 19:06:39 -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.