Commit Graph

91 Commits

Author SHA1 Message Date
geoffrey45 cdab85912f redesign the album bio component 2022-07-10 21:51:29 +03:00
geoffrey45 7a953d366e add a HeaderContentBottom layout
- rewrite album page to use the above layout
2022-07-07 11:55:13 +03:00
geoffrey45 5acb8cb84d check if album colors have contrast
- remove albumid field from album class
- set accent color to $red
2022-07-06 17:38:33 +03:00
geoffrey45 8e488c063b add menu button on songlist item 2022-06-24 10:35:30 +03:00
geoffrey45 1cc7c933b7 rename files and set max client width on viewport 2022-06-16 15:24:56 +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 84bf467d9f fix folder tracks being None 2022-06-08 14:24:26 +03:00
geoffrey45 9879f131e8 rewrite getting artist images using classes
- remove left padding on #acontent
2022-05-31 00:05:37 +03:00
geoffrey45 48bc4de569 refactor app grid
- make content container scrollable, more flexible
2022-05-28 22:42:54 +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 16857b5053 minor refactors 2022-05-22 19:29:37 +03:00
geoffrey45 8b62fe78fa add comments to some store functions
- some refactors to modals
2022-05-13 20:50:58 +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 f913e59103 minor UI fixes 2022-05-07 19:33:54 +03:00
geoffrey45 6cd982c8ee 🔷 some refactors 2022-04-08 06:48:39 +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 e4640d9985 [client] minor refactors 2022-03-27 18:22:35 +03:00
geoffrey45 e2544dbbdc try adding playlists list to context menu - unsuccsessfully 2022-03-25 20:51:22 +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 f11005e523 refactor colors 2022-03-15 10:38:53 +03:00
geoffrey45 33a9aa2c30 start project "move to typescript" 2022-03-14 21:05:58 +03:00
geoffrey45 95a6ca03a8 minor refactors and edits 2022-03-14 08:46:42 +03:00
geoffrey45 658e7cdbb7 move global search input to a general location
- create a global search store
- create a half-baked context menu store
-
2022-03-12 08:56:38 +03:00
geoffrey45 39fba364d3 add image -> readme 2022-03-08 09:56:58 +03:00
geoffrey45 b930fc0ca6 iniitialize project teardown 2022-03-07 06:49:56 +03:00
geoffrey45 7f2102f931 refactor UI layout 2022-03-06 10:27:01 +03:00
geoffrey45 eebe6b4440 add navbar and new logo 2022-03-04 08:02:01 +03:00
geoffrey45 8333a9c4a6 minor refactors 2022-03-02 10:20:47 +03:00
geoffrey45 6efbb47166 some bug fixes
- watch route params instead of route object in folderview
- move to script setup on album view
- use album as a reactive object instead of refs
- use axios instead of fetch to get album data
- improve clickable areas on songItem
- move album requests to POST
2022-03-01 19:46:37 +03:00
geoffrey45 2143ad7139 more refactoring 2022-02-24 12:23:56 +03:00
geoffrey45 ca790e97d9 more refactors 2022-02-24 09:05:50 +03:00
geoffrey45 38df211882 more refactoring 2022-02-23 21:48:57 +03:00
geoffrey45 2e699f7be7 use same theme for search grids 2022-02-22 21:06:56 +03:00
geoffrey45 f9cceed2ba add gradients to search grids 2022-02-22 20:56:13 +03:00
geoffrey45 f141dd7f06 color changes in search 2022-02-22 12:55:16 +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 a6bb5059b0 add new album header 2022-02-19 18:43:17 +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 88e1d42ab5 convert $small padding -> $smaller padding 2022-02-12 10:13:33 +03:00
geoffrey45 214ae82344 improve nowPlaying alignment 2022-02-08 00:39:08 +03:00
geoffrey45 73dec9189e fix albumView using watch function
- other minor changes to almost all files
2022-02-02 21:45:23 +03:00
geoffrey45 bdfbb59d76 Introduce tabs to right sidebar
- new icons
- rename upnext.vue to queue.vue
- other tiny changes
2022-01-31 09:38:14 +03:00
geoffrey45 3eef90dc8a move global search to right sidebar 2022-01-30 00:58:53 +03:00
geoffrey45 e847574446 move progress bar and hot keys to new components 2022-01-28 22:42:13 +03:00