geoffrey45
278439eee8
use div scroll method to scroll to current song in queue
2023-01-13 18:13:49 +03:00
geoffrey45
446536f2d8
use v-auto-animate small parts of the UI
2023-01-13 18:13:49 +03:00
geoffrey45
20151afcf5
fix app grid layout issues
...
+ fully move now playing to bottom bar
+ add hover state to playlist card
+ handle playing tracks from queue page
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
a9f8cc63ea
replace popperjs tooltip with html title attribute
...
~ to reduce the amount of javascript at the cost of ugly tooltips
2023-01-13 18:13:49 +03:00
geoffrey45
eb8c4e5628
stabilize track components
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
1ae48a1a43
add heart icon for favoriting on songitem
2022-09-18 22:45:35 +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
f5b6791d4b
update track interface to follow server updates
...
+ add search debounce time
2022-09-11 20:37:29 +03:00
geoffrey45
a6819a01d6
add hidden shortcut to clear localStorage
...
-
click the "general" button in the settings page 3 times
-
2022-09-11 04:04:42 +03:00
Mungai Njoroge
5770a66d67
Implement fuzzy page search using fuse.js ( #86 )
2022-09-10 10:46:45 -04:00
geoffrey45
6e46750270
rewrite queue page to use songlist
...
+ add nav components to queue page
+ revert tooltip to undo handling updates - I can't find
a viable solution to the updates problem
2022-09-06 18:53:26 +03:00
geoffrey45
c9cd6a8067
remove div nesting on right sidebar
...
+ rewrite vTooltip to handle updates to tooltip text
2022-09-06 15:59:18 +03:00
geoffrey45
24bfa73ab6
use directive to add tooltip
...
+ change grid size for search page
+
2022-09-04 12:48:56 +03:00
geoffrey45
4861429e4e
add experimental tooltip to songitem component
2022-09-04 10:47:52 +03:00
geoffrey45
140c25d0ff
remove highlight track mechanism
...
-
I found out that it's very annoying
-
2022-09-02 19:25:22 +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
ddeec77ccd
add word-break: break-all to .ellip
2022-08-20 14:43:30 +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
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
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
b070601d4d
break down global.scss into smaller files
...
+ rename css folder to scss
2022-08-02 12:05:59 +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
4688665156
highlight the selected when you go to folder
2022-07-09 09:52:46 +03:00
geoffrey45
dc7f3b12e3
capitalize track names
2022-07-07 12:13:20 +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
f0d3c1c663
attach context menu to now playing song card
...
- clicking now playing thumbnail will send you to album page
2022-07-06 17:38:33 +03:00
geoffrey45
5bc0eaf8e6
remove songlist table header
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
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
22ff52e86e
use album hash to resolve album page
2022-06-26 19:05:36 +03:00
geoffrey45
abbca285f0
set track album width to max-width
2022-06-25 09:12:44 +03:00
geoffrey45
a7fcb7f825
attach context menu to options icon
2022-06-24 19:52:14 +03:00
geoffrey45
8e488c063b
add menu button on songlist item
2022-06-24 10:35:30 +03:00
geoffrey45
3cd0527962
use count_documents to get folder count
...
- map filenames with db data
2022-06-21 16:24:27 +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
5d0492d63a
install vue-motion
2022-05-23 01:24:30 +03:00
geoffrey45
2e274dac1d
disable songitem double click text selection for firefox
2022-05-12 19:49:47 +03:00