Commit Graph

216 Commits

Author SHA1 Message Date
Hakadao
2fc30aaa71 feat(video-card): revert to a five-column video card grid layout 2025-01-08 01:21:46 +08:00
Hakadao
e21ecc0ae2 feat: show more video cards in each row 2025-01-07 11:10:35 +08:00
Hakadao
f905091fdc refactor: grid layout handling
Some checks are pending
CI / Test (lts/*, ubuntu-latest) (push) Waiting to run
CI / Test (lts/*, windows-latest) (push) Waiting to run
CI / Test (lts/-1, ubuntu-latest) (push) Waiting to run
CI / Test (lts/-1, windows-latest) (push) Waiting to run
2025-01-06 10:59:47 +08:00
Hakadao
0974245621 feat: improve responsive behavior 2024-12-30 11:19:35 +08:00
Hakadao
471b9c4f01 fix(following): cannot show live-streaming card immediately 2024-12-24 12:39:58 +08:00
Hakadao
ca27b01170 feat(settings): add followingTabShowLivestreamingVideos setting 2024-12-24 12:22:25 +08:00
Hakadao
e140846271 feat(following): show live stream type cards in the list 2024-12-24 02:14:06 +08:00
Hakadao
96edc04072 chore: tweak styles 2024-12-21 23:07:54 +08:00
Hakadao
c2c8b86c6c feat: adjust color palette and glass effects 2024-12-18 03:58:49 +08:00
Hakadao
fc902f7e74 fix: avoid using async in onMounted 2024-12-15 22:51:12 +08:00
Hakadao
9f21561ca9 feat(top-bar): redesign search bar 2024-12-15 01:26:56 +08:00
Hakadao
68f2f10a0f fix(ranking): auto move the aside panel up 2024-12-14 22:14:15 +08:00
Hakadao
4152c04bdd chore: make linter happy 2024-12-14 18:03:25 +08:00
Hakadao
9558364b57 fix(ranking): tabs cannot move down (#1186)
close #1186
2024-12-14 18:00:31 +08:00
Hakadao
e0bd5d1569 chore: tweak styles 2024-12-14 17:27:55 +08:00
Hakadao
5e02a06014 chore: tweak styles 2024-12-09 22:38:07 +08:00
Hakadao
19965abc6e chore: tweak styles 2024-12-09 22:26:18 +08:00
Hakadao
87ddf97ffd feat(top-bar): redesign top bar (#1159)
* feat: redesign top bar

* chore: update
2024-12-02 00:32:04 +08:00
Hakadao
77648a650b fix(home): resolve home tabs style issues 2024-11-20 01:43:21 +08:00
Hakadao
dd030af6f5 feat(home): tweak header tabs styles 2024-11-19 01:56:45 +08:00
MidnightCrowing
dd19f882b0 feat(video-card): collaborative creation (#1107)
* feat(video-card-avatar): add avatar component for multiple avatar display

* refactor(video-card): add avatar component

* refactor(views): modify video card calling method

* feat(following): up joint submissions are combined into one video card display

* feat(i18n): add cn translation

* fix: dislike dialog ci type check

* fix(video-card-avatar): add more display additions for undisplayed avatars

* refactor(video-card): refactor author and authorList to handle single and multiple authors separately

* fix(following): fix issue with duplicate authors in collaborative submissions

* refactor(video-card): remove `authorList` prop

* feat(video-card): redesign the multiple authors style

* chore: update

* chore: update

---------

Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-11-17 16:59:40 +08:00
MidnightCrowing
5af87afa4f fix(following-page): occasional duplicate videos on the following page (#1101) 2024-11-01 02:17:07 +08:00
Hakadao
a0bf8485dd fix(live): prevent continuous loading when no more content 2024-10-28 10:09:02 +08:00
Hakadao
3e42f53ebc feat(home): add live page on home 2024-10-28 02:34:27 +08:00
Hakadao
86e6f3a0ad feat(video-card): show the badge when in following tab 2024-10-28 02:20:11 +08:00
Hakadao
08a5ca0328 chore: fix type 2024-10-21 00:27:34 +08:00
Hakadao
25b2d0394a refactor: homePageGridLayout => gridLayout 2024-10-20 19:00:24 +08:00
Hakadao
b06c2a868d feat(video-card): enhance video card context menu 2024-10-14 01:50:36 +08:00
Hakadao
619dc034af refactor: adjust the directory structure of messageListeners/ (#1066) 2024-10-13 19:49:14 +08:00
Hakadao
eaa021e7ba refactor: extract video context menu and dislike dialog logic to other files 2024-10-05 19:09:12 +08:00
Hakadao
a96d2f0ef6 feat(filters): filter out vertical videos (#991) 2024-09-08 17:50:50 +08:00
Hakadao
eed7223936 chore(for-you): add description for "not interested" dialog 2024-08-31 02:40:35 +08:00
Hakadao
11005cfd4e perf(for-you): enhance performance when video filter is unset 2024-08-29 12:44:31 +08:00
Hakadao
4cdbf2ceb3 feat: update grid layout switcher icons 2024-08-29 11:50:18 +08:00
Hakadao
cda9ec1529 feat: video title filter and user filter (#965)
* chore: filter by title (wip)

* refactor: Update Input component to use defineModel for two-way binding

* chore(settings): add functionality to add, edit, and delete title filters

* chore: Refactor List and ListItem components for improved styling and functionality

* feat(home-settings): use grid layout for title filters

* feat(settings): implement filter by title && filter by user

* chore(list): update style

* feat: Implement case-insensitive filter functionality

* fix: filter by user not working

* feat: disable filter for followed user

* chore: fix typo

* feat: update ui

* chore: improve the filter descriptions and update styles

* chore: update code tag style

* fix(for-you): resolve scrolling issue (#964)
close #964

* chore: add i18n support for filter settings

* chore: update cantonese translation

* refactor: update localization strings for `FilterByUserTable` and `FilterByTitleTable`
2024-08-22 00:26:03 +08:00
Hakadao
bdff7cf2b8 refactor: update localization strings for common operation 2024-08-21 23:44:51 +08:00
Hakadao
19cb3e3342 refactor: update localization strings for common operations 2024-08-21 18:45:36 +08:00
Hakadao
80dd62ae0f chore: adjust top bar height 2024-07-30 12:05:03 +08:00
Hakadao
10ad269e92 fix: lint 2024-07-29 13:22:22 +08:00
Hakadao
615c9de1bd refactor: global import common components && remove useless imports 2024-07-29 12:30:23 +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
c5b4b17208 refactor: use TOP_BAR_VISIBILITY_CHANGE for global top bar visibility event 2024-07-23 00:33:33 +08:00
Hakadao
938c1e9561 fix: prevent too few video results cause cannot load more videos #884 2024-07-15 00:46:23 +08:00
Hakadao
3b670635a1 fix: resolve always loading issue 2024-07-01 02:23:24 +08:00
Hakadao
944e394505 fix: cannot load more videos on vertical monitor (#704)
close #704
2024-07-01 01:35:48 +08:00
Hakadao
06382e10e2 feat: recommendation mode filter setting (#840)
* feat: Add filter options for view count and duration in settings

* chore: update styles && rename func.ts to useFilter.ts

* feat: Add scrollbar check to determine if the viewport has a scrollbar

* feat: app recommendation filters

* chore: update

* feat: i18n support

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
2024-07-01 01:05:18 +08:00
Hakadao
4fe4c92733 refactor: unify elevated elements color 2024-06-27 01:06:46 +08:00
ljt990218
34eb136b36 fix(VideoCard): more button issue #829 && add use cursor-pointer (#853)
* fix: UserPanelPop hover Inconsistent animation

* fix(VideoCard): `moreBtn` Button issue from `#829`, add cursor-pointer class to enhance UX
2024-06-20 22:52:20 +08:00
hakadao
b7a0dcc8b6 fix(ForYou): tick animation cannot re-toggle 2024-06-14 02:17:55 +08:00
MidnightCrowing
eea81cfa16 fix: home page tab loading animation issues (#827) 2024-06-12 01:14:33 +08:00