mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 09:36:08 +00:00
feat(search): implement search API with rate limiting and results fetching
This commit is contained in:
@@ -18,6 +18,12 @@ interface ShortcutGroup {
|
||||
}
|
||||
|
||||
const shortcutGroups: ShortcutGroup[] = [
|
||||
{
|
||||
title: 'Navigation',
|
||||
shortcuts: [
|
||||
{ keys: ['Ctrl', 'K'], description: 'Open search' },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Playback',
|
||||
shortcuts: [
|
||||
|
||||
Reference in New Issue
Block a user