geoffrey45
140c25d0ff
remove highlight track mechanism
...
-
I found out that it's very annoying
-
2022-09-02 19:25:22 +03:00
geoffrey45
c20bbd795c
remove background colors
...
-
try to imitate Google's design of things
it makes UI look declattered
-
2022-09-02 16:05:11 +03:00
geoffrey45
6454f38cc3
modify queue page to use the correct track component
2022-08-31 12:20:35 +03:00
geoffrey45
ced30d309e
add search page
2022-08-28 00:49:46 +03:00
geoffrey45
a9ce08b092
use reactive songlist element size to show song details selectively
2022-08-27 20:57:21 +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
b9f0368f5b
move utility methods to @/utils
2022-08-04 18:43:12 +03:00
geoffrey45
13f38c5a66
use ternary op to send copyright text to songlist component
...
+ return a zeros if seconds is undefined in formatSeconds()
2022-08-04 14:56:46 +03:00
geoffrey45
5f14fbf86d
replace folder banner image
2022-08-04 14:05:28 +03:00
geoffrey45
327207f1ab
implement show copyright info on album page
...
+ rewrite server track and album models to use destructuring
2022-08-03 14:47:29 +03:00
geoffrey45
db81ee5de3
move album header color methods to composables
2022-08-03 01:10:08 +03:00
geoffrey45
ef2926f18f
group album tracks as they appear (in queue)
...
+ move handling disc logic to the album store
2022-08-02 23:46:13 +03:00
geoffrey45
3dcb8ed2ef
handle discs in album page
2022-08-02 22:47:19 +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
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
e538b0d4d7
rewrite highlight track to use track.uniq_hash instead of trackid
2022-07-10 22:10:09 +03:00
geoffrey45
cdab85912f
redesign the album bio component
2022-07-10 21:51:29 +03:00
geoffrey45
4688665156
highlight the selected when you go to folder
2022-07-09 09:52:46 +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
5bc0eaf8e6
remove songlist table header
2022-07-06 17:38:33 +03:00
geoffrey45
26b7cd376d
show track number as index in album page
2022-07-06 17:38:33 +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
84bf467d9f
fix folder tracks being None
2022-06-08 14:24:26 +03:00
geoffrey45
a99ea78118
animate navigation list and logo
...
- move search main into right-sidebar > search
-
2022-05-25 16:36:04 +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
6cd982c8ee
🔷 some refactors
2022-04-08 06:48:39 +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
887f60c851
[client] use Queue store on songlist
2022-03-30 14:54:27 +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
092d967f49
convert songlist table to grid
2022-03-13 08:58:28 +03:00
geoffrey45
5e48496ccb
minor color refactors
2022-02-22 09:58:09 +03:00
geoffrey45
25e6c5ce0c
minor refactoring
2022-02-11 12:18:50 +03:00
geoffrey45
214ae82344
improve nowPlaying alignment
2022-02-08 00:39:08 +03:00
geoffrey45
195a50382a
server: better structure album tracks endpoint
...
- client: add now-playing and recommendations to home right-sidebar
2022-02-06 19:17:26 +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
17c9f3a23e
add bottom bar
2022-01-28 16:46:24 +03:00
geoffrey45
13ee2ed1d6
start migration to <script setup>
2022-01-26 10:01:35 +03:00
geoffrey45
d6204946c2
Migrate to vite and some more stuff
...
- server: add a `Track` class
- server: add a create_track_class function
- client: migrate from vue-cli to vite
2022-01-25 11:51:26 +03:00
geoffrey45
7945c04a06
create re-usable components
2022-01-22 12:04:33 +03:00
geoffrey45
f6787421c3
debounce global search
2022-01-22 07:07:43 +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