feat(frontend): Rename notifications page to System Status and add sync operations section

Co-authored-by: elisiariocouto <818914+elisiariocouto@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-09-21 23:05:12 +00:00
committed by Elisiário Couto
parent 61f9592095
commit 3f2ff21eac
4 changed files with 148 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ import { Link, useLocation } from "@tanstack/react-router";
import {
List,
BarChart3,
Bell,
Activity,
Settings,
Building2,
TrendingUp,
@@ -33,7 +33,7 @@ import {
const navigation = [
{ name: "Overview", icon: List, to: "/" },
{ name: "Analytics", icon: BarChart3, to: "/analytics" },
{ name: "Notifications", icon: Bell, to: "/notifications" },
{ name: "System Status", icon: Activity, to: "/notifications" },
{ name: "Settings", icon: Settings, to: "/settings" },
];