Skip to content

Commit ecc6a72

Browse files
leopu00claude
andcommitted
feat(sidebar): aggiunte sezioni Job Hunting e Tools — tutte le nuove pagine nel menu
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e62cf82 commit ecc6a72

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

web/app/components/sidebar.tsx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ const NAV_GROUPS = [
1313
{ href: '/dashboard', label: 'Dashboard' },
1414
{ href: '/deploy', label: 'Deploy' },
1515
{ href: '/gateway', label: 'Gateway' },
16+
{ href: '/status', label: 'Stato' },
17+
],
18+
},
19+
{
20+
label: 'JOB HUNTING',
21+
links: [
22+
{ href: '/jobs', label: 'Offerte' },
23+
{ href: '/applications', label: 'Candidature' },
24+
{ href: '/interviews', label: 'Colloqui' },
25+
{ href: '/companies', label: 'Aziende' },
26+
{ href: '/cover-letters', label: 'Cover Letter' },
27+
{ href: '/profiles', label: 'Profili' },
28+
{ href: '/alerts', label: 'Alert' },
1629
],
1730
},
1831
{
@@ -22,6 +35,7 @@ const NAV_GROUPS = [
2235
{ href: '/assistant', label: 'Assistente' },
2336
{ href: '/tasks', label: 'Task' },
2437
{ href: '/queue', label: 'Queue' },
38+
{ href: '/workers', label: 'Workers' },
2539
],
2640
},
2741
{
@@ -31,6 +45,19 @@ const NAV_GROUPS = [
3145
{ href: '/history', label: 'History' },
3246
{ href: '/analytics', label: 'Analytics' },
3347
{ href: '/logs', label: 'Logs' },
48+
{ href: '/database', label: 'Database' },
49+
],
50+
},
51+
{
52+
label: 'TOOLS',
53+
links: [
54+
{ href: '/api-explorer', label: 'API Explorer' },
55+
{ href: '/automations', label: 'Automazioni' },
56+
{ href: '/scheduler', label: 'Scheduler' },
57+
{ href: '/monitoring', label: 'Monitoring' },
58+
{ href: '/errors', label: 'Errori' },
59+
{ href: '/performance', label: 'Performance' },
60+
{ href: '/git', label: 'Git' },
3461
],
3562
},
3663
{

0 commit comments

Comments
 (0)