mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
[PR #96] [MERGED] v2 user menu notifications #299
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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-v2← Head:v2-user-menu-notifications📝 Commits (9)
7088fddnotifications menu overhaul complete285c309organization settings page completeae302f8create user menu with sign out button73a46a5remove unneeded comments60f828cremove unneeded dependencies5245bffremove unneeded console logs0a6d38fremove unneeded dependencies59e2b63merge conflictsd594185pr 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.