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
d830412035
reset album page bottom padding if scrollTop == 0
2022-07-06 17:38:33 +03:00
geoffrey45
30020423d1
add a click to expand area
2022-07-06 17:38:33 +03:00
geoffrey45
77a5d2b7c2
send processing album colors to a background thread
...
- use white color as default album page play button color
- return 404 if album is None on get_album_bio()
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
f919ce35df
try new bottom components
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
42df577c1b
[server] fix watchdog
2022-04-03 09:38:52 +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
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
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
7689f13fdc
break down search component into smaler components
2022-01-23 10:27:39 +03:00
geoffrey45
7945c04a06
create re-usable components
2022-01-22 12:04:33 +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
2ee8d27bf0
server: add get album bio from last fm function
...
- co-written by Github Copilot
2022-01-17 12:32:27 +03:00
geoffrey45
a720891c20
add featured artists in albumview
2022-01-15 18:18:55 +03:00
geoffrey45
3f52bb74d8
use promise to scroll to current in queue box
2021-12-27 20:08:16 +03:00
geoffrey45
7d0f38755b
add albums from the same artist to album view
2021-12-12 02:49:42 +03:00
geoffrey45
e970324314
add songs and featured artists to album view
2021-12-12 00:52:39 +03:00
geoffrey45
24741640ea
minor refactoring
2021-12-11 13:55:12 +03:00