[PR #265] [MERGED] V2 user logout #3272

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/265
Author: @timothycarambat
Created: 10/5/2023
Status: Merged
Merged: 10/5/2023
Merged by: @timothycarambat

Base: ui-v2Head: v2-user-logout


📝 Commits (5)

  • d250abe Add user logout button
  • 1bb727e merge with master
  • a4c2c7d hide other 3 dot button
  • 09898f1 Merge branch 'ui-v2' of github.com:Mintplex-Labs/anything-llm into v2-user-logout
  • 9b10235 wrap admin routes

📊 Changes

6 files changed (+101 additions, -16 deletions)

View changed files

📝 frontend/src/components/PrivateRoute/index.jsx (+11 -2)
📝 frontend/src/components/SettingsSidebar/index.jsx (+1 -1)
📝 frontend/src/components/Sidebar/index.jsx (+1 -8)
frontend/src/components/UserMenu/index.jsx (+74 -0)
📝 frontend/src/pages/GeneralSettings/Security/index.jsx (+7 -1)
📝 frontend/src/pages/Main/index.jsx (+7 -4)

📄 Description

Add user logout icon to top right
hide 3 dot button in sidebar as it is unused.


🔄 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/265 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 10/5/2023 **Status:** ✅ Merged **Merged:** 10/5/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `ui-v2` ← **Head:** `v2-user-logout` --- ### 📝 Commits (5) - [`d250abe`](https://github.com/Mintplex-Labs/anything-llm/commit/d250abeccc3715cf55608cbebca468ca10821f42) Add user logout button - [`1bb727e`](https://github.com/Mintplex-Labs/anything-llm/commit/1bb727e5aff7e2d5182ea7004d729504d80a02a3) merge with master - [`a4c2c7d`](https://github.com/Mintplex-Labs/anything-llm/commit/a4c2c7d1759938712f3e24faf56e0707b2bab680) hide other 3 dot button - [`09898f1`](https://github.com/Mintplex-Labs/anything-llm/commit/09898f1f3e378cad61d58996494c041ac5279496) Merge branch 'ui-v2' of github.com:Mintplex-Labs/anything-llm into v2-user-logout - [`9b10235`](https://github.com/Mintplex-Labs/anything-llm/commit/9b10235d8b1215cdf899f1982fa55ad41b9800c7) wrap admin routes ### 📊 Changes **6 files changed** (+101 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/PrivateRoute/index.jsx` (+11 -2) 📝 `frontend/src/components/SettingsSidebar/index.jsx` (+1 -1) 📝 `frontend/src/components/Sidebar/index.jsx` (+1 -8) ➕ `frontend/src/components/UserMenu/index.jsx` (+74 -0) 📝 `frontend/src/pages/GeneralSettings/Security/index.jsx` (+7 -1) 📝 `frontend/src/pages/Main/index.jsx` (+7 -4) </details> ### 📄 Description Add user logout icon to top right hide 3 dot button in sidebar as it is unused. --- <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:33:26 -05:00
yindo closed this issue 2026-02-22 18:33:26 -05: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#3272