[PR #4862] [MERGED] New login page UI #4791

Closed
opened 2026-02-22 18:36:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4862
Author: @shatfield4
Created: 1/13/2026
Status: Merged
Merged: 1/26/2026
Merged by: @timothycarambat

Base: masterHead: 4860-feat-implement-new-home-page


📝 Commits (8)

  • 3948fe7 wip new home page multiuser auth
  • aaf71e1 implement new login page designs for single and multiuser auth
  • b341f02 Merge branch 'master' into 4860-feat-implement-new-home-page
  • 70d0d3e fix scroll overflow on mobile
  • 4292339 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 4860-feat-implement-new-home-page
  • 3d7910e rounded custom logos
  • 7fed9cf fix up translation entry to use var
  • b1bee70 Merge branch 'master' into 4860-feat-implement-new-home-page

📊 Changes

27 files changed (+188 additions, -447 deletions)

View changed files

📝 frontend/src/components/Modals/Password/MultiUserAuth.jsx (+116 -108)
📝 frontend/src/components/Modals/Password/SingleUserAuth.jsx (+39 -40)
📝 frontend/src/components/Modals/Password/index.jsx (+8 -32)
📝 frontend/src/locales/ar/common.js (+1 -4)
📝 frontend/src/locales/cs/common.js (+1 -4)
📝 frontend/src/locales/da/common.js (+1 -4)
📝 frontend/src/locales/de/common.js (+1 -4)
📝 frontend/src/locales/en/common.js (+3 -5)
📝 frontend/src/locales/es/common.js (+1 -4)
📝 frontend/src/locales/et/common.js (+1 -4)
📝 frontend/src/locales/fa/common.js (+1 -4)
📝 frontend/src/locales/fr/common.js (+1 -4)
📝 frontend/src/locales/he/common.js (+1 -4)
📝 frontend/src/locales/it/common.js (+1 -4)
📝 frontend/src/locales/ja/common.js (+1 -4)
📝 frontend/src/locales/ko/common.js (+1 -4)
📝 frontend/src/locales/lv/common.js (+1 -4)
📝 frontend/src/locales/nl/common.js (+1 -4)
📝 frontend/src/locales/pl/common.js (+1 -4)
📝 frontend/src/locales/pt_BR/common.js (+1 -4)

...and 7 more files

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #4860

What is in this change?

  • This PR does not include any changes to functionality, only UI
  • Removes all previous styles using the theming variables and now uses light prefix to inline all styles
  • Implements UI for: MultiUserAuth, SingleUserAuth, and the password recovery flow

Additional Information

Screenshots:
Screenshot 2026-01-14 at 6 11 27 PM
Screenshot 2026-01-14 at 6 11 16 PM
Screenshot 2026-01-14 at 6 11 02 PM
Screenshot 2026-01-14 at 6 10 47 PM
Screenshot 2026-01-14 at 6 15 37 PM
Screenshot 2026-01-14 at 6 15 29 PM

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/4862 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 1/13/2026 **Status:** ✅ Merged **Merged:** 1/26/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `4860-feat-implement-new-home-page` --- ### 📝 Commits (8) - [`3948fe7`](https://github.com/Mintplex-Labs/anything-llm/commit/3948fe76795ab9459a45260ac4c0738bda50fadc) wip new home page multiuser auth - [`aaf71e1`](https://github.com/Mintplex-Labs/anything-llm/commit/aaf71e1e59619f65257b3866dc1d49f5b7ff49e0) implement new login page designs for single and multiuser auth - [`b341f02`](https://github.com/Mintplex-Labs/anything-llm/commit/b341f0214002efae23e022e26baaf0499631eefd) Merge branch 'master' into 4860-feat-implement-new-home-page - [`70d0d3e`](https://github.com/Mintplex-Labs/anything-llm/commit/70d0d3e9af9595766f3226e4ef77967c5353a9aa) fix scroll overflow on mobile - [`4292339`](https://github.com/Mintplex-Labs/anything-llm/commit/4292339fe8b833e693e5e67fd3906dfa3ff60422) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 4860-feat-implement-new-home-page - [`3d7910e`](https://github.com/Mintplex-Labs/anything-llm/commit/3d7910ea392fb0792b8f3023bd7840ff2c7664c4) rounded custom logos - [`7fed9cf`](https://github.com/Mintplex-Labs/anything-llm/commit/7fed9cfc90fead5a3f75c52c9be804f595fb81f5) fix up translation entry to use var - [`b1bee70`](https://github.com/Mintplex-Labs/anything-llm/commit/b1bee70bb348ba0e7a4013b296b39ccadeed18eb) Merge branch 'master' into 4860-feat-implement-new-home-page ### 📊 Changes **27 files changed** (+188 additions, -447 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Modals/Password/MultiUserAuth.jsx` (+116 -108) 📝 `frontend/src/components/Modals/Password/SingleUserAuth.jsx` (+39 -40) 📝 `frontend/src/components/Modals/Password/index.jsx` (+8 -32) 📝 `frontend/src/locales/ar/common.js` (+1 -4) 📝 `frontend/src/locales/cs/common.js` (+1 -4) 📝 `frontend/src/locales/da/common.js` (+1 -4) 📝 `frontend/src/locales/de/common.js` (+1 -4) 📝 `frontend/src/locales/en/common.js` (+3 -5) 📝 `frontend/src/locales/es/common.js` (+1 -4) 📝 `frontend/src/locales/et/common.js` (+1 -4) 📝 `frontend/src/locales/fa/common.js` (+1 -4) 📝 `frontend/src/locales/fr/common.js` (+1 -4) 📝 `frontend/src/locales/he/common.js` (+1 -4) 📝 `frontend/src/locales/it/common.js` (+1 -4) 📝 `frontend/src/locales/ja/common.js` (+1 -4) 📝 `frontend/src/locales/ko/common.js` (+1 -4) 📝 `frontend/src/locales/lv/common.js` (+1 -4) 📝 `frontend/src/locales/nl/common.js` (+1 -4) 📝 `frontend/src/locales/pl/common.js` (+1 -4) 📝 `frontend/src/locales/pt_BR/common.js` (+1 -4) _...and 7 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #4860 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - This PR does not include any changes to functionality, only UI - Removes all previous styles using the theming variables and now uses light prefix to inline all styles - Implements UI for: `MultiUserAuth`, `SingleUserAuth`, and the password recovery flow ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> Screenshots: <img width="1605" height="854" alt="Screenshot 2026-01-14 at 6 11 27 PM" src="https://github.com/user-attachments/assets/736a1736-95a5-4c51-92f2-975db160d093" /> <img width="1603" height="848" alt="Screenshot 2026-01-14 at 6 11 16 PM" src="https://github.com/user-attachments/assets/a34446a4-119e-478a-a007-f5915a18bc0e" /> <img width="1608" height="855" alt="Screenshot 2026-01-14 at 6 11 02 PM" src="https://github.com/user-attachments/assets/7837c94e-4588-4876-86b2-d957459d4aa5" /> <img width="1605" height="848" alt="Screenshot 2026-01-14 at 6 10 47 PM" src="https://github.com/user-attachments/assets/5a7f9f57-ed63-4812-b238-81ee71bb7b80" /> <img width="1164" height="854" alt="Screenshot 2026-01-14 at 6 15 37 PM" src="https://github.com/user-attachments/assets/6b33062a-7c0f-47ba-9960-b3e02571afd6" /> <img width="1163" height="854" alt="Screenshot 2026-01-14 at 6 15 29 PM" src="https://github.com/user-attachments/assets/41602da3-1e6a-4e35-830f-53e9eccca907" /> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:36:32 -05:00
yindo closed this issue 2026-02-22 18:36:32 -05:00
yindo changed title from [PR #4862] New login page UI to [PR #4862] [MERGED] New login page UI 2026-06-05 15:20:24 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4791