aquavox/src/lib/state
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
..
fileList.state.ts improve: add import logic for local import page 2024-05-05 04:21:57 +08:00
localImportStatus.state.ts improve: add import logic for local import page 2024-05-05 04:21:57 +08:00
nextUpdate.ts fix: potential UI bugs in lyrics component 2024-07-25 02:16:38 +08:00
progressBarRaw.ts feature: Apple Music-style lyrics scrolling 2024-05-19 17:21:07 +08:00
progressBarSlideValue.ts fix: volumeBar UI 2024-05-19 18:58:12 +08:00
userAdjustingProgress.ts feature: Apple Music-style lyrics scrolling 2024-05-19 17:21:07 +08:00