Commit Graph

625 Commits

Author SHA1 Message Date
hakadao
d618695c64 feat(Dialog): add border && inner glow effect to dialog component 2024-06-14 02:20:37 +08:00
hakadao
7011235914 feat: Add box shadow and adjust styles for close button in Dialog and Settings components 2024-06-14 02:12:19 +08:00
hakadao
4a55c5a128 feat(VideoCard): add back hover effect 2024-06-14 01:47:11 +08:00
hakadao
eb598ed0c6 feat(SettingsItemGroup): add box shadow to main element 2024-06-14 01:22:08 +08:00
hakadao
4f09c0a05d feat(TopBar): improve logo animation on hover 2024-06-14 01:18:48 +08:00
hakadao
8d7f8174cf feat: add inner glow effect in some components 2024-06-14 01:02:25 +08:00
hakadao
280fd92d58 feat: add glow effect in some styles 2024-06-13 02:38:23 +08:00
hakadao
2dfe79a4a5 feat(TopBar): adjust upload button styles 2024-06-13 02:16:29 +08:00
hakadao
3fa9373c67 chore(TopBar): remove important: 2024-06-12 23:15:15 +08:00
hakadao
3fce4a687f fix: resolve i18n not affecting #822 2024-06-12 01:21:15 +08:00
MidnightCrowing
70b9d3b6c5 feat: video preview time jump (#821) 2024-06-11 00:27:03 +08:00
hakadao
9c54e07cd2 fix(TopBar): unable to clear the message counts when on message page 2024-06-07 01:44:52 +08:00
hakadao
99a0bf0b9d chore(TopBar): use immediate watchers to reduce code 2024-06-07 01:22:27 +08:00
hakadao
6694377019 fix(TopBar): prevent the login button showing up after logging in 2024-06-07 01:10:07 +08:00
Stephen Zhou
5c0148a2b0 chore: format css (#808)
* chore: format css

* update

* update

* chore: eslint-skip

* update

* update

* chore: enforce the use of double quotes in `--at-apply` values

* refactor: rename `--at-apply` into `--uno`

* fix: fix dark theme userSpace search page css (#811)

* fix userSpace search css

* add new fix

* add new fix

* fix(adaptedStyles): adapt unadapted contents

---------

Co-authored-by: hakadao <a578457889743@gmail.com>
Co-authored-by: 夜晚的鸡鸣 <110297461+MidnightCrowing@users.noreply.github.com>
2024-06-04 00:15:46 +08:00
hakadao
0d312fe26b feat(TopBar): redesign logo style 2024-06-03 01:33:55 +08:00
hakadao
a9e3118e80 refactor: Update VideoCard and VideoCardSkeleton styles 2024-06-03 00:26:48 +08:00
hakadao
6c9afcac35 refactor: rename LongCoverCard into BangumiCard 2024-06-02 17:56:05 +08:00
hakadao
a43c223785 refactor(LongCoverCard): update props && update styles 2024-06-02 17:47:36 +08:00
hakadao
08b9205e1e fix(VideoCard): correct the wrong position of ranking number 2024-06-02 17:08:52 +08:00
hakadao
5659af11af fix(VideoCard): resolve sharking issue 2024-06-02 15:49:07 +08:00
Hakadao
d3bcde59d7 fix: Cannot re-toggle SVG animated icons (#793) 2024-05-30 23:59:02 +08:00
Hakadao
421b779b58 feat: add option to always show tabs on home page 2024-05-30 01:50:15 +08:00
Hakadao
1da60d4640 feat: add a config to enable/disable grid layout switcher 2024-05-30 01:04:26 +08:00
Hakadao
2c8c46ebba feat(Dock): Improve back-to-top button styling 2024-05-30 00:33:02 +08:00
Hakadao
6f77f9acce perf: improve the scrolling performance 2024-05-27 18:30:06 +08:00
Hakadao
0c62f78f22 fix: rename the smoothScrollToTop to scrollToTop 2024-05-27 02:29:19 +08:00
Hakadao
937374e2d8 refactor: use a new method to reimplement the scroll-top-top function 2024-05-27 02:09:27 +08:00
Hakadao
bad307b827 refactor(SearchBar): use debounce function for input handling 2024-05-27 01:34:02 +08:00
Hakadao
e55d7258b3 refactor: use camel case for emit events 2024-05-26 23:24:06 +08:00
Hakadao
bcff30d673 refactor(Dock): use emit function to handle refresh and back-to-top 2024-05-26 23:12:45 +08:00
Hakadao
a2322929fa refactor: rename BackToTopAndRefreshButtons to BackToTopOrRefreshButton 2024-05-26 21:47:26 +08:00
Hakadao
b62f2ce839 refactor(BackToTopAndRefreshButtons): remove the showRefreshButton prop 2024-05-26 21:44:07 +08:00
Hakadao
2250eefa09 feat(Dock): add config to move back-to-top or refresh button to dock 2024-05-26 21:38:22 +08:00
Hakadao
19f4b6aed2 feat(Dock): add a config to disable light/dark mode switcher
* feat(Dock): adjust divider style
2024-05-26 19:09:45 +08:00
Hakadao
cb85c68716 fix(VideoCard): resolve #789 2024-05-26 18:07:56 +08:00
Hakadao
52675a22f2 fix(Select): adjust animation speed 2024-05-26 00:10:57 +08:00
Hakadao
56b465a00f fix(Settings): resolve #780 && adjust qr code dialog styles
close #780
2024-05-22 01:35:04 +08:00
Hakadao
d074844240 perf: video card, closes #760, #762 (#779)
* perf: video card

* refactor: video card

* refactor(ForYou): remove loading icon

* refactor(ForYou): remove unused 'url' property in video card component

* refactor(ForYou): remove unused 'url' property in video card component

* fix(VideoCard): prevent `a` tag bubble

* perf: improve video card performance

* refactor(ForYou): optimize video card loading and rending

* refactor(VideoCard): optimize video card loading and rendering

* perf(ForYou): use another method to generate a unique id

* perf(VideoCard): remove hover animation

* feat(VideoCard): add hover & active effect again...

* feat(VideoCard):  adjust hovering & activating effect

* perf(VideoCard): remove the hover effect

* refactor(VideoCard): optimize lazy loading for images

* perf: optimize scrolling performance

* perf(VideoCard): optimize video preview performance
2024-05-22 00:25:34 +08:00
Hakadao
c50d6627b0 refactor(VideoCard): update video card props (#777)
* refactor: update video card props

* refactor(VideoCard): rename `uri` to `url`

* chore(VideoCard): fix typo in comment
2024-05-20 18:26:41 +08:00
Hakadao
a660c462c1 feat(Settings): require access key for app recommendation 2024-05-19 17:08:24 +08:00
Hakadao
4f1d85c761 feat(Settings): check new version && add flat style logo
close #726
2024-05-19 16:53:08 +08:00
Hakadao
1aa524de67 fix(TopBar): resolve #770 && adjust upload button style
close #770
2024-05-19 01:25:12 +08:00
Hakadao
6671ca71db fix: use DOMPurify to prevent xss injection 2024-05-19 00:30:16 +08:00
rgehbt
a740dcf916 perf(Settings): color picker add throttle (#766) 2024-05-16 21:34:34 +08:00
hakadao
d5503e6d0d refactor: convert useImage.ts to imgs.ts 2024-05-14 23:57:38 +08:00
Stephen Zhou
6cc3b4de9f style: sort imports (#746) 2024-05-11 14:20:56 +08:00
Stephen Zhou
2cea2dfaf9 chore: knip (#744) 2024-05-11 11:36:10 +08:00
Stephen Zhou
4b69aaf8d3 refactor: only use unocss icons (#742)
Co-authored-by: hakadao <a578457889743@gmail.com>
2024-05-10 22:03:46 +08:00
Stephen Zhou
99c0d7d8ee refactor: remove composable auto import (#741) 2024-05-10 19:35:34 +08:00