-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule MusicCloud
updated
22 files
+6 −6 | package.json | |
+110 −69 | pnpm-lock.yaml | |
+3 −0 | resources/expand.svg | |
+3 −0 | resources/next.svg | |
+3 −0 | resources/order_random.svg | |
+3 −0 | resources/order_repeat.svg | |
+11 −0 | resources/order_repeat_1.svg | |
+4 −0 | resources/order_seq.svg | |
+3 −0 | resources/pause.svg | |
+3 −0 | resources/play.svg | |
+3 −0 | resources/prev.svg | |
+3 −0 | resources/volume.svg | |
+2 −0 | src/I18n/i18n-data.json | |
+539 −0 | src/Infra/BottomBar.tsx | |
+3 −2 | src/Infra/Router.ts | |
+4 −386 | src/Infra/UI.ts | |
+0 −37 | src/Infra/ui-views.tsx | |
+86 −0 | src/Infra/utils.ts | |
+20 −8 | src/Lyrics/LyricsView.ts | |
+3 −3 | src/Player/PlayerCore.ts | |
+4 −4 | src/Track/TrackList.ts | |
+176 −97 | style.css |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.