Commit Graph

558 Commits

Author SHA1 Message Date
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
Hakadao
a4e96c825f fix(VideoCard): adjust usage between v-if and v-show 2024-04-26 10:07:13 +08:00
hakadao
dd15200f4f fix(VideoCard): resolve checked animation not working 2024-04-26 02:06:42 +08:00
Hakadao
20ab8a6de4 chore: adjust video card style 2024-04-26 01:44:50 +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
hakadao
12eaabb14e feat(VideoCard): adjust video card style 2024-04-24 01:39:05 +08:00
hakadao
9e277cf468 feat: redesign video card 2024-04-24 00:03:26 +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
star knight
fffcf3a912 fix: horizontal scrolling invalid when reload component (#642) 2024-04-23 13:09:26 +08:00
Stephen Zhou
fd19a94a7a chore: update lint config (#635) 2024-04-22 23:08:04 +08:00
cloudflypeng
2bed50f2cb fix: 右侧dock自动隐藏和滚动条的冲突 (#632)
close: https://github.com/hakadao/BewlyBewly/issues/476

Co-authored-by: pengyunfei <pengyunfei@360.cn>
2024-04-22 17:23:02 +08:00
Hakadao
041f2693a0 Merge branch 'main' into dev 2024-04-22 15:54:30 +08:00
Stephen Zhou
3bc80f1a7e fix: i18n for channel 2024-04-22 14:17:51 +08:00
Hakadao
a251db94af feat: add an option to enable video preview feature 2024-04-22 12:29:04 +08:00
Hakadao
db55773614 feat(VideoCard): enable preview of the video on hover; not longer just the cover 2024-04-22 11:53:03 +08:00
hakadao
e98589fb9b Update localization files for just_wanna_change_the_job translation 2024-04-22 01:11:50 +08:00
hakadao
ca0109e5dc Update localization files with new translations 2024-04-22 01:11:50 +08:00
hakadao
7adee41696 Add new section and button in About.vue 2024-04-22 01:11:50 +08:00
hakadao
ed79fb6b4d Update localization files for just_wanna_change_the_job translation 2024-04-22 01:09:17 +08:00
hakadao
d6cfb51f85 Update localization files with new translations 2024-04-22 01:00:02 +08:00
hakadao
c26f0e4f36 Add new section and button in About.vue 2024-04-19 22:50:34 +08:00
Hakadao
a8a4326b6e Merge branch 'main' into dev 2024-04-19 18:32:08 +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
46a8f89ecd Merge branch 'main' into dev 2024-04-19 10:53:15 +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
0e97808775 Merge branch 'main' into dev 2024-04-18 18:40:18 +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
a28d1ef968 Merge branch 'main' into dev 2024-04-18 17:41:54 +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
b1efe38cd3 Merge branch 'main' into dev 2024-04-18 16:37:25 +08:00
Hakadao
9265e5380d refactor: use new top bar moment api 2024-04-18 16:33:14 +08:00
Hakadao
8cfcd65704 feat(Settings): color picker (#55) (#595)
* Update appearance component to include custom color picker

* style: adjust color picker styles

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
2024-04-16 18:45:02 +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
star knight
6cacb9f04b fix: input element focus shortcut key (#564)
* fix: input element focus shortcut key

* chore: add reference
2024-04-14 22:40:04 +08:00
Cody Gu
111fac7586 fix: misplaced of switch button (#543) 2024-04-13 02:36:19 +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
Hakadao
1d90292cb4 refactor: Add cSpell words and update API calls 2024-04-02 19:07:45 +08:00
Hakadao
5ec6079973 Merge branch 'main' into refactor-message-listeners 2024-04-02 17:55:29 +08:00
Hakadao
efacf5bd28 fix(VideoCard): author avatar display issue in horizontal mode 2024-04-02 17:50:36 +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