Commit Graph

397 Commits

Author SHA1 Message Date
hakadao
64a7fce64b fix: font size doesn't match the --bew-base-font-size 2024-05-02 23:25:15 +08:00
Stephen Zhou
6bf18d31de chore: use button for tab switch
close #686
2024-05-02 15:33:53 +08:00
star knight
1e6973a343 fix: basic font-size (#701) 2024-05-02 13:43:49 +08:00
Hakadao
dd24072f02 Refactor/rpc (#700)
* refactor(rpc): improve type, and type safe (#673)

* refactor(rpc): improve type, and type safe

* revert `pnpm-lock.yaml` file

* improve api merge

* fix: type annotation in background/index.ts

* fix: type annotation in background/index.ts

---------

Co-authored-by: star knight <64941905+starknt@users.noreply.github.com>
2024-05-02 02:45:59 +08:00
Stephen Zhou
79f11cbb87 refactor: group dark mode logic to useDark (#694)
* refactor: group dark mode logic to useDark

* fix: cannot get the bewlyWrapper

---------

Co-authored-by: hakadao <a578457889743@gmail.com>
2024-05-02 02:10:59 +08:00
Hakadao
02a463cc57 chore: Fix background image URL formatting in Home.vue 2024-04-29 01:06:32 +08:00
Hakadao
2c4e44f213 fix: frosted glass effect not working in firefox 2024-04-29 01:01:32 +08:00
Stephen Zhou
6d6d7c7a3f fix: can't get local image background for home search view
close #687
2024-04-28 20:30:27 +08:00
cloudflypeng
39d6d9a91d feat(VideoCard): add tick icon for followed uploader (#672)
* feat: 关注标识
close [https://github.com/BewlyBewly/BewlyBewly/issues/671]

* refactor(VideoCard):  rename `isFollowed` to `followed`

* feat: add followed tag to videos in mobile recommendation mode

* style(VideoCard): adjust followed tick style

* chore: add corresponding documentation for [API.USER.RELATION_MODIFY]

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-04-26 19:02:21 +08:00
Stephen Zhou
7c45027e65 chore: use vue-tsc (#670) 2024-04-26 15:40:34 +08:00
Stephen Zhou
ff8056e01c fix: can not load watch later list 2024-04-26 11:42:16 +08:00
hakadao
02c3673571 fix(Anime): fix cannot show the anime watch list 2024-04-26 02:04:05 +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
022482e827 feat: show video type (#645)
* feat: show video type

* feat: adjust video type icon style

---------

Co-authored-by: hakadao <a578457889743@gmail.com>
2024-04-23 22:40:30 +08:00
hakadao
18e77fdd6e fix: only cantonese & mandarin tw use traditional chinese (#623)
close #623
2024-04-23 00:41:26 +08:00
hakadao
37c63b3b7c feat: implement a fake not interested feature in web recommend video card 2024-04-23 00:34:44 +08:00
Stephen Zhou
e51f486176 fix: tab missing after costuming order (#634) 2024-04-22 23:06:31 +08:00
Stephen Zhou
e61a27ba8b fix: follow system theme change 2024-04-22 15:41:12 +08:00
hakadao
8ada69274b feat: adjust reach bottom distance 2024-04-19 22:15:42 +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
e87066e564 refactor: move history.ts and historySearch.ts to history/ 2024-04-18 16:53:33 +08:00
Hakadao
c5c1a16145 fix(Ranking): cannot show the variety show ranking list (#576)
close #576
2024-04-17 18:40:40 +08:00
hakadao
f75e010150 fix(Home): correct deformation of video layout switcher on small screen computers 2024-04-15 00:56:04 +08:00
Hakadao
225188bba0 fix: flash dark theme (#565)
* fix: flash dark mode when using the light theme

* improve color mode transition

---------

Co-authored-by: starknt <1431880400@qq.com>
2024-04-14 22:39:25 +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
Hakadao
1d90292cb4 refactor: Add cSpell words and update API calls 2024-04-02 19:07:45 +08:00
hakadao
a63f375ba5 Merge branch 'dev' into refactor-message-listeners 2024-04-02 02:14:57 +08:00
hakadao
69b6d865ad fix(Following): resolve the "no more content" & "need to login first" occurring together 2024-04-02 01:31:11 +08:00
hakadao
80b72c43b6 fix(Trending): resolve the infinite data retrieval issus (#445) 2024-04-02 01:04:00 +08:00
hakadao
8f7c103763 Merge branch 'dev' into refactor-message-listeners 2024-04-02 00:44:40 +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
908cca9f1b chore(Home): refresh only when at the top otherwise back to top first 2024-04-01 02:27:59 +08:00
hakadao
aae391d9f4 feat(Home): clicking the tab will back to top and refresh data on homepage (#419)
close #419
2024-04-01 02:19:59 +08:00
Hakadao
31af6ce1ad chore: i just wanna push some code 2024-03-22 00:58:10 +08:00
Hakadao
f789745d11 feat(VideoCard): add more button option to video card 2024-03-18 01:21:01 +08:00
Hakadao
6562da51e0 fix: correct frosted glass disablement not working in several cases and adjust opacity 2024-03-14 00:16:13 -03:00
Hakadao
5f60bc4b47 fix: resolve issue when using ad-blocking extensions blocks entire page (#375) 2024-03-11 21:44:46 -03:00
Hakadao
fede8758ff feat(Home): implement grid layout switcher 2024-03-10 19:34:35 -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
09f5c6ea6f feat(Settings): add an "always show top bar logo" setting (#219) 2024-03-08 00:53:18 -03:00
Hakadao
02788ddb90 feat: block ads 2024-03-05 00:25:37 -03:00
Hakadao
6e2ed46f8a refactor: refactor methods for dock items comparison and home tabs comparison 2024-03-04 01:15:11 -03:00
Hakadao
e81d5dbe37 Merge branch 'main' into dev 2024-03-03 18:43:17 -03:00
Hakadao
f303a29e6b fix(WatchLater): correct watch later jump url 2024-03-03 07:08:12 -03:00
Hakadao
e63ead93b1 fix(Home): resolve home tabs drifting issue(#349)
close #349
2024-03-03 07:08:12 -03:00