geoffrey45
446536f2d8
use v-auto-animate small parts of the UI
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
geoffrey45
e03ed66f44
fix: use innerText as tooltip text instead of bindings
...
-
this fixes the updates problem
-
2022-09-21 01:32:28 +03:00
geoffrey45
5af3d9cfc3
use the small thumbnails on tracklists
2022-09-17 17:37:09 +03:00
geoffrey45
94eb198e47
major redesign and refactor
...
+ centralized urls
+ reduce max app width
+ bump up header height to 23rem
2022-09-15 12:36:30 +03:00
geoffrey45
96019a4c81
use reactive breakpoints to conditionally render right sidebar
...
+ use reactive content div width to remove big img on album page header
2022-09-10 22:53:44 +03:00
Mungai Njoroge
5770a66d67
Implement fuzzy page search using fuse.js ( #86 )
2022-09-10 10:46:45 -04:00
geoffrey45
24bfa73ab6
use directive to add tooltip
...
+ change grid size for search page
+
2022-09-04 12:48:56 +03:00
geoffrey45
34815c7354
hide queue page entry from the sidebar if right sidebar is on
2022-08-29 07:55:05 +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
ddeec77ccd
add word-break: break-all to .ellip
2022-08-20 14:43:30 +03:00
geoffrey45
0e02347381
remove playlist description from playlist model
2022-08-19 23:40:26 +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
1f374eeda1
responsiveness improvements
...
+ extract track context menu handler into a composable
2022-08-13 17:10:48 +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
db81ee5de3
move album header color methods to composables
2022-08-03 01:10:08 +03:00
geoffrey45
c2783fe540
remove @vueuse/motion
...
+ remove unused data folder
2022-08-02 05:42:07 +03:00
geoffrey45
3d2e436d9e
remove unused images
2022-08-02 05:32:48 +03:00
geoffrey45
a29e4ab496
remove filter on album image on album page
2022-08-02 05:31:15 +03:00
geoffrey45
8fa0516b56
improve component spacing
...
+ bump up folder and album page gap to ~ 1rem
+ test out noise texture on album img on album page
+
~ although i'm still annoyed about the scrollbar space irregularities (will fix someday)
2022-08-01 00:23:39 +03:00
geoffrey45
cdab85912f
redesign the album bio component
2022-07-10 21:51:29 +03:00
geoffrey45
9d5cbfcc93
rewrite playlist page to use same layout as the album page
2022-07-07 15:08:31 +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
14182e78cd
add a bottom padding when the bottom area is expanded
...
- attach a ''resetBottomPadding" event to the album header component
- add function documentation to the header and albumview components.
2022-07-06 17:38:33 +03:00
geoffrey45
7d59993203
revert brightness threshold to 170
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
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
a23b6200eb
add colors to album page header
...
- add colors attribute to the album class
- render color gradient in the album page
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
c1834778f1
add "single" label if album is a single
2022-06-09 12:52:14 +03:00
geoffrey45
e48dca4672
enable album nav play button
2022-06-09 11:52:26 +03:00
geoffrey45
843a80f4a3
show album name and play button on scroll down
2022-06-09 10:43:14 +03:00
geoffrey45
7b41d91b83
show whether album is soundtrack or compilation
2022-06-07 16:48:12 +03:00
geoffrey45
9879f131e8
rewrite getting artist images using classes
...
- remove left padding on #acontent
2022-05-31 00:05:37 +03:00
restyled-io[bot]
2b33fb87a2
Restyle Implement Fuzzy search using rapidfuzz ( #60 )
2022-05-26 19:12:04 +03:00
geoffrey45
99533b2baa
animate album image and title in album page
2022-05-25 16:25:17 +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
830e3fdcd6
client: check if album is a compilation
2022-05-10 08:23:06 +03:00
geoffrey45
43fc33640d
refactor references to use new image server
2022-05-04 02:34:27 +03:00
geoffrey45
d98cc0547e
Save complete tracks and albums to the db for faster startup
...
- refactor function locations
- add logger
- check for new tracks instead of re-processing all files
2022-04-21 10:16:45 +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
85c59b4cba
Integrate nav
...
- other minor refactors
2022-04-14 11:30:19 +03:00