Complete fuzzy/exact search toggle implementation with screenshots

Co-authored-by: eli32-vlc <84105075+eli32-vlc@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-04 00:58:24 +00:00
parent e3ae5c4256
commit 443d34d169
4 changed files with 71 additions and 6 deletions

View file

@ -98,6 +98,12 @@ export default defineConfig({
replacement: fileURLToPath(
new URL('./theme/components/ThemeDropdown.vue', import.meta.url)
)
},
{
find: /^.*VPLocalSearchBox\.vue$/,
replacement: fileURLToPath(
new URL('./theme/components/VPLocalSearchBox.vue', import.meta.url)
)
}
]
},