Hakadao
4cc2752779
fix(adapted-styles): improve dark mode style on notifications page and user space page
2024-07-26 16:54:47 +08:00
Konv Suu
316e466dd4
fix(subscribed-series): add empty content ( #924 )
...
* fix(subscribed-series): add empty content
* wip
2024-07-26 12:16:37 +08:00
Hakadao
c82a30546f
chore(top-bar): adjust backdrop filter blur on TopBar component
2024-07-26 11:59:43 +08:00
Hakadao
4280fea194
fix(adapted-styles): improve dark mode style on creative center page
2024-07-25 13:25:20 +08:00
Hakadao
c9fb418a7d
fix(top-bar): still show bewly's top bar on creative center
2024-07-25 13:09:35 +08:00
Hakadao
df400b36af
fix(notification-popup): cannot show the unread dot ( #918 )
...
close #918
2024-07-25 11:53:53 +08:00
Hakadao
3fca5ba301
chore(top-bar): tweak unread dot style
2024-07-25 11:34:24 +08:00
Hakadao
69e7dfda7e
feat(settings): adjust the style of the upload wallpaper component
2024-07-25 11:17:35 +08:00
Hakadao
3b67423951
feat(channel-popup): improve the channel popup && add i18n support
2024-07-25 00:54:26 +08:00
MidnightCrowing
095771b491
fix(adapted-styles): share select radius failure problem on video page ( #919 )
2024-07-24 22:56:51 +08:00
Hakadao
7bfec41cdd
feat(channels-popup): add more entry in channels popup && redesign it
2024-07-24 11:45:54 +08:00
Hakadao
bc920be1db
fix: 投稿界面异常反色 ( #916 )
2024-07-24 00:45:24 +08:00
Hakadao
8f26eb8c63
chore(settings): update afdian link in about page
2024-07-23 11:12:19 +08:00
Hakadao
036a36dffb
chore(adapted-styles): update styles for topic page
2024-07-23 10:48:38 +08:00
Hakadao
499f7bc337
fix(adapted-styles): adapt unadapted sections in comments.
2024-07-23 10:40:09 +08:00
MidnightCrowing
c7fa7421e6
feat(topic-page): support topic page style ( #914 )
2024-07-23 09:33:23 +08:00
Hakadao
8d2a07b721
refactor: replace ChildSettingsDialog with Dialog and delete old references
2024-07-23 01:42:50 +08:00
Hakadao
11d5bd8937
chore: Update Input component to accept string or number values for modelValue
2024-07-23 01:35:39 +08:00
Hakadao
142d403983
chore(dialog): adjust padding and overflow styles
2024-07-23 01:22:53 +08:00
Hakadao
5a039a5d93
chore(dialog): adjust padding style
2024-07-23 01:16:39 +08:00
Hakadao
efaad16241
feat(top-bar): reduce the left and right gaps
2024-07-23 00:58:35 +08:00
Hakadao
f30a6a711f
fix(top-bar): top bar cannot auto-hide on the home page
2024-07-23 00:51:17 +08:00
Hakadao
6c3e72eb86
chore: remove fixed channel bar on home page
2024-07-23 00:49:41 +08:00
Hakadao
c5b4b17208
refactor: use TOP_BAR_VISIBILITY_CHANGE for global top bar visibility event
2024-07-23 00:33:33 +08:00
Hakadao
8027cbd927
chore: fix typo
2024-07-22 11:22:17 +08:00
Hakadao
86131ad7de
fix(notifications-popup): use recv_reply and recv_like to represent reply and like count
2024-07-21 23:58:18 +08:00
Hakadao
7be2973553
fix(notifications-page): adapted unadapted contents
2024-07-21 22:39:19 +08:00
MidnightCrowing
b5f740b478
fix: notifications page shows dark colors in light mode ( #907 )
...
* fix: bilibili dark color treatment
* Update useDark.ts
* Update useDark.ts
* add comment
* fix: resolve dark mode support issue in notifications page
---------
Co-authored-by: Hakadao <a578457889743@gmail.com >
2024-07-21 22:36:06 +08:00
Hakadao
e5a9e6b60a
fix(top-bar): disable top bar on creative center page
2024-07-21 22:15:33 +08:00
Hakadao
b73a52d42e
chore(dock): update hover effect for theme switcher button
2024-07-21 22:10:29 +08:00
Hakadao
95ae47b0af
refactor(top-bar): move all relative logic to TopBar.vue && remove alwaysShowTheTopBarLogoOnSearchPageMode setting
2024-07-21 19:08:23 +08:00
Hakadao
d4d5fbe318
chore(about): remove the contributors section
2024-07-21 18:20:47 +08:00
Hakadao
aad46ed193
refactor(adapted-styles): reorganize the directory structure
2024-07-21 17:59:40 +08:00
Hakadao
75ccce6129
feat(dock): remove the bottom blur effect mask
2024-07-21 17:50:59 +08:00
Hakadao
03be14e8c0
feat: support dark mode for login page
2024-07-21 17:41:00 +08:00
Hakadao
5b7c8a675f
docs: update README.md to mention icon usage
2024-07-21 17:02:16 +08:00
Hakadao
e83f55969a
chore(upload-popup): allow popup to adjust based on content width
2024-07-21 16:53:48 +08:00
Hakadao
492a57f24f
fix(notifications-popup): fix text wrapping when number count appears #909
...
close #909
2024-07-21 16:41:02 +08:00
Hakadao
2822cd30d9
feat(dock): add hover effect for theme switcher button
2024-07-20 02:04:39 +08:00
ljt990218
bd7721f39c
feat(video-player): support styling for #musicApp ( #900 )
...
* 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
* feat(MomentsPop,HistoryPop): Realize clickable author's name and avatar in the top bar pop-up window
* Update videoPage.scss
* Update videoPage.scss
* fix(videoPlayer): fix styling for music app `#musicApp`
* fix(videoPlayer): `xt-btn` style
* fix(videoPlayer): fix styling for music app #musicApp
* fix(videoPlayer): change border color for .BgmInfo .left:after
* fix(videoPlayer): change color for .BgmInfo .right .bottom .btn:hover
* fix(video-player): improve styling for music app
* chore: update
---------
Co-authored-by: Hakadao <a578457889743@gmail.com >
2024-07-17 01:11:45 +08:00
Hakadao
c34b6b5d7f
chore: update account settings translation for mandarin and cantonese
2024-07-15 14:59:40 +08:00
Hakadao
46992eea36
chore: fix typo
2024-07-15 14:57:01 +08:00
Hakadao
f42d197a5f
chore(settings): update language files for links and sponsor descriptions in about page
2024-07-15 01:24:04 +08:00
Hakadao
3fa7369d7a
chore: update bg1_rgb variable in variables.scss
2024-07-15 00:46:40 +08:00
Hakadao
938c1e9561
fix: prevent too few video results cause cannot load more videos #884
2024-07-15 00:46:23 +08:00
star knight
3312d809fa
fix: support comment tags coloring in dark mode. closes #880 ( #897 )
...
* fix: bilibili comment theme color
* cleanup
* fix: spinner bg color
* refactor: adjust theme color timer logic
* fix: comment tags still show a light color when page is first loaded
* chore: remove unused import in useDark.ts
---------
Co-authored-by: Hakadao <a578457889743@gmail.com >
2024-07-14 23:57:00 +08:00
Hakadao
3e5fa7a805
chore: add line-clamp in keep-two-lines
2024-07-14 18:39:37 +08:00
Hakadao
0b6bacc91d
feat(settings): redesign about page
2024-07-14 00:55:05 +08:00
宥叡
5cfb93b0fc
chore: update cmn-TW.yml ( #896 )
2024-07-13 18:52:44 +08:00
Hakadao
063cacbaf8
feat: update BewlyBewly logo in About page
2024-07-12 19:14:01 +08:00