[PR #96] [MERGED] v2 user menu notifications #299

Closed
opened 2026-02-23 17:21:09 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/96
Author: @shatfield4
Created: 12/20/2023
Status: Merged
Merged: 12/21/2023
Merged by: @timothycarambat

Base: ui-v2Head: v2-user-menu-notifications


📝 Commits (9)

  • 7088fdd notifications menu overhaul complete
  • 285c309 organization settings page complete
  • ae302f8 create user menu with sign out button
  • 73a46a5 remove unneeded comments
  • 60f828c remove unneeded dependencies
  • 5245bff remove unneeded console logs
  • 0a6d38f remove unneeded dependencies
  • 59e2b63 merge conflicts
  • d594185 pr review

📊 Changes

7 files changed (+1544 additions, -249 deletions)

View changed files

frontend/src/components/Header/Notifications/index.tsx (+0 -195)
frontend/src/components/Notifications/index.tsx (+391 -0)
frontend/src/components/UserMenu/index.tsx (+60 -0)
📝 frontend/src/layout/AppLayout.tsx (+7 -0)
📝 frontend/src/models/organization.ts (+1 -1)
📝 frontend/src/pages/OrganizationSettings/Settings/index.tsx (+43 -52)
📝 frontend/src/pages/OrganizationSettings/index.tsx (+1042 -1)

📄 Description

• User menu appears top right corner of screen with sign out option
• Notifications menu overhaul
• Organization settings page overhaul


🔄 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/vector-admin/pull/96 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 12/20/2023 **Status:** ✅ Merged **Merged:** 12/21/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `ui-v2` ← **Head:** `v2-user-menu-notifications` --- ### 📝 Commits (9) - [`7088fdd`](https://github.com/Mintplex-Labs/vector-admin/commit/7088fdd1bd90c35105de98d7764b363d44dffa26) notifications menu overhaul complete - [`285c309`](https://github.com/Mintplex-Labs/vector-admin/commit/285c3097d1489b837408d22027fd8e451357fc9b) organization settings page complete - [`ae302f8`](https://github.com/Mintplex-Labs/vector-admin/commit/ae302f8fd9c0c45b8a2c45f91dc4571085c793fd) create user menu with sign out button - [`73a46a5`](https://github.com/Mintplex-Labs/vector-admin/commit/73a46a5ba3b880f3a998b75c98c1b47fc4298f26) remove unneeded comments - [`60f828c`](https://github.com/Mintplex-Labs/vector-admin/commit/60f828c52a727c478ff4b62ac9e1a5ca6ec674c4) remove unneeded dependencies - [`5245bff`](https://github.com/Mintplex-Labs/vector-admin/commit/5245bff164b305c67e3b5777633b8ed3fc40e89e) remove unneeded console logs - [`0a6d38f`](https://github.com/Mintplex-Labs/vector-admin/commit/0a6d38f5dfbe9c9ffe55f3e6a5a0c64f2f219f3d) remove unneeded dependencies - [`59e2b63`](https://github.com/Mintplex-Labs/vector-admin/commit/59e2b63e8d5e22696118e8df2dba30078b06b9c8) merge conflicts - [`d594185`](https://github.com/Mintplex-Labs/vector-admin/commit/d5941856cc66020d5f37cde47ffce4af604d47bf) pr review ### 📊 Changes **7 files changed** (+1544 additions, -249 deletions) <details> <summary>View changed files</summary> ➖ `frontend/src/components/Header/Notifications/index.tsx` (+0 -195) ➕ `frontend/src/components/Notifications/index.tsx` (+391 -0) ➕ `frontend/src/components/UserMenu/index.tsx` (+60 -0) 📝 `frontend/src/layout/AppLayout.tsx` (+7 -0) 📝 `frontend/src/models/organization.ts` (+1 -1) 📝 `frontend/src/pages/OrganizationSettings/Settings/index.tsx` (+43 -52) 📝 `frontend/src/pages/OrganizationSettings/index.tsx` (+1042 -1) </details> ### 📄 Description • User menu appears top right corner of screen with sign out option • Notifications menu overhaul • Organization settings page overhaul --- <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-23 17:21:09 -05:00
yindo closed this issue 2026-02-23 17:21:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#299