Commit Graph

38 Commits

Author SHA1 Message Date
geoffrey45 6adf5df4c6 fix playing tracks on album page 2023-01-13 18:13:49 +03:00
geoffrey45 977d9282cb feat: separate discs in album page
+ remove tooltip markup
+ refactor css classnames
2023-01-13 18:13:49 +03:00
geoffrey45 8e258eaf24 rebuild search route with custom pages for tracks, album, and artists 2023-01-13 18:13:49 +03:00
geoffrey45 446536f2d8 use v-auto-animate small parts of the UI 2023-01-13 18:13:49 +03:00
geoffrey45 eb8c4e5628 stabilize track components 2023-01-13 18:13:49 +03:00
geoffrey45 65cd2213fa show existing image on update playlist modal
+ some modal cleanup
2022-09-15 17:09:20 +03:00
geoffrey45 47fc7fd705 UI improvements 2022-09-11 14:58:47 +03:00
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 24bfa73ab6 use directive to add tooltip
+ change grid size for search page
+
2022-09-04 12:48:56 +03:00
geoffrey45 6454f38cc3 modify queue page to use the correct track component 2022-08-31 12:20:35 +03:00
geoffrey45 2cb30e294f use songitem component on search page track items 2022-08-28 15:07:40 +03:00
geoffrey45 ced30d309e add search page 2022-08-28 00:49:46 +03:00
geoffrey45 d3d7d1f139 use img in playlist card
+ use $black background on right sidebar
2022-08-27 10:00:42 +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 79dcc61084 rename bg-black to bg-primary
+ rename BottomBar to NowPlayingRight
2022-08-19 22:14:23 +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 703b3cf240 fix album and artist card search results responsiveness 2022-08-16 09:25:40 +03:00
geoffrey45 1f374eeda1 responsiveness improvements
+ extract track context menu handler into a composable
2022-08-13 17:10:48 +03:00
geoffrey45 83d4690cd4 fix nav and folder banner text responsiveness 2022-08-11 15:14:40 +03:00
geoffrey45 ffcc0070a0 change server port to localhost 1970
+ change img server to localhost 1971
+ add loading = lazy to images
2022-08-06 23:35:33 +03:00
geoffrey45 bf1f9feb10 remove cap-first classes
+ add padding 1rem to context menu child items
2022-08-04 12:41:51 +03:00
geoffrey45 a9d23b3cb3 replace text capitalize with capitalize first word 2022-08-03 15:06:08 +03:00
geoffrey45 7b2e162ed4 redesign the load more button to match other buttons 2022-08-03 14:07:53 +03:00
geoffrey45 2b6b4078fa redesign search tab switcher buttons
~ imitate ubuntu-style tabbed buttons
2022-08-03 13:34:20 +03:00
geoffrey45 b070601d4d break down global.scss into smaller files
+ rename css folder to scss
2022-08-02 12:05:59 +03:00
geoffrey45 c2783fe540 remove @vueuse/motion
+ remove unused data folder
2022-08-02 05:42:07 +03:00
geoffrey45 9e1f73e281 set global margin on the main app grid
+ refactor margins and paddings in some components
2022-08-02 02:43:06 +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 06ed41d869 BREAK EVERYTHING
- some broken edits
2022-06-17 20:29:09 +03:00
geoffrey45 79a7161827 fix search to read from database 2022-06-16 09:36:42 +03:00
geoffrey45 f1ec6309ba fix current track in queue auto scroll position
- add another inner container to limit the offset
- auto scroll current track to container start
- add todo file
2022-06-13 09:17:00 +03:00
geoffrey45 191ac0bc7b fix loadmore counter not resetting
- store load more counter in search store
2022-06-11 10:01:16 +03:00
restyled-io[bot] 2b33fb87a2 Restyle Implement Fuzzy search using rapidfuzz (#60) 2022-05-26 19:12:04 +03:00
geoffrey45 a99ea78118 animate navigation list and logo
- move search main into right-sidebar > search
-
2022-05-25 16:36:04 +03:00
geoffrey45 599ba060b2 focus search tab on query change 2022-05-24 13:29:28 +03:00
geoffrey45 6a2b87b48c use tabs to seperate search results 2022-05-22 19:29:16 +03:00