timongh
|
ed2e101261
|
Merge remote-tracking branch 'main/preview-features' into update-to-vue3
|
2023-06-22 03:33:24 +08:00 |
|
the1812
|
68d2321859
|
Add scroll snap and mask effect
|
2023-04-16 22:05:49 +08:00 |
|
timongh
|
30a335d0a8
|
Fix some type errors in registry/lib/components/style
|
2023-02-12 17:19:50 +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
|
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
|
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 |
|
the1812
|
7cdb236754
|
Add fixed operations
|
2022-06-25 16:35:20 +08:00 |
|
the1812
|
2b338cb2f5
|
Support horizontal scroll
|
2022-03-12 15:14:31 +08:00 |
|
the1812
|
37696aed23
|
Refactor scroll mask
|
2022-03-06 22:02:29 +08:00 |
|
the1812
|
dd5dac51d4
|
Add scroll mask
|
2022-03-06 20:45:31 +08:00 |
|
the1812
|
2b9fc2d37f
|
Add links
|
2022-01-12 21:19:40 +08:00 |
|
the1812
|
a3fa47ca17
|
Add feeds layout
|
2021-12-19 19:17:44 +08:00 |
|
the1812
|
3ebd7243be
|
Add trending layout
|
2021-12-19 16:56:35 +08:00 |
|