Commit Graph

124 Commits

Author SHA1 Message Date
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 ade8edcba2 add now playing card settings
+ move left sidebar to separate component
2022-08-19 21:28:46 +03:00
geoffrey45 dcd27921ae add switch tabs buttons to right sidebar 2022-08-19 16:39:25 +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 703b3cf240 fix album and artist card search results responsiveness 2022-08-16 09:25:40 +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 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 b9f0368f5b move utility methods to @/utils 2022-08-04 18:43:12 +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 b618490676 add a buggy method to clear queue 2022-08-02 18:27:23 +03:00
geoffrey45 44df8b47cb move Queue actions to a component
+ update vue and vite to latest releases
2022-08-02 13:57:09 +03:00
geoffrey45 6fffebdf08 add queue action buttons 2022-08-02 13:37:22 +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 e45dd6c2b1 more padding + margin edits 2022-08-02 03:12:28 +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 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 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 06ed41d869 BREAK EVERYTHING
- some broken edits
2022-06-17 20:29:09 +03:00
geoffrey45 600b267ce4 drop in onStartTyping to focus on search bar automatically 2022-06-16 09:50:07 +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 599cb38cbe rewrite recommendation component with script setup 2022-06-12 10:21:23 +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 67d19fb6e3 scroll to top on page change 2022-06-10 10:39:04 +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 b497344521 refactor logo, bottom bar and perks.js
- add new logo
- add tsconfig.json
- move logo to new component
- update bottombar
- remove props from hotkeys and progress bar
- convert perks.js -> perks.ts
2022-05-24 15:55:26 +03:00
geoffrey45 599ba060b2 focus search tab on query change 2022-05-24 13:29:28 +03:00
geoffrey45 077939bbdc support using / to focus search input
- add an icon
2022-05-24 13:29:08 +03:00
geoffrey45 5d0492d63a install vue-motion 2022-05-23 01:24:30 +03:00
geoffrey45 16857b5053 minor refactors 2022-05-22 19:29:37 +03:00
geoffrey45 6a2b87b48c use tabs to seperate search results 2022-05-22 19:29:16 +03:00
geoffrey45 9432332243 default to qeueu tab in right sidebar
- fix progress bar issue on chrome
- fix image not showing on media notification
2022-05-11 20:37:52 +03:00
geoffrey45 301f07bda5 some UI refactors 2022-05-10 13:20:22 +03:00
geoffrey45 43fc33640d refactor references to use new image server 2022-05-04 02:34:27 +03:00
Mungai Geoffrey ef68cae625 Use gunicorn instead of Werkzeug and 32 more very minor changes (#35) 2022-04-21 03:29:42 +03:00