Commit Graph

61 Commits

Author SHA1 Message Date
Hakadao
af3e7cf207 perf: add transform-gpu to improve performance 2024-05-03 23:23:56 +08:00
Hakadao
24310d382f fix(MomentsPop): resolve #649
close #649
2024-04-28 01:06:44 +08:00
Karasukaigan
825794fb26 feat(UserPanel): Add "My workshop" link to UserPanelPop.vue (#680)
* feat(userpanel): Add "我的工房" link to UserPanelPop.vue

In UserPanelPop.vue, I added a new menu item to the 'otherLinks' array for quick access to the "My Workshop(我的工房)" page. The new item is:

{ name: t('topbar.user_dropdown.workshop'), url: 'https://gf.bilibili.com?msource=main_station' }

This update enhances the user experience by providing a direct link to the user's workshop from the user dropdown menu.

I believe many creators will use the "My Workshop(我的工房)" option, which can help them quickly jump to their own workshop(B站工房) page to handle some user orders.

* Update cmn-TW.yml

* Update jyut.yml

---------

Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-04-27 18:26:50 +08:00
Stephen Zhou
7c45027e65 chore: use vue-tsc (#670) 2024-04-26 15:40:34 +08:00
Hakadao
dbdb72149b fix(TopBar): hide more icon in top bar when not needed 2024-04-26 01:38:15 +08:00
Stephen Zhou
8c4bae9ea4 refactor: like rpc api call (#660) (#662)
Co-authored-by: star knight <64941905+starknt@users.noreply.github.com>
Co-authored-by: hakadao <a578457889743@gmail.com>
2024-04-25 16:39:27 +08:00
Stephen Zhou
736f8d7eaf chore: update deps (#661)
Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-04-25 16:21:19 +08:00
Stephen Zhou
fd19a94a7a chore: update lint config (#635) 2024-04-22 23:08:04 +08:00
Stephen Zhou
3bc80f1a7e fix: i18n for channel 2024-04-22 14:17:51 +08:00
Hakadao
e246720bad feat(NotificationsPop): change the replys icon 2024-04-19 17:36:26 +08:00
Hakadao
32b6d1169b fix(TopBar): adjust mouse sensitivity on top bar (#507)
close #507
2024-04-19 16:38:53 +08:00
Hakadao
591ea2ef77 fix(TopBar): cannot remove the new moments count immediately (#425)
close #425
2024-04-19 10:52:25 +08:00
Hakadao
1a8b54a9ae fix(TopBar): notification count error displaying 999+ issue 2024-04-19 10:32:05 +08:00
Hakadao
6d4db4e658 fix: cannot jump to music page on Favorites page and FavoritesPop (#606)
close #606
2024-04-18 18:16:56 +08:00
Hakadao
9703920e7c fix: cannot open certain links on History page and HistoryPop (#602)
close #602
2024-04-18 17:39:14 +08:00
Hakadao
9265e5380d refactor: use new top bar moment api 2024-04-18 16:33:14 +08:00
Hakadao
7d6e2f64c0 fix(MomentsPop): cannot record the scroll position (#451) 2024-04-16 17:41:31 +08:00
Hakadao
19e8a20caa docs: add CONTRIBUTING.md (#586)
* docs(contributing): 更新贡献指南
相关issuse: https://github.com/hakadao/BewlyBewly/issues/164

* docs(CONTRIBUTING): Update contributing guidelines formatting and language

* feat: add icons to `NotificationsPop` &&  `MorePop` (#580)

* feat: `MorePop` item icon and cache `MomentPop`

* chore: revert cache MomentPop

* feat: `NotificationsPop` item icon

* chore(pkg): update deps

* style: Update icons in MorePop and NotificationsPop components

---------

Co-authored-by: starknt <1431880400@qq.com>

* docs: Update CONTRIBUTING.md && support other languages

* docs: update other languages link

* docs: update readme

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
Co-authored-by: starknt <1431880400@qq.com>
2024-04-16 02:46:45 +08:00
star knight
9bf86c7fad fix: more pop fav url (#570) 2024-04-15 00:56:55 +08:00
hakadao
0a2d9b97bb fix(MomentsPop): moment card url not linking the video page 2024-04-11 20:50:18 +08:00
Hakadao
d5b568c978 refactor: Refactor API imports and update API endpoints 2024-04-11 17:24:01 +08:00
Hakadao
1a3bafb284 Merge branch 'dev' into refactor-message-listeners 2024-04-11 16:57:44 +08:00
cloudflypeng
433a2ed4cf refactor: message listeners (#447)
* Refactor API imports and update API endpoints

* Fix variable naming in FavoritesPop and Favorites components

* Fix variable naming inconsistency in getHistoryList function

* Fix API parameter naming conventions

* Refactor API_AUTH afterHandle functions

* Add API documentation links  and add function to be the api item

* Refactor API body and params

* Remove unused getAccessKey function in auth.ts

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-04-02 00:41:58 +08:00
Hakadao
a23488114e fix(TopBar): moments icon badges show the 0 (#376) 2024-03-11 21:51:44 -03:00
Hakadao
ffc9fed7d7 feat(TopBar): add top bar icon badges config 2024-03-10 15:45:24 -03:00
Hakadao
e70f62d83a feat: add performance settings 2024-03-10 14:55:41 -03:00
Hakadao
c13a56a203 refactor: rename --bew-filter-glass to --bew-filter-glass-1 2024-03-10 13:25:13 -03:00
Hakadao
dd52392147 refactor: remove the "backdrop-glass" shortcut 2024-03-10 13:17:21 -03:00
Hakadao
e6b8a7c708 style(TopBar): adjust style 2024-03-04 22:39:59 -03:00
Hakadao
9812d96172 i18n: translate untranslated text 2024-03-03 19:13:07 -03:00
Hakadao
97d5a49043 Merge branch 'main' into dev 2024-02-27 01:14:08 -03:00
Hakadao
becdcc4cd4 fix(TopBar): search bar cannot be centered in the top bar 2024-02-27 00:39:00 -03:00
Hakadao
090d12ee0d chore: fix ts error 2024-02-26 01:33:23 -03:00
KIMERAY
4cc4fffb62 feat: watch later popup (#328) 2024-02-25 20:25:43 +08:00
Hakadao
7ce21f3972 Merge pull request #300 from hakadao/main
sync: main to dev
2024-02-17 02:28:13 +08:00
Hakadao
74021ce7f7 chore: screw it, it's so hard to center a search bar in a flex box... 2024-02-17 02:19:39 +08:00
Hakadao
92e468b6e5 fix: search bar cannot be centered when account is not logged in 2024-02-17 01:43:42 +08:00
Hakadao
bce74ba617 Merge pull request #294 from hakadao/main
sync: main to dev
2024-02-15 02:51:03 +08:00
Hakadao
7e033f3de0 refactor: #204 2024-02-15 02:19:25 +08:00
Hakadao
f7f7698403 refactor: #204 2024-02-15 02:09:44 +08:00
Hakadao
6f5c05358d Merge branch 'bugfixes' into refactor-lazy-components 2024-01-28 02:03:50 +08:00
Hakadao
e73ae0e3a6 fix: handle History video url location part #223 2024-01-28 01:54:54 +08:00
Hakadao
c62f2c604c fix: adjust text in MomentsPop [建议] 增加动态状态差分 #226 2024-01-27 23:52:42 +08:00
starknt
b5e7465969 fix: handle top bar video part 2024-01-27 17:37:23 +08:00
Hakadao
5c83b934d1 fix: top bar not showing when reaching the top of the moments page (#205) 2024-01-26 14:46:02 +08:00
Hakadao
34e241b4f1 fix: 顶栏的历史记录,跳转视频时仅up主制作视频可以跳转成功,其余皆跳转主页 #193 2024-01-26 14:46:02 +08:00
Hakadao
ec38fafeab fix: top bar not showing when reaching the top of the moments page (#205) 2024-01-23 01:34:32 +08:00
Hakadao
6711291146 fix: 顶栏的历史记录,跳转视频时仅up主制作视频可以跳转成功,其余皆跳转主页 #193 2024-01-19 01:08:52 +08:00
star knight
7d0810ad04 Merge branch 'dev' into refactor/lazy-components 2024-01-15 13:48:05 +08:00
Hakadao
a6ff0ebc91 fix: show shadow on the top bar even on non-homepages 2024-01-15 00:35:02 +08:00