feat(search): implement search API with rate limiting and results fetching

This commit is contained in:
Yusuf İpek
2026-03-01 19:18:32 +03:00
parent 75535e8cda
commit 490e800e69
5 changed files with 500 additions and 3 deletions
+6
View File
@@ -18,6 +18,12 @@ interface ShortcutGroup {
}
const shortcutGroups: ShortcutGroup[] = [
{
title: 'Navigation',
shortcuts: [
{ keys: ['Ctrl', 'K'], description: 'Open search' },
],
},
{
title: 'Playback',
shortcuts: [