10 Commits

Author SHA1 Message Date
geoffrey45
7f344b51db move the Routes enum to router/routes.ts
+ fix context menu not being normalized
+ fix nav bar padding-right on no sidebar
2023-01-13 18:13:49 +03:00
geoffrey45
f3c4f0310a update interfaces to use the updated property names
+ misc changes related to moving to sqlite
2023-01-13 18:13:49 +03:00
geoffrey45
39fd43aff0 fix clicking twice outside context menu to hide 2023-01-13 18:13:49 +03:00
geoffrey45
bbe7984e4e normalize context menu using @popperjs
+ normalize context children too
+ add setting to toggle context children via click or hover
+ add a select setting component
+ remove dead teleport code from sidebar tabs wrapper
+ general clean up
2023-01-13 18:13:49 +03:00
geoffrey45
e1c9cfa99b add experimental remove from queue action
+ show albumartist on TrackItem if artists == ""
+ add action to reset playlist page artists to prevent content flashes
+ remove use of defaultTrackItem
2022-08-15 10:25:34 +03:00
geoffrey45
1f374eeda1 responsiveness improvements
+ extract track context menu handler into a composable
2022-08-13 17:10:48 +03:00
geoffrey45
55215e0ad5 add context menu options placeholder function 2022-07-12 18:54:06 +03:00
geoffrey45
83330a7fad 🔷 refactor context menu to accept context src
🔷 add a getCurrentDate function to get formatted date
2022-04-08 21:07:24 +03:00
geoffrey45
480695974e fix child context-item click position
- make child context menu scrollable if it has many items
2022-03-26 12:35:08 +03:00
geoffrey45
29124ce717 add child level context menu
- more typescript
2022-03-16 01:21:53 +03:00