Commit Graph

11 Commits

Author SHA1 Message Date
Hakadao
6736ed78f3 fix(input): background cannot set to transparent 2024-09-19 23:14:36 +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
11d5bd8937 chore: Update Input component to accept string or number values for modelValue 2024-07-23 01:35:39 +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
66f2bf0659 fix: ts error 2023-09-03 14:14:57 +08:00
Hakadao
9e36f80da7 feat(Input): adjust style & add enter event 2023-08-16 23:02:25 +08:00
Hakadao
e4b823aed6 refactor: adjust vale assigned to v-model within component 2023-08-13 23:29:36 +08:00
Hakadao
c361a0fc78 style: adjusted style 2023-07-19 01:34:28 +08:00
Hakadao
0bfcb8e8db style: adjusted styling 2023-07-17 01:23:26 +08:00
Hakadao
3ba76f24d6 style: style adjustment 2023-07-10 02:14:24 +08:00
Hakadao
74159677db feat: add search watch history in history page 2023-02-12 02:52:23 +08:00