Commit Graph

16 Commits

Author SHA1 Message Date
alikia2x
e8b7a6e3d2 feature: singer showing
fix: remove blank line in parsed result
improve: remove unused variable
2024-07-30 01:46:17 +08:00
alikia2x
0f01c05830 feature: tap the lyric line to go to corresponding progress 2024-07-29 18:22:19 +08:00
alikia2x
bb27df5c8d fix: prevent negative transform in lyrics update.
ref: let the code in lyrics more structured
add: global truncate function
improve: small improvements in routes/play/[id]
2024-07-25 19:03:09 +08:00
alikia2x
d0f562452a fix: potential UI bugs in lyrics component
- Add .idea for WebStorm users
- Fix typo in a function name
- Optimize display logic of lyrics component’s debug mode
  - Now you can use Cmd+Opt+Shift+Enter to toggle debug mode
- Improve async logic in lyrics' script
- Standardize naming in lyrics' script
- Add detailed comments in lyrics component
- Use CSS variables to enhance styles for lyric lines
- Refactor nextUpdate to a Svelte store and subscribe to its changes
  - Avoid detecting changes in frequently triggered Svelte reactivity statement (line 148 in origin)
- [TODO] Improve the interactive logic of the progress bar
2024-07-25 02:16:38 +08:00
alikia2x
a9b1a3f9cd feature: frontend for database showing page
basic frontend for submit & edit page
2024-07-12 00:34:57 +08:00
Alikia2x
65a1c26f1e fix: volumeBar UI 2024-05-19 18:58:12 +08:00
Alikia2x
7b87a649ac feature: Apple Music-style lyrics scrolling 2024-05-19 17:21:07 +08:00
Alikia2x
61bb6654d5 feature: volume persistent, better lyric scroll 2024-05-17 01:22:50 +08:00
Alikia2x
84a2e3fd96 fix: song name display overflow 2024-05-16 23:05:38 +08:00
Alikia2x
dc5b27ddd0 realese: AquaVox 1.8.0 2024-05-13 00:06:47 +08:00
Alikia2x
17a3e45d5e update: responsive ui improvement 2024-05-12 19:07:32 +08:00
Alikia2x
4422937707 feature: dynamic lyrics 2024-05-12 05:45:37 +08:00
Alikia2x
f6363518d3 feature: volume adjust 2024-05-12 02:07:04 +08:00
Alikia2x
83260dc2dc improve: interactiveBox a11y and style 2024-05-11 17:42:43 +08:00
Alikia2x
6e50a7bdc3 feature: full play function 2024-05-11 14:08:51 +08:00
Alikia2x
4ad8541392 update: interactiveBox component for player 2024-05-10 18:42:12 +08:00