Commit Graph

183 Commits

Author SHA1 Message Date
Mr. Will
51fc57efe8
为 Windows 平台添加沉浸式标题栏 (#277) 2021-02-12 20:03:01 +08:00
Mr. Will
1d34aa794f
Update animations for lyrics, panels and tracklists | 为歌词、面板和列表更新动画 (#249)
* Update lyrics scrolling animation

* Remove the useless module imported by mistake

* Auto prettify the changed code

* Update lyrics animation curve and add blur effect to lyrics

* Auto prettify the changed code

* Add initial lyrics blur filter

* Update lyrics blur and fade effect

* Update open and close animation for explore page's panel

* Update tracklist hover animation

* Add scale animation to lyrics

* Auto prettify the changed code

* Update lyrics blur effect with CSS variables

* Support small screen devices for all pages

* Fix paddings for some pages

* Auto prettify the changed code

* Update lyrics page for small screen devices
2021-02-12 15:18:55 +08:00
fengkx
97f2ce043b
fix: description style with newline (#246) 2021-02-07 11:27:49 +08:00
TestGifts
96a90eea25
Update tray.js (#193) 2021-02-03 12:13:28 +08:00
qier222
a74a55544b docs: update package.json 2021-01-31 20:51:25 +08:00
qier222
51d11e8316 fix: bugs 2021-01-31 20:40:34 +08:00
qier222
160737e736 feat: click blank space in player jump to the lyrics page #158 2021-01-31 20:40:34 +08:00
qier222
86452f0420 fix: search issues 2021-01-31 20:40:34 +08:00
TestGifts
0ef108df4c
feat(electron): Add close pop-up confirmation (#157)
* Update ipcMain.js

Add close pop-up confirmation

* Update ipcMain.js

Judging MacOS
2021-01-31 18:05:37 +08:00
qier222
d6be72f5ce fix: bugs 2021-01-31 01:12:03 +08:00
qier222
6a64e73a2c refactor: search 2021-01-31 00:52:14 +08:00
qier222
2393b10fe5 feat(electron): press F12 to open console 2021-01-31 00:52:14 +08:00
qier222
967a7165ac fix: bugs 2021-01-29 21:36:10 +08:00
qier222
de7d008c0b feat(electron): add minimize to tray option to settings page 2021-01-29 19:55:02 +08:00
qier222
09c54486cc fix: move settings button from home to library 2021-01-29 16:52:36 +08:00
qier222
b80c509d1b feat: remember the current track playing time 2021-01-29 16:18:01 +08:00
qier222
6f478be27a feat: click a lyric line to change track current time 2021-01-29 14:55:57 +08:00
qier222
94f7d7b928 fix: login issue 2021-01-29 10:42:38 +08:00
qier222
f3c3d841f2 fix: album cover size issue in lyrics page 2021-01-29 09:57:14 +08:00
qier222
b2f758f0c4 fix: bugs 2021-01-20 14:02:03 +08:00
qier222
3822b498a1 fix: lyrics issues 2021-01-15 16:45:07 +08:00
qier222
cfc42be2db fix: lyrics won't scroll to top after switch track 2021-01-15 14:46:19 +08:00
qier222
f3c8576bd4 fix: songs cannot be played for users who are not logged in 2021-01-15 12:27:10 +08:00
qier222
01e5dbe652 fix: issue of displaying wrong lyrics when the current track has no lyrics 2021-01-07 15:25:26 +08:00
qier222
0dd30e251f feat: add show lyrics translation to settings 2021-01-07 15:10:06 +08:00
qier222
d4be289946 fix: bugs 2021-01-06 23:58:14 +08:00
qier222
6366886fe8 feat: support lyrics (finnaly) 2021-01-06 20:53:47 +08:00
qier222
cef149e68c feat: add similar artists to artist page 2021-01-05 22:47:50 +08:00
qier222
487dac4f16 fix: remove vuexCopy 2021-01-05 22:21:27 +08:00
qier222
db14c9283f fix: bugs 2021-01-05 22:21:01 +08:00
qier222
15ac2b5815 feat(electron): add tray for Windows 2021-01-05 22:20:16 +08:00
qier222
0665f53f0d fix: update Next Up page 2021-01-05 22:18:19 +08:00
qier222
f6c36fbcac refactor: player 2021-01-05 22:17:47 +08:00
qier222
1873126453 fix: navbar/player/context menu/modal background issue in firefox 2021-01-02 21:35:28 +08:00
qier222
acf3d768f8 refactor: enhance UI compatibility 2021-01-02 21:07:08 +08:00
qier222
11844e22fe refactor: background.js 2020-12-29 00:46:48 +08:00
qier222
de4315707b fix: add scrollbar to modal 2020-12-29 00:41:07 +08:00
qier222
313123b42a fix: update localization 2020-12-29 00:38:26 +08:00
qier222
c82f30480a fix: player will play/pause when user are typing in search box 2020-12-28 23:51:09 +08:00
qier222
d9763b9528 feat: support touch bar 2020-12-28 23:42:30 +08:00
qier222
70ef845572 fix: ask before remove track from playlist 2020-12-17 19:27:08 +08:00
qier222
efdbee4b89 fix: bugs 2020-12-17 19:03:10 +08:00
qier222
d1a080eb8f feat: create/delete playlist, add/remove track from playlist 2020-12-17 18:18:19 +08:00
qier222
44df6f5531 feat(electron): remember window size #82 2020-12-16 23:28:54 +08:00
qier222
fa02197254 fix: bugs 2020-12-16 22:16:38 +08:00
qier222
6b3c0383bc feat: add context menu for album and playlist 2020-12-16 22:16:09 +08:00
qier222
b137ee2f72 feat: add new playlist function 2020-12-16 22:15:06 +08:00
qier222
0680d258ae fix: adapt dark mode for modal 2020-12-16 16:01:32 +08:00
njzy
39e461cd5e
fix(common/isTrackPlayable): add cloud storage judgement logic (#85 #84) 2020-12-14 21:30:48 +08:00
njzy
1374fbd450
fix: play unblock song error when disable cache (#81) 2020-12-09 21:22:56 +08:00