Many Changes in Navigation, Shortcuts, Search and Data Pulling directly from Supabase
This commit is contained in:
@@ -46,10 +46,21 @@ const categories = computed(() => [{
|
||||
title: 'Navigation',
|
||||
items: [
|
||||
{ shortcuts: ['G', 'H'], name: 'Gehe zu Dashboard' },
|
||||
{ shortcuts: ['G', 'A'], name: 'Gehe zu Aufgaben' },/*
|
||||
{ shortcuts: ['G', 'A'], name: 'Gehe zu Aufgaben' },
|
||||
{ shortcuts: ['G', 'D'], name: 'Gehe zu Dokumente' },
|
||||
{ shortcuts: ['G', 'K'], name: 'Gehe zu Kunden' },
|
||||
{ shortcuts: ['G', 'L'], name: 'Gehe zu Lieferanten' },
|
||||
{ shortcuts: ['G', 'P'], name: 'Gehe zu Projekte' },
|
||||
{ shortcuts: ['G', 'V'], name: 'Gehe zu Verträge' },
|
||||
{ shortcuts: ['G', 'O'], name: 'Gehe zu Objekte' },/*
|
||||
{ shortcuts: ['G', 'I'], name: 'Go to Inbox' },
|
||||
{ shortcuts: ['G', 'U'], name: 'Go to Users' },*/
|
||||
{ shortcuts: ['G', 'S'], name: 'Gehe zu Einstellungen' }
|
||||
{ shortcuts: ['G', 'S'], name: 'Gehe zu Einstellungen' },
|
||||
{ shortcuts: ['↑'], name: 'Vorheriger Eintrag' },
|
||||
{ shortcuts: ['↓'], name: 'Nächster Eintrag' },
|
||||
{ shortcuts: ['↵'], name: 'Eintrag Öffnen' },
|
||||
{ shortcuts: ['←'], name: 'Tab nach links wechseln' },
|
||||
{ shortcuts: ['→'], name: 'Tab nach rechts wechseln' },
|
||||
]
|
||||
}, /*{
|
||||
title: 'Inbox',
|
||||
|
||||
Reference in New Issue
Block a user