merlyn/frontend/src/components
Sean Hatfield 11f6419c3c
[FEAT] Implement new login screen UI & multi-user password reset (#1074)
* WIP new login screen UI

* update prisma schema/create new models for pw recovery

* WIP password recovery backend

* WIP reset password flow

* WIP pw reset flow

* password reset logic complete & functional UI

* WIP login screen redesign for single and multi user

* create placeholder modal to display recovery codes

* implement UI for recovery code modals/download recovery codes

* multiuser desktop password reset UI/functionality complete

* support single user mode for pw reset

* mobile styles for all password reset/login flows complete

* lint

* remove single user password recovery

* create PasswordRecovery util file to make more readable

* do not drop-replace users table in migration

* review pr

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-04-25 16:52:30 -07:00
..
ChangeWarning [REFACTOR] remove all <dialog> modals and replace with custom ModalWrapper component (#641) 2024-01-23 14:19:08 -08:00
ChatBubble chore: add @ as alias for frontend root (#414) 2023-12-07 09:09:01 -08:00
DataConnectorOption [FEAT] Implement new data connectors UI (#1034) 2024-04-05 14:25:41 -07:00
DefaultChat [STYLE] Implement new side bar menus (#815) 2024-03-06 17:22:36 -08:00
EditingChatBubble [FEAT] Settings pages UI updates (#833) 2024-03-12 10:45:03 -07:00
EmbeddingSelection Add LMStudio embedding endpoint support (#1141) 2024-04-19 15:36:07 -07:00
Footer [BUG]: Many controls lack screen reader labels (#1023) 2024-04-03 13:11:40 -07:00
lib/CTAButton [FEAT] Normalize UI for CTA buttons/UX improvements (#1021) 2024-04-05 13:54:12 -07:00
LLMSelection Support single-model providers for workspace LLMs (#1179) 2024-04-23 13:18:28 -07:00
Modals [FEAT] Implement new login screen UI & multi-user password reset (#1074) 2024-04-25 16:52:30 -07:00
ModalWrapper [REFACTOR] remove all <dialog> modals and replace with custom ModalWrapper component (#641) 2024-01-23 14:19:08 -08:00
PrivateRoute handle expired token being null and prevent constant rerender (#956) 2024-03-26 16:47:25 -07:00
SettingsButton [BUG]: Many controls lack screen reader labels (#1023) 2024-04-03 13:11:40 -07:00
SettingsSidebar Enable customization of chunk length and overlap (#1059) 2024-04-06 16:38:07 -07:00
Sidebar [FIX] Workspace UI bug fix (#1043) 2024-04-05 10:17:20 -07:00
TranscriptionSelection Support external transcription providers (#909) 2024-03-14 15:43:26 -07:00
UserIcon Add user PFP support and context to logo (#408) 2023-12-07 14:11:51 -08:00
UserMenu [FIX] Make UserMenu appear on mobile (#991) 2024-03-29 15:18:18 -07:00
VectorDBSelection [FEAT] Implement model provider UI updates (#996) 2024-04-02 09:56:14 -07:00
WorkspaceChat [FEAT] Chat UI font size (#1172) 2024-04-23 16:22:37 -07:00
Preloader.jsx Add prisma reset dev command 2024-01-23 14:22:50 -08:00