mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-05 09:33:07 +00:00
refactor: update sidebar navigation sections for clarity
- Added Notifications and Project Settings as standalone sections in the sidebar without labels for visual separation. - Removed the previous 'Other' label to enhance the organization of navigation items.
This commit is contained in:
@@ -206,9 +206,9 @@ export function useNavigation({
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add Other section with notifications
|
// Add Notifications and Project Settings as a standalone section (no label for visual separation)
|
||||||
sections.push({
|
sections.push({
|
||||||
label: 'Other',
|
label: '',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
id: 'notifications',
|
id: 'notifications',
|
||||||
@@ -217,13 +217,6 @@ export function useNavigation({
|
|||||||
shortcut: shortcuts.notifications,
|
shortcut: shortcuts.notifications,
|
||||||
count: unreadNotificationsCount,
|
count: unreadNotificationsCount,
|
||||||
},
|
},
|
||||||
],
|
|
||||||
});
|
|
||||||
|
|
||||||
// Add Project Settings as a standalone section (no label for visual separation)
|
|
||||||
sections.push({
|
|
||||||
label: '',
|
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
id: 'project-settings',
|
id: 'project-settings',
|
||||||
label: 'Project Settings',
|
label: 'Project Settings',
|
||||||
|
|||||||
Reference in New Issue
Block a user