Commit Graph

84 Commits

Author SHA1 Message Date
Mungai Njoroge 5770a66d67 Implement fuzzy page search using fuse.js (#86) 2022-09-10 10:46:45 -04:00
geoffrey45 b7c158a785 rewrite search tabbing 2022-09-04 15:30:23 +03:00
geoffrey45 7c575be4bc add hover state to playlist card 2022-09-02 23:15:35 +03:00
geoffrey45 c20bbd795c remove background colors
-
try to imitate Google's design of things
it makes UI look declattered
-
2022-09-02 16:05:11 +03:00
geoffrey45 c782e400c6 make playlist cards smaller on playlist list page 2022-08-31 18:35:05 +03:00
geoffrey45 34815c7354 hide queue page entry from the sidebar if right sidebar is on 2022-08-29 07:55:05 +03:00
geoffrey45 8d92ddec56 link loader to all request that use the useAxios hook 2022-08-28 16:32:06 +03:00
geoffrey45 2cb30e294f use songitem component on search page track items 2022-08-28 15:07:40 +03:00
geoffrey45 2c5afdf2c4 show use_alt_np as disabled if dependent setting is disabled
+ add getters to settings store
+ add use sidebar setting
2022-08-28 02:14:37 +03:00
geoffrey45 465383b5fa remove transition group from queue track list 2022-08-27 19:50:43 +03:00
geoffrey45 824dcaecdf rename setting to "use alt now playing ..."
+ fix right now playing component gap
+ show emoji if there's no search result
+ abstract now playing component settings into one setting
+ break context menu's context item into a component
2022-08-21 04:28:18 +03:00
geoffrey45 0e02347381 remove playlist description from playlist model 2022-08-19 23:40:26 +03:00
geoffrey45 ade8edcba2 add now playing card settings
+ move left sidebar to separate component
2022-08-19 21:28:46 +03:00
geoffrey45 03219166c5 use third-party module to auto-persist queue store
+ more redesign
+ convert js files to ts
2022-08-19 15:58:32 +03:00
geoffrey45 5476575d10 major redesign: move to rounded and extra spaceous UI
+ fix `play next` bug
+ add new folder banner image
+ add new now playing component
+ move to gray4 for accent color
+ increase image sizes, for clean UI
2022-08-18 02:55:46 +03:00
geoffrey45 a7dc2fa6bd remove bottom content 2022-08-17 20:16:22 +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 a32d8fe66c add transition to queue track list 2022-08-12 12:49:33 +03:00
geoffrey45 83d4690cd4 fix nav and folder banner text responsiveness 2022-08-11 15:14:40 +03:00
geoffrey45 992d3a7003 fix 720p screens layout issue
~ add media queries
+ handle responsiveness on folder header
2022-08-11 02:53:24 +03:00
geoffrey45 24ef21e6ba fix seek 2022-08-07 00:04:50 +03:00
geoffrey45 aa4db95547 feat: store current track object to enable clear queue to work correctly 2022-08-05 20:20:34 +03:00
geoffrey45 b9f0368f5b move utility methods to @/utils 2022-08-04 18:43:12 +03:00
geoffrey45 77162ba21b add welcome modal 2022-08-04 17:10:53 +03:00
geoffrey45 13f38c5a66 use ternary op to send copyright text to songlist component
+ return a zeros if seconds is undefined in formatSeconds()
2022-08-04 14:56:46 +03:00
geoffrey45 c562e529fd implement clearing search input on start typing
+ rename pages folder to fetch in composables folder
2022-08-02 23:58:05 +03:00
geoffrey45 ef2926f18f group album tracks as they appear (in queue)
+ move handling disc logic to the album store
2022-08-02 23:46:13 +03:00
geoffrey45 deb65f3405 add time to now playing card 2022-08-02 18:55:09 +03:00
geoffrey45 b618490676 add a buggy method to clear queue 2022-08-02 18:27:23 +03:00
geoffrey45 3882317cb6 configure watchdog to accept a list of dirs to watch
- fix PlayingFrom component not working with album
- fix types issues on PlayingFrom component
2022-07-15 15:40:11 +03:00
geoffrey45 55215e0ad5 add context menu options placeholder function 2022-07-12 18:54:06 +03:00
geoffrey45 7e3243272f remove test album bio 2022-07-10 21:52:22 +03:00
geoffrey45 cdab85912f redesign the album bio component 2022-07-10 21:51:29 +03:00
geoffrey45 09c588c856 add featured artists to playlist page
+ fetch album bio on raising bottom container
2022-07-08 16:39:16 +03:00
geoffrey45 296cfb50a6 fix: page reload setting current track to first track in queue
- add a `setCurrent` method to update current index and currentid
2022-07-07 12:04:13 +03:00
geoffrey45 40fcbfd576 add the albumhash prop to the fallback track object
- plus other tiny changes
2022-07-06 17:38:33 +03:00
geoffrey45 6fbf179f34 fix watchdog
- remove creating album feature from watchdog (rely on the periodic function)
2022-07-06 17:38:33 +03:00
geoffrey45 c9830842ed refactor queu store to use play track using index
- this allows to have duplicate tracks in queue safely
- store indexes in localstorage instead of track objects.
2022-07-06 17:38:33 +03:00
geoffrey45 4b522fd317 sort tracks by tracknumber in album page 2022-06-26 19:28:02 +03:00
geoffrey45 22ff52e86e use album hash to resolve album page 2022-06-26 19:05:36 +03:00
geoffrey45 de7aba3ba7 show toast if album return 204 2022-06-23 08:30:55 +03:00
geoffrey45 06ed41d869 BREAK EVERYTHING
- some broken edits
2022-06-17 20:29:09 +03:00
geoffrey45 1cc7c933b7 rename files and set max client width on viewport 2022-06-16 15:24:56 +03:00
geoffrey45 92e2420174 rewrite some fetch methods to use the useAxios hook 2022-06-16 14:18:45 +03:00
geoffrey45 79a7161827 fix search to read from database 2022-06-16 09:36:42 +03:00
geoffrey45 188834de3b feat: scroll queue if mouse if not over the area 2022-06-11 11:12:47 +03:00
geoffrey45 191ac0bc7b fix loadmore counter not resetting
- store load more counter in search store
2022-06-11 10:01:16 +03:00
geoffrey45 75123f5384 move page stores into pages folder 2022-06-10 17:08:29 +03:00
geoffrey45 857c2484fe use computed properties to render correct nav title 2022-06-10 10:01:12 +03:00