Commit Graph

1904 Commits

Author SHA1 Message Date
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
github-actions[bot]
731e4f5351 chore: release v0.25.2 v0.25.2 2024-07-22 17:45:55 +00: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
130bee82fe Update pull_request_template.md 2024-07-22 15:07:00 +08:00
Hakadao
8027cbd927 chore: fix typo 2024-07-22 11:22:17 +08:00
github-actions[bot]
3bba7ce3da chore: release v0.25.1 v0.25.1 2024-07-21 16:52:09 +00: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
Hakadao
7596980c55 Update pull_request_template.md 2024-07-18 15:52:57 +08:00
Hakadao
7bc62bf079 Update pull_request_template.md 2024-07-18 15:51:48 +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
github-actions[bot]
5135616642 chore: release v0.25.0 v0.25.0 2024-07-14 17:29:02 +00: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
Hakadao
d4c6095d73 chore: update packageManager to pnpm@9.5.0 2024-07-13 22:17:52 +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
Hakadao
be8975ad5a chore: update readme 2024-07-11 11:21:16 +08:00
Hakadao
3805f41141 docs: update BewlyBewly logo in README files 2024-07-11 11:18:43 +08:00
Hakadao
fecec1c75c chore: reorder block ads sorting 2024-07-11 00:43:15 +08:00
Hakadao
914b383061 chore: update performance settings group names in localization files 2024-07-11 00:40:57 +08:00
Hakadao
b6df0b5f1e fix(notifications-popup): adjust number dot style 2024-07-10 16:09:20 +08:00
Hakadao
ea779d4aaa chore: remove useless code 2024-07-10 15:56:52 +08:00