[PR #1602] [MERGED] [FIX] Login screen image ui bug fix + fix footer icons when overflowing #3723

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1602
Author: @shatfield4
Created: 6/3/2024
Status: Merged
Merged: 6/6/2024
Merged by: @timothycarambat

Base: masterHead: login-screen-footer-sidebar-ui-bug-fixes


📝 Commits (4)

  • 1fbf8e9 login screen image ui bug fix + fixed footer icons
  • 26cb891 fix uneven top/botton padding on footer
  • 7108c38 Merge branch 'master' into login-screen-footer-sidebar-ui-bug-fixes
  • 5c0c77b patch Sidebar UI in mobile

📊 Changes

3 files changed (+36 additions, -38 deletions)

View changed files

📝 frontend/src/components/Modals/Password/index.jsx (+3 -3)
📝 frontend/src/components/SettingsSidebar/index.jsx (+11 -10)
📝 frontend/src/components/Sidebar/index.jsx (+22 -25)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #1601

What is in this change?

  • Logos being displayed on single and multi user auth screens were not fixed properly and were floating/moving when resizing screen height and now they are fixed at the top as they should be
  • Make footer icons fixed to the bottom of all sidebar components so that they are visible even when sidebar is overflowing

Additional Information

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/1602 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 6/3/2024 **Status:** ✅ Merged **Merged:** 6/6/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `login-screen-footer-sidebar-ui-bug-fixes` --- ### 📝 Commits (4) - [`1fbf8e9`](https://github.com/Mintplex-Labs/anything-llm/commit/1fbf8e95c37d6f8cbce0b7a64b87dc4691e4b7e8) login screen image ui bug fix + fixed footer icons - [`26cb891`](https://github.com/Mintplex-Labs/anything-llm/commit/26cb8913bb2f62b5349fa2b54edbfcb96abaa564) fix uneven top/botton padding on footer - [`7108c38`](https://github.com/Mintplex-Labs/anything-llm/commit/7108c38a2de419fcc7a4f381e21f37b4a3a02c08) Merge branch 'master' into login-screen-footer-sidebar-ui-bug-fixes - [`5c0c77b`](https://github.com/Mintplex-Labs/anything-llm/commit/5c0c77babf9a8083571a9dfd039cb4d7674fddde) patch Sidebar UI in mobile ### 📊 Changes **3 files changed** (+36 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Modals/Password/index.jsx` (+3 -3) 📝 `frontend/src/components/SettingsSidebar/index.jsx` (+11 -10) 📝 `frontend/src/components/Sidebar/index.jsx` (+22 -25) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #1601 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Logos being displayed on single and multi user auth screens were not fixed properly and were floating/moving when resizing screen height and now they are fixed at the top as they should be - Make footer icons fixed to the bottom of all sidebar components so that they are visible even when sidebar is overflowing ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### 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:34:22 -05:00
yindo closed this issue 2026-02-22 18:34:22 -05:00
yindo changed title from [PR #1602] [FIX] Login screen image ui bug fix + fix footer icons when overflowing to [PR #1602] [MERGED] [FIX] Login screen image ui bug fix + fix footer icons when overflowing 2026-06-05 15:14:53 -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#3723