Merge pull request #32 from vgcman16/codex/add--notes--to-tab_labels

Add notes tab label
This commit is contained in:
vgcman16 2025-06-05 21:17:11 -05:00 committed by GitHub
commit a440c6c4a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,7 @@ export const TAB_LABELS: Record<TabType, string> = {
connection: 'Connections',
debug: 'Debug',
'event-logs': 'Event Logs',
notes: 'Notes',
update: 'Updates',
'task-manager': 'Task Manager',
'tab-management': 'Tab Management',