37 Commits

Author SHA1 Message Date
07akioni
da4394dee6 fix: memory leak 2024-12-19 19:25:46 +08:00
07akioni
9007b7d905 feat: upgrade eslint config 2024-11-26 00:32:01 +08:00
07akioni
d5d0134c09 fix: lint erros 2024-09-25 01:14:09 +08:00
07akioni
1dfb1be694 feat: move eslint config to antfu config 2024-07-12 02:19:13 +08:00
zhanglecong
47e5511aea refactor: download, data-table exportCsv => downloadCsv 2023-12-27 21:16:10 +08:00
zhanglecong
21ee7f99f2 fix: eslint 2023-12-18 10:00:48 +08:00
Sepush
0a836a17aa
chore: update deps (#4727)
* chore: update deps

Signed-off-by: Sepush <sepush@outlook.com>

* chore: eslint disable nextline

Signed-off-by: Sepush <sepush@outlook.com>

* chore: disable eslint for await dom click

Signed-off-by: Sepush <sepush@outlook.com>

* chore: update deps

Signed-off-by: Sepush <sepush@outlook.com>

* chore: update deps

Signed-off-by: Sepush <sepush@outlook.com>

* chore: update deps

Signed-off-by: Sepush <sepush@outlook.com>

* fix: pin node version to 18.15 to fix ci

Signed-off-by: Sepush <sepush@outlook.com>

---------

Signed-off-by: Sepush <sepush@outlook.com>
2023-05-01 01:37:06 +08:00
07akioni
2ff76f2e48 fix(theme-editor): could not resolve "@vicons/ionicons5" error, closes #3616 2022-08-29 22:38:55 +08:00
Nicolas Vanalderweireldt
9a925c5d3d
feat(theme-editor): add button to widen popover (#3555) 2022-08-21 16:11:38 +08:00
07akioni
3c96451546 fix(theme-editor): label word break 2022-06-07 01:14:33 +08:00
07akioni
25be6aecbe fix(theme-editor): can't scroll 2022-05-11 05:09:40 +08:00
07akioni
bd4c8bca3a fix(back-top, theme-editor): compensate block scroll effect 2022-05-05 03:57:34 +08:00
07akioni
7ba34c4147 deps: update vue-tsc 2022-04-27 02:32:21 +08:00
07akioni
c742716382 feat(config-provider): inline-theme-disabled 2022-03-02 02:05:35 +08:00
07akioni
79e88d45cf refactor: remove NConfigProvider in useConfig 2022-02-12 23:00:52 +08:00
07akioni
2329916a16 feat(button): may disable inline theme 2022-02-02 03:32:13 +08:00
07akioni
baed2841ca fix: color picker opacity related fields 2022-01-25 05:17:28 +08:00
07akioni
1ff9c19ba1 refactor: remove all renderSlot, use raw slot 2022-01-22 22:22:16 +08:00
07akioni
65e90cfe74 refactor(theme-editor): fix button theme error 2021-12-03 05:06:00 +08:00
Yugang Cao
14593407a7
fix(theme-editor): throw error when click button (#1711)
* fix: theme-editor throw error when click button

* fix: update fn name

Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-12-03 05:02:42 +08:00
07akioni
93db614c4d feat(scrollbar): new component 2021-10-04 18:22:36 +08:00
07akioni
e6109f7255 deps: eslint-config-standard-with-typescript 20 2021-06-12 18:52:20 +08:00
07akioni
8daed4a9cf refactor: rename useLocale return fields 2021-04-24 12:41:35 +08:00
07akioni
8bf69f4239 refactor: tree, data-table hover && pressed color 2021-04-21 20:53:20 +08:00
07akioni
728a9bb71d refactor(config-provider): remove provide(reactive) pattern 2021-04-20 23:36:37 +08:00
07akioni
a4936acb9b feat(theme-editor): locale 2021-04-13 21:56:55 +08:00
07akioni
8d649eb255 feat(color-picker): add internal actions prop 2021-04-13 21:17:00 +08:00
07akioni
2fff13060a feat(theme-editor): use color-picker 2021-04-13 13:28:16 +08:00
07akioni
cbf7567979 refactor(config-provider): remove unstable flag in theme 2021-04-07 02:36:14 +08:00
07akioni
7ca91014f9 chore: small fixes 2021-04-05 18:11:19 +08:00
07akioni
5bdd0112a9 fix(theme-editor): imported theme is flushed after change 2021-04-01 18:31:22 +08:00
07akioni
8b29b7a4a3 fix(theme-editor): unable to re-import after clear 2021-03-31 23:12:35 +08:00
07akioni
3546703847 feat(theme-editor): read overrides from config provider 2021-03-31 12:37:58 +08:00
07akioni
71f1242587 feat(theme-editor): local storage & import & export 2021-03-31 12:10:47 +08:00
07akioni
fe94ed6fcb feat(theme-editor): placeholder follows common vars & reset invalid field to last value 2021-03-31 11:11:18 +08:00
07akioni
3fd2fed5fa refactor(back-top): default size to 44px 2021-03-30 02:59:06 +08:00
07akioni
a4ec6e737d feat(theme-editor) (#25)
* wip(theme-editor)

* chore: make theme editor looks better

* feat(theme-editor): use controlled overrides

* fix(theme-editor): no invalid color

* chore: update seemly to support keywords color

* feat(theme-editor): add filter

* refactor(theme-editor): use popover

* fix(site): package bundled twice due to src code reference

* docs(back-top): avoid collision with theme-editor
2021-03-30 02:25:22 +08:00