sprint9: app visibility — sidebar permission filter + TopBar + ProtectedRoute + route guards
Check Cross-Plugin Imports / check (push) Has been cancelled

This commit is contained in:
Agent Zero
2026-07-29 02:28:52 +02:00
parent 88c04286af
commit 48b2dfdb11
10 changed files with 221 additions and 80 deletions
+1
View File
@@ -8,6 +8,7 @@ export interface PluginMenuItem {
group: string;
order: number;
badge_key: string;
permission?: string;
}
export interface PluginPageRoute {