Commit Graph

20 Commits

Author SHA1 Message Date
alikia2x
26bb6b5bdf ref: optimize project structure 2024-08-02 19:26:01 +08:00
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
d248a1a084 feature: lyric translation
use lenient mode for lyric parsing
2024-07-29 17:41:06 +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
b4eab1b1ff merge: branch main into dev 2024-07-25 02:52:45 +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
aef964aa35 improve: SSR in database page, fix some UI bugs
extract: component SongCard used in database pages
adjust (UI): now lyrics container won't show scrollbar
2024-07-20 19:18:35 +08:00
alikia2x
5cd9abdcc0 improve: add more comments to lyrics component 2024-07-12 14:52:53 +08:00
alikia2x
e1aa87ece0 improve: scroll to current lyric in real time while adjusting progress 2024-07-12 14:39:45 +08:00
alikia2x
785f63af38 fix: lyrics 2024-07-10 18:26:33 +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
b4eef94ed4 improve: lyric scroll 2024-05-17 01:40:24 +08:00
Alikia2x
61bb6654d5 feature: volume persistent, better lyric scroll 2024-05-17 01:22:50 +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
b9243b35a6 fix: current lyric class apply on multiple lines of lyrics which has same content 2024-05-12 14:28:51 +08:00
Alikia2x
4422937707 feature: dynamic lyrics 2024-05-12 05:45:37 +08:00
Alikia2x
8d6089511d update: lyric import page 2024-05-12 03:37:46 +08:00