Commit Graph

128 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
9f2a3bf8eb Allow custom search bar width (#4112) 2023-05-28 19:57:50 +08:00
the1812
05038dbaab Support custom notify style (#4125) 2023-05-28 18:45:15 +08:00
the1812
1dc36e4439 Use semi-bold font weight 2023-05-28 18:44:57 +08:00
the1812
4a92b3bda8 Improve API calls (fix #4120) 2023-05-28 17:41:46 +08:00
the1812
ea8d678ced Merge branch 'preview-fixes' into preview-features 2023-05-20 18:19:02 +08:00
the1812
55f00fb6d7 Fix header height broken in category pages (fix #4183) 2023-05-20 16:44:15 +08:00
Grant Howard
0cfb415c72
Merge pull request #4155 from lovelyCARDINAL/patch-5
feat: 为自定义顶栏添加单独的`创作中心`
2023-04-30 14:02:11 +08:00
星海
f3afbc089e feat: 为自定义顶栏添加单独的创作中心 2023-04-24 01:40:18 +08:00
星海
b6151d8cbc feat( #4101 ): + music ranking & drama ranking 2023-04-24 01:06:11 +08:00
the1812
1c0089b16b Merge branch 'preview-fixes' into preview-features 2023-04-02 20:21:46 +08:00
the1812
1a56cdf614 Update hide original style (fix #4079) 2023-04-02 20:07:59 +08:00
the1812
4fc68eef6e Merge branch 'preview-fixes' into preview-features 2023-04-02 19:53:46 +08:00
星海
1bfd96d9e9 fix 2023-04-02 02:21:29 +08:00
the1812
0169269d7d Add status filter (#3217) 2023-03-21 00:11:04 +08:00
the1812
9a657f150a Add count display (#4069) 2023-03-19 17:42:09 +08:00
timongh
cfdfc39588 Update eslint-plugin-vue 2023-03-15 15:55:08 +08:00
timongh
7c9756cff7 Fix some bug in custom navbar 2023-03-13 04:15:58 +08:00
timongh
75de028247 Fixed missing close parentheses 2023-03-12 23:10:37 +08:00
timongh
86a351f63b Change some registered data to reactive object 2023-03-12 19:13:09 +08:00
timongh
6a41538292 Expose popupShow in IframePopup.vue 2023-03-11 21:54:04 +08:00
timongh
07618206ad Fix type errors about VDropdown.vue 2023-03-11 21:49:52 +08:00
timongh
da48523257 Merge remote-tracking branch 'main/preview-features' into update-to-vue3 2023-03-11 21:19:43 +08:00
timongh
3ea86bccaa Change '@vue/runtime-dom' to 'vue' 2023-03-11 04:25:12 +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
720e8ff924 Fix types in custom-navbar-item.ts 2023-03-10 00:15:42 +08:00
the1812
ce201a0c04 Fix undefined properties (fix #3992) 2023-02-20 09:04:34 +08:00
timongh
ec5bcdc908 Fix type errors of IframePopup.vue 2023-02-20 05:26:39 +08:00
timongh
30a335d0a8 Fix some type errors in registry/lib/components/style 2023-02-12 17:19:50 +08:00
timongh
bcbac0853e Fix some type errors in lib/components/style/custom-navbar 2023-02-09 20:16:16 +08:00
timongh
4789110236 Fix type errors when lodash.debounce used in vue component definition 2023-02-09 19:52:02 +08:00
timongh
1ca7edb29e Remove Component's generic parameters 2023-02-09 17:55:20 +08:00
timongh
8f4f393c87 Use type Component as vue component in src/components/types.ts 2023-02-09 16:55:10 +08:00
timongh
cd61a1b85c Use type Component as vue component in TabMappings 2023-02-09 13:28:23 +08:00
timongh
7ed9ced13d Use type Component as vue component in custom-navbar-item.ts 2023-02-09 13:28:22 +08:00
the1812
74cf834296 Remove unused data (fix #3949) 2023-02-09 08:56:56 +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
d49d7b8909 Replace nextPageMixin to vue composition style 2023-02-08 03:19:44 +08:00
timongh
366a623008 Replace popupMixin to vue setup 2023-02-07 15:32:00 +08:00
timongh
eb2eba2868 Fix the type of debounceSearchAllList in NavbarFavorites.vue 2023-02-07 14:56:41 +08:00
timongh
f3f7e34a41 Change beforeDestroy to beforeUnmount 2023-02-07 12:07:51 +08:00
timongh
88263c9fe4 Add deep: true for array handler in vue watch option 2023-02-07 02:07:48 +08:00
timongh
481ec887ae Replace class name for vue <Transition> component 2023-02-07 01:49:52 +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
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
6cf93d9175 Fix the issue where prop was being modified in the code. 2023-02-05 01:45:50 +08:00
the1812
2ee2ae364c Merge branch 'preview-features' into preview-fixes 2023-02-04 21:41:15 +08:00