mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix fuzzy search: FuseTrackOptions
+ reduce width required to hide sidebar automatically + move ArtistAlbumsFetcher.vue to components folder + escape ALT button in keyboard shortcuts + use elem.dispatchEvent to toggle page search
This commit is contained in:
committed by
Mungai Njoroge
parent
580dce1da9
commit
26ab972a8d
@@ -1,7 +1,7 @@
|
||||
import { useBreakpoints } from "@vueuse/core";
|
||||
|
||||
const breakpoints = useBreakpoints({
|
||||
xl: 1536,
|
||||
xl: 1280,
|
||||
xxl: 1720,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user