quivr/frontend/lib/components/ui
Nick Guernsey 253e866a86
feat: enhance user page UI (#1319)
# Description

Hope ya'll don't mind, I updated the User Profile's UI to be a bit more
readable. Kept the design neutral to not impose styles.

I also kept the original toggle buttons for Theme and Language in case
we still want to use those in other places in the app, where a select
menu isn't necessary.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):


https://github.com/StanGirard/quivr/assets/64866427/d0320852-ece1-4002-a180-0005df132e71


https://github.com/StanGirard/quivr/assets/64866427/be3c67ec-8d42-44f9-8131-35a70aec20ef

---------

Co-authored-by: Zineb El Bachiri <100568984+gozineb@users.noreply.github.com>
Co-authored-by: Stan Girard <girard.stanislas@gmail.com>
2023-10-05 17:50:02 +02:00
..
Toast feat: add name missing error in new brain modal (#1055) 2023-08-30 11:04:03 +02:00
Button.tsx style: improve ui (#1263) 2023-09-27 09:50:27 +02:00
Card.tsx feat: enhance user page UI (#1319) 2023-10-05 17:50:02 +02:00
Chip.tsx feat: display brain status on settings page (#1221) 2023-09-20 16:24:56 +02:00
Divider.tsx Devx/add linter rules (#331) 2023-06-15 11:52:46 +02:00
Ellipsis.tsx Devx/add linter rules (#331) 2023-06-15 11:52:46 +02:00
Field.tsx feat: improve app ux (#1281) 2023-09-29 10:24:31 +02:00
Modal.tsx style: improve ui (#1263) 2023-09-27 09:50:27 +02:00
PageHeading.tsx fix(i18n): update tests for french and spanish (#878) 2023-08-07 14:13:41 +02:00
Popover.tsx fix: brain ico click working (#701) 2023-07-19 11:20:43 +02:00
Radio.tsx feat: add public brain creation (#1218) 2023-09-20 09:35:09 +02:00
Select.tsx fix(Select): fix JSX typo (#1292) 2023-10-02 09:33:18 +02:00
Spinner.tsx Devx/add linter rules (#331) 2023-06-15 11:52:46 +02:00
TextArea.tsx feat: add custom prompt fields on brain setting pages (#837) 2023-08-03 15:41:24 +02:00
Tooltip.tsx Devx/add linter rules (#331) 2023-06-15 11:52:46 +02:00