feat: add global Komga search autocomplete in header
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 5m50s

This commit is contained in:
2026-03-04 13:46:02 +01:00
parent 818fe67c99
commit 3d7ac0c13e
6 changed files with 411 additions and 9 deletions

View File

@@ -454,6 +454,18 @@
"endOfSeriesMessage": "You have finished all the books in this series!",
"backToSeries": "Back to series"
},
"header": {
"toggleSidebar": "Toggle sidebar",
"toggleTheme": "Toggle theme",
"search": {
"placeholder": "Search series and books...",
"empty": "No results",
"series": "Series",
"books": "Books",
"openSeries": "Open series {{title}}",
"openBook": "Open book {{title}}"
}
},
"navigation": {
"scrollLeft": "Scroll left",
"scrollRight": "Scroll right",