Commit Graph

54 Commits

Author SHA1 Message Date
geoffrey45 532d0efabe fix scrolling issue in sidebar search components 2023-01-13 18:13:49 +03:00
geoffrey45 f7a054d569 add "add to favorite" buttons to artist and album page headers
+ fix album page play buttton
2023-01-13 18:13:49 +03:00
geoffrey45 6d8a9f880b refactor interfaces and references 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 977d9282cb feat: separate discs in album page
+ remove tooltip markup
+ refactor css classnames
2023-01-13 18:13:49 +03:00
geoffrey45 d95b5c6910 handle page resize: to resize track component columns
+ revert banner-height from 23rem to 18rem
+ change font to Google Sans
2023-01-13 18:13:49 +03:00
geoffrey45 097c2b4a83 use virtual scroll layout on playlist page
+ fix playlist and album page header width
2023-01-13 18:13:49 +03:00
Mungai Njoroge 5770a66d67 Implement fuzzy page search using fuse.js (#86) 2022-09-10 10:46:45 -04:00
geoffrey45 2dd4d58574 show 'Track' or 'Tracks' depending on track count on playlist card
+ handle clicks on context menu separator
2022-09-02 22:16:00 +03:00
geoffrey45 ed8de1ecda show plain background if playlist has no banner image 2022-09-02 17:26:22 +03:00
geoffrey45 f26e952703 remove unused elements from components 2022-08-27 20:02:03 +03:00
geoffrey45 0e02347381 remove playlist description from playlist model 2022-08-19 23:40:26 +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 b9f0368f5b move utility methods to @/utils 2022-08-04 18:43:12 +03:00
geoffrey45 c2783fe540 remove @vueuse/motion
+ remove unused data folder
2022-08-02 05:42:07 +03:00
geoffrey45 9d5cbfcc93 rewrite playlist page to use same layout as the album page 2022-07-07 15:08:31 +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 b318c0d324 calculate playlist duration
- use python's `sum()` method to add durations instead of for loop
2022-07-06 17:38:33 +03:00
geoffrey45 34a214df22 use album colors on album header play button
- use alnum chars only on hashes
- add underline on track album hover
2022-07-06 17:38:33 +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
geoffrey45 a14f35b0e5 use hash mode in vue router
- rename keyboard.ts -> useKeyboard.ts
2022-06-09 19:47:38 +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 5d0492d63a install vue-motion 2022-05-23 01:24:30 +03:00
geoffrey45 f913e59103 minor UI fixes 2022-05-07 19:33:54 +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
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 657daa389f 🔷 add Update playlist modal 2022-04-08 06:46:45 +03:00
geoffrey45 6cf9a58d6d 🔷 add PlayingFrom component to right sidebar
🔷 move upNext card into separate component
🔷 a lot of refactors
2022-04-03 21:47:57 +03:00
geoffrey45 9c16d27507 🔶 fix saving image names with / in them 2022-04-03 13:47:28 +03:00
geoffrey45 9c808aa817 🔷 redesign playlist header 2022-04-03 13:47:28 +03:00
geoffrey45 dbb27734fe major refactors
- add album page store
- show loaders in beforeEnter guards
- show bitrate on now playing card
- etc
2022-04-03 01:03:32 +03:00
geoffrey45 3924a11c85 [client] refurbish playlist header 2022-03-30 14:55:24 +03:00
geoffrey45 69b691284d [client] add playlists and playlist page 2022-03-29 00:35:39 +03:00
geoffrey45 30140cc739 move now playing card to left sidebar
- remove title card in featured artists
2022-03-18 19:59:33 +03:00
geoffrey45 2143ad7139 more refactoring 2022-02-24 12:23:56 +03:00
geoffrey45 38df211882 more refactoring 2022-02-23 21:48:57 +03:00
geoffrey45 5e48496ccb minor color refactors 2022-02-22 09:58:09 +03:00
geoffrey45 92c2443c7c minor refactors 2022-02-19 22:12:10 +03:00
geoffrey45 5446b1fe4b prevent type coercion
- remove unused imports
- minor refactors and cleanups
2022-02-16 15:06:29 +03:00
geoffrey45 6d6d2831c0 further refactor paddings and colors 2022-02-12 11:32:50 +03:00
geoffrey45 214ae82344 improve nowPlaying alignment 2022-02-08 00:39:08 +03:00
geoffrey45 c9cd61df7c add media queries 2022-01-22 04:15:00 +03:00
geoffrey45 06f1e53fa1 add a new playlist view header 2022-01-19 02:10:56 +03:00
geoffrey45 1d1e697fd2 major refactors
- remove jpgs
- add new album header
- remove duplicate components
- display album bio on client
- add a route loader module
- change color scheme
- other minor changes
2022-01-18 20:51:22 +03:00
geoffrey45 43c1f70380 implement wheel scroll on featured artists.
add next-prev buttons too
2021-12-10 16:10:06 +03:00
geoffrey45 a96b76748f add options button to playlist view 2021-12-10 07:52:06 +03:00
geoffrey45 1c5ae836ea animate right sidebar cards collapse 2021-12-08 13:25:08 +03:00