Commit Graph

23 Commits

Author SHA1 Message Date
timongh
bf03ada6a3 Fix some type errors in registry/lib/components/video 2023-02-12 16:38:54 +08:00
timongh
8f4f393c87 Use type Component as vue component in src/components/types.ts 2023-02-09 16:55:10 +08:00
timongh
f3f7e34a41 Change beforeDestroy to beforeUnmount 2023-02-07 12:07:51 +08:00
timongh
481ec887ae Replace class name for vue <Transition> component 2023-02-07 01:49:52 +08:00
timongh
ab9e5aacaf Update v-model definition to vue3 style 2023-02-05 04:39:29 +08:00
timongh
c07abaaa05 Document all vue events with the emits option. 2023-02-05 02:18:43 +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
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
7a248529bb Add ts config: importsNotUsedAsValues with corresponding eslint rule 2023-01-29 00:49:17 +08:00
the1812
56d1f0b0d6 Format registry folder 2022-10-12 23:27:58 +08:00
timongh
ba41e2edd1 Change components in folder video to define api 2022-09-16 09:41:48 +08:00
timongh
70474080cc Add two TODO comments for defaultVideoLocation 2022-02-20 23:39:47 +08:00
timongh
d8f3c8816f Change the description of defaultVideoLocation 2022-02-20 23:32:35 +08:00
timongh
b049cff883 Cancel import for bnjUrls in defaultVideoLocation 2022-02-20 23:29:43 +08:00
timongh
8213d994ae Changing the display name of videoDefaultLocation 2022-02-12 20:17:44 +08:00
timongh
ffc32a9840 Support for differentiation of different pages in videoDefaultLocation 2022-02-12 19:43:20 +08:00
timongh
50e296bd99 修改 videoDefaultLocation,更改 html 标签类名,修改组件描述 2022-02-04 14:42:05 +08:00
timongh
d9faabbfe0 Merge branch 'feat-default-location' of https://github.com/timongh/Bilibili-Evolved into feat-default-location 2022-02-01 12:46:10 +08:00
timongh
a6f279bd4c videoDefaultLocation 的扩展选项改为懒加载 2022-02-01 12:44:17 +08:00
timongh
28f8e1cfe2
修改 videoDefaultLocation 描述 2022-01-31 05:40:14 +08:00
timongh
2f455dc43c
微调 videoDefaultLocation 的界面文本 2022-01-31 04:59:04 +08:00
timongh
534e0375bb 添加新组件 videoDefaultLocation 2022-01-30 21:50:55 +08:00