Hakadao
06382e10e2
feat: recommendation mode filter setting ( #840 )
...
* feat: Add filter options for view count and duration in settings
* chore: update styles && rename func.ts to useFilter.ts
* feat: Add scrollbar check to determine if the viewport has a scrollbar
* feat: app recommendation filters
* chore: update
* feat: i18n support
---------
Co-authored-by: pengyunfei <pengyunfei@360.cn >
2024-07-01 01:05:18 +08:00
Hakadao
b7d7c4bab5
feat: add frosted glass for all top bar popups
2024-06-30 16:27:51 +08:00
Hakadao
79e1b82652
chore: Adjust dock and top bar mask style
2024-06-30 15:03:10 +08:00
Hakadao
4ea67a3148
fix: remove white bar appearing on some pages
2024-06-30 14:52:11 +08:00
Hakadao
6b10130867
chore: add shadow to avatar in TopBar component
2024-06-30 14:38:44 +08:00
Hakadao
4ed28ce50c
chore: optimize scroll threshold for reaching bottom
2024-06-30 14:32:40 +08:00
Hakadao
e91549f584
chore(Dock): adjust dock style
2024-06-30 14:27:25 +08:00
Hakadao
aba8dbcf2d
chore: adjust bew-fill-alt color when disable frosted glass
2024-06-30 14:26:21 +08:00
Hakadao
4177bf6e61
feat(TopBar): adjust frosted glass effect
2024-06-30 06:53:03 +08:00
Hakadao
b148718384
feat(Dock): add bottom dock gradient frosted glass effect
2024-06-30 06:52:08 +08:00
Hakadao
e7152fb96f
chore: adjust bew-fill-alt color when disable frosted glass
2024-06-30 05:50:06 +08:00
Hakadao
73cc292050
chore: adjust settings style
2024-06-30 05:42:20 +08:00
Hakadao
0bd29798d8
chore(TopBar): adjust dot style
2024-06-30 05:10:40 +08:00
Hakadao
20e8e22f12
fix(TopBar): adjust top bar dot style
2024-06-30 05:04:38 +08:00
Hakadao
797048c8db
fix: correct the truncation of save to watch later tooltip ( #870 )
...
close #870
2024-06-30 04:57:58 +08:00
Hakadao
f9e68fd144
fix: resolve #869
2024-06-30 00:41:12 +08:00
Hakadao
77b578556e
feat: add edge glow effect for top bar popups
2024-06-28 02:10:43 +08:00
Hakadao
12b4f0ee51
chore: adjust edge glow effect in dark mode
2024-06-28 02:09:04 +08:00
Hakadao
cecd3b7d11
feat: adjust content colors && frosted glass opacity
2024-06-28 01:42:40 +08:00
Hakadao
62cd2b6da0
feat(TopBar): redesign top bar
2024-06-28 01:33:09 +08:00
Hakadao
021c7c4dcf
refactor: rename content color variable names
2024-06-27 01:24:19 +08:00
Hakadao
4fe4c92733
refactor: unify elevated elements color
2024-06-27 01:06:46 +08:00
Hakadao
36c4bd2888
fix: adjust danmaku box style
2024-06-27 00:53:28 +08:00
ljt990218
67d87d101d
fix(AdaptedStyles): add border radius to danmaku box ( #866 )
...
* fix: UserPanelPop hover Inconsistent animation
* fix(VideoCard): `moreBtn` Button issue from `#829`, add cursor-pointer class to enhance UX
* style(videoPage): add border radius to bp-docker-minor element
2024-06-27 00:16:35 +08:00
Hakadao
4c6d9cce93
fix: frosted glass effect not working on WatchLater, Favorites page ( #863 )
...
close #863
2024-06-25 13:42:59 +08:00
Hakadao
e1abff50b2
fix(MorePop): cannot switch to other languages
2024-06-24 11:33:46 +08:00
Hakadao
95da18c524
refactor(Settings): rename customizeWallpaper to locallyUploadedWallpaper
2024-06-24 11:18:24 +08:00
Hakadao
9cea5258d1
chore(Settings): adjust settings icon style
2024-06-24 01:43:10 +08:00
Hakadao
05872b8b46
refactor: update wallpaper image URLs in localization files
2024-06-24 01:39:01 +08:00
Hakadao
4cfea29f68
feat: add image compression and resizing for wallpaper upload
2024-06-24 01:36:54 +08:00
Hakadao
154e74ae68
fix(FavoritesPop): cannot load data in some cases ( #857 )
...
close #857
2024-06-24 00:54:28 +08:00
MidnightCrowing
a9af5c7abe
fix(AdaptedStyles): support unadapted video page style ( #850 )
...
* fix(AdaptedStyles): support unadapted video page style
* 更新 videoPage.scss
* chore: update
---------
Co-authored-by: Hakadao <a578457889743@gmail.com >
2024-06-23 23:01:36 +08:00
Hakadao
ba6ac2669b
chore(History): remove the css class
2024-06-23 22:46:36 +08:00
ljt990218
3cd7aafc81
feat(History): add device icons for history items ( #854 )
...
* fix: UserPanelPop hover Inconsistent animation
* fix(VideoCard): `moreBtn` Button issue from `#829`, add cursor-pointer class to enhance UX
* feat(History): add device icons for history items
2024-06-23 22:31:55 +08:00
Hakadao
9f3005ac65
chore: add settings icon hover effect && delete useless code
2024-06-21 16:39:10 +08:00
Hakadao
73dc752dc7
fix(Settings): two wallpaper group in search page settings
2024-06-21 00:41:20 +08:00
cloudflypeng
586b503268
feat: use local image for wallpaper && change broken image style ( #851 )
...
* feat: 新增自定义背景图片和图片error显示
* chore: update broken image icon
* feat: improve customize wallpaper function
* chore: fix ts error
* chore: temporarily disable broken images
* chore: update upload style
* refactor: Add ChangeWallpaper component for customizing wallpaper in SearchPage and globally
* refactor: Update ChangeWallpaper component to handle wallpaper customization in SearchPage and globally
---------
Co-authored-by: pengyunfei <pengyunfei@360.cn >
Co-authored-by: Hakadao <a578457889743@gmail.com >
2024-06-21 00:29:09 +08:00
ljt990218
34eb136b36
fix(VideoCard): more button issue #829 && add use cursor-pointer ( #853 )
...
* fix: UserPanelPop hover Inconsistent animation
* fix(VideoCard): `moreBtn` Button issue from `#829`, add cursor-pointer class to enhance UX
2024-06-20 22:52:20 +08:00
hakadao
6000fce744
chore(TopBar): adjust frosted glass effect
2024-06-19 23:17:04 +08:00
Hakadao
4ba272810e
chore: improve css variable descriptions
2024-06-19 12:37:42 +08:00
Hakadao
8955f14bf9
chore: improve css variable descriptions
2024-06-19 12:20:22 +08:00
hakadao
3a7abeb3c3
feat(TopBar): adjust mask gradient and frosted glass effect
2024-06-19 00:18:10 +08:00
MidnightCrowing
f5fbfd6bb3
fix(AdaptedStyles): adapt customer service message ( #838 )
...
* add customer service info theme adaptation
* Update notificationsPage.scss
* chore: update tabs background && gradient mask
---------
Co-authored-by: Hakadao <a578457889743@gmail.com >
2024-06-19 00:00:55 +08:00
MidnightCrowing
0153e3b1aa
fix: background color change on hover of video page uploader name in dark mode ( #848 )
...
* fix #847
* Update videoPage.scss
---------
Co-authored-by: Hakadao <a578457889743@gmail.com >
2024-06-18 23:19:29 +08:00
MidnightCrowing
bc2c01c72e
fix(AdaptedStyles): support unadapted user space page graphic content style ( #845 )
...
* fix(AdaptedStyles): support unadapted user space page graphic content style
* Update userSpacePage.scss
---------
Co-authored-by: Hakadao <a578457889743@gmail.com >
2024-06-18 16:59:12 +08:00
MidnightCrowing
b9b7fb9765
fix(AdaptedStyles): support unadapted articles page style ( #846 )
...
* fix(AdaptedStyles): support unadapted articles page style
* remove pcpreview page support
* 更新 index.ts
* 更新 index.ts
* Update index.ts
---------
Co-authored-by: Hakadao <a578457889743@gmail.com >
2024-06-18 16:53:49 +08:00
hakadao
afea990bb3
refactor: update logout button color to match error color
2024-06-18 00:56:00 +08:00
hakadao
90867d0fb1
feat: adjust status colors
2024-06-18 00:53:23 +08:00
hakadao
8442acad81
fix: ensure container fills recommended-container size on large screens on homepage
...
* feat(AdaptedStyles): adjust fixed header styles in homepage
2024-06-18 00:41:02 +08:00
hakadao
4d549d1936
fix: remove adblock tips when block ads setting is not enabled
2024-06-18 00:38:07 +08:00