Commit Graph

89 Commits

Author SHA1 Message Date
timongh
ed2e101261 Merge remote-tracking branch 'main/preview-features' into update-to-vue3 2023-06-22 03:33:24 +08:00
the1812
621a771236 Fix header height 2023-05-31 22:51:01 +08:00
the1812
eca428033c Add scroll buttons 2023-05-31 22:44:45 +08:00
the1812
03ad4e6aad Improve timeline styles 2023-05-31 09:28:49 +08:00
the1812
20d7c84552 Add border and empty background 2023-05-31 09:03:27 +08:00
the1812
3bc015c589 Support toggle visibility 2023-05-30 09:10:16 +08:00
the1812
cddbbbde67 Support reorder 2023-05-30 08:57:20 +08:00
the1812
b8b8cda78d Support toggle linebreak 2023-05-30 00:28:42 +08:00
the1812
28a7a69f2e Remove vue-fragment 2023-05-30 00:26:40 +08:00
the1812
257ea6dd30 Fix sortable not work & add tips 2023-05-30 00:00:00 +08:00
the1812
1dc36e4439 Use semi-bold font weight 2023-05-28 18:44:57 +08:00
the1812
5dffd7e2fc Add ExtraOptions 2023-04-19 21:58:30 +08:00
the1812
5576a2167d Improve styles 2023-04-16 22:28:37 +08:00
the1812
8c274b85f1 Add CompactRankList in default content layout 2023-04-16 22:15:57 +08:00
the1812
68d2321859 Add scroll snap and mask effect 2023-04-16 22:05:49 +08:00
the1812
23a7f1dcf4 Add compact rank list card style 2023-04-16 17:14:22 +08:00
the1812
ab0981ff9c Add loading indicator 2023-04-16 16:22:32 +08:00
the1812
2982028501 Add CompactRankList 2023-04-16 16:21:05 +08:00
timongh
cfdfc39588 Update eslint-plugin-vue 2023-03-15 15:55:08 +08:00
timongh
86a351f63b Change some registered data to reactive object 2023-03-12 19:13:09 +08:00
timongh
d659a18c4a Revert "Use markRaw when using dynamic component"
This reverts commit 218cc06b08.
2023-03-11 00:55:54 +08:00
timongh
218cc06b08 Use markRaw when using dynamic component 2023-03-10 01:23:44 +08:00
timongh
30a335d0a8 Fix some type errors in registry/lib/components/style 2023-02-12 17:19:50 +08:00
timongh
6a33d760d3 Replace () => import(./TheComponent.vue) to defineAsyncComponent 2023-02-09 17:41:14 +08:00
timongh
cd1410f9bb Use type Component as vue component in FreshLayoutItem 2023-02-09 13:38:47 +08:00
timongh
d24fbdd89a Removed all use of $refs. Instead, use ref() to define component references. 2023-02-09 03:10:06 +08:00
timongh
046957478d Remove mixins in registry/lib/components/style/home-redesign/mixin.ts 2023-02-08 16:26:31 +08:00
timongh
f3f7e34a41 Change beforeDestroy to beforeUnmount 2023-02-07 12:07:51 +08:00
timongh
125a0c6595 Removes all uses of the variable Vue in vue2 2023-02-07 11:56:38 +08:00
timongh
88263c9fe4 Add deep: true for array handler in vue watch option 2023-02-07 02:07:48 +08:00
timongh
6b7caafa95 Replace filters to methods in vue files 2023-02-07 01:14:21 +08:00
timongh
7a91728e29 Remove $listeners and the redundant v-bind="$attrs" 2023-02-07 00:51:23 +08:00
timongh
cf1af64c06 remove vue-fragment 2023-02-04 18:02:52 +08:00
timongh
d2bfb2a6e1 Change the way Vue instances are created. 2023-02-04 17:45:03 +08:00
timongh
fa6001eb7a All Vue components are defined using defineComponent instead 2023-02-04 01:15:38 +08:00
timongh
185770030d Merge branch 'extend-vue-tsconfig' into update-to-vue3-compat
# Conflicts:
#	registry/lib/components/style/custom-navbar/favorites/FavoritesFolderSelect.vue
#	registry/lib/components/style/custom-navbar/feeds/tabs/next-page.ts
#	registry/lib/components/style/home-redesign/fresh/VideoList.vue
#	registry/lib/components/style/home-redesign/fresh/layouts/blackboard/Blackboard.vue
#	registry/lib/components/style/home-redesign/fresh/layouts/categories/Categories.vue
#	registry/lib/components/style/home-redesign/fresh/layouts/categories/categories.ts
#	registry/lib/components/style/home-redesign/fresh/layouts/categories/content/Default.vue
#	registry/lib/components/style/home-redesign/fresh/layouts/categories/content/RankList.vue
#	registry/lib/components/style/home-redesign/mixin.ts
#	registry/lib/components/utils/black-list/BlackListSettings.vue
#	registry/lib/components/utils/dev-client/Action.vue
#	registry/lib/components/utils/keymap/settings/KeymapSettingsRow.vue
#	registry/lib/components/video/download/inputs/EpisodesPicker.vue
#	registry/lib/components/video/download/inputs/episode-item.ts
#	src/components/SwitchOptions.vue
#	src/components/feeds/VideoCard.vue
#	src/components/settings-panel/ComponentDetail.vue
#	src/components/settings-panel/ComponentOption.vue
#	src/components/settings-panel/ComponentSettings.vue
#	src/components/settings-panel/sub-pages/manage-panel/ManagePanel.vue
#	src/components/settings-panel/sub-pages/online-registry/RegistryItem.vue
#	src/core/toast/ToastCard.vue
#	src/ui/ImagePicker.vue
#	src/ui/TabControl.vue
2023-02-03 22:20:15 +08:00
timongh
f349c0e9cc Marking types for partially complex mixin
Signed-off-by: timongh <46739861+timongh@users.noreply.github.com>
2023-02-03 13:43:30 +08:00
timongh
4bb70030b8 Mark more specific types for Object, Array and Function in the props option
Signed-off-by: timongh <46739861+timongh@users.noreply.github.com>
2023-02-03 13:11:26 +08:00
timongh
accae5d047 Mark [] and {} in the data option with a more specific type
Signed-off-by: timongh <46739861+timongh@users.noreply.github.com>
2023-02-03 00:05:35 +08:00
timongh
f0d24bd652 Annotate return type of methods in computed option
Signed-off-by: timongh <46739861+timongh@users.noreply.github.com>
2023-02-02 22:51:08 +08:00
timongh
7a248529bb Add ts config: importsNotUsedAsValues with corresponding eslint rule 2023-01-29 00:49:17 +08:00
Colerar
b9dfeedd74
fix: home rank thirdItem data
(cherry picked from commit f85d90cfac75f009cc1733a88613a063174fb315)
2023-01-04 01:11:55 +08:00
the1812
56d1f0b0d6 Format registry folder 2022-10-12 23:27:58 +08:00
the1812
3ff1731ef7 Merge branch 'preview-fixes' into preview-features 2022-08-25 23:15:37 +08:00
the1812
e54d5ae3b8 Fix trending video API (fix #3625) 2022-08-25 22:05:11 +08:00
the1812
974310837c Fix follow status & url (fix #3552) 2022-08-17 08:46:19 +08:00
the1812
169725de9f Update timeline API (fix #3552) 2022-08-16 23:33:50 +08:00
timongh
f574d635ad Change style components to define api 2022-07-30 23:59:09 +08:00
the1812
156991e213 Add minimal home trendings 2022-06-25 17:02:58 +08:00
the1812
7cdb236754 Add fixed operations 2022-06-25 16:35:20 +08:00