Commit Graph

125 Commits

Author SHA1 Message Date
07akioni
9007b7d905 feat: upgrade eslint config 2024-11-26 00:32:01 +08:00
07akioni
1dfb1be694 feat: move eslint config to antfu config 2024-07-12 02:19:13 +08:00
07akioni
9f9eb9e0df Merge branch 'main' into docs 2024-02-22 22:50:29 +08:00
07akioni
2bf5229543 refactor(modal-provider): make it work 2024-01-29 23:36:51 +08:00
jahnli
e7f5534394
feat(modal-provider): add modal provider (#5547)
* feat: add modal provider

* fix: remove api

* feat: add demo
2024-01-29 22:12:38 +08:00
zhanglecong
341f2e6765 fix: fix codesandbox error, update vue to latest 2024-01-19 10:08:57 +08:00
07akioni
cef4c62ad8 docs: update repo url 2022-10-06 12:23:28 +08:00
07akioni
bde60ff9f9 Merge branch 'main' into docs 2022-08-19 03:12:10 +08:00
XieZongChen
daeedf2313
chore(codesandbox): fix error (#3404) 2022-08-01 23:43:06 +08:00
zz
8e8850fe5e
fix(site): pass correct code language to codesandbox (#3364)
* fix(site): pass correct code language to codesandbox

* chore: `computed` instead of `watch`

* Apply suggestions from code review

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-30 23:42:26 +08:00
07akioni
653225634f feat: new close icon 2022-06-04 03:31:01 +08:00
Yugang Cao
14910a03ba
fix(form): validate cannot call promise method (#2113)
Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
2022-01-05 13:35:08 +08:00
07akioni
76b9fde01e fix: lint 2022-01-05 02:20:22 +08:00
07akioni
93c4a4cd36 feat(message-provider): add render-message prop 2022-01-03 20:33:47 +08:00
07akioni
6098a82fe7
Merge branch 'main' into docs 2021-12-29 03:03:46 +08:00
Kid
f82672df9d
docs: use native anchor and form elements (#2009) 2021-12-25 00:11:00 +08:00
Yugang Cao
172a6bf058
refactor: optimized vite-demo plugin code (#1844)
* feat: optimized vite-demo plugin code

* fix: update

* fix: update

* fix: vue not ts does not generate tsCode

* fix: cannot anchor link

Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
2021-12-22 01:26:53 +08:00
07akioni
07ed698ab8 site: ts demo style 2021-12-14 04:00:08 +08:00
Yugang Cao
7f0dfb108c
chore(site): optimized ts to js build code (#1831)
Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
2021-12-14 01:48:45 +08:00
Yugang Cao
99bc46685a
docs: ts and js language switch (#1616)
* feat: add ts/js check

* feat: add ts/js checkout

* fix: update dependencies

* fix: markdown support ts

* feat: change to vue

* fix: update

* feat: compatiable vue and md of demo

Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-12-13 03:55:41 +08:00
07akioni
0fb8f0cc1e
refactor(input): reimplement icons, support press & hover (#193) 2021-06-19 02:03:22 +08:00
07akioni
a2064cc47c site: fix codesandbox link 2021-06-16 10:43:16 +08:00
07akioni
92fef0bb0e site: adjust copy icon position 2021-06-09 02:27:40 +08:00
Anthony Fu
f50afd97bd
chore: fix cases for GitHub and TypeScript (#28) 2021-06-09 00:21:50 +08:00
w候人兮猗
358be3a491
chore(demo): demo add copy code button (#25)
* chore(demo): demo add copy button

* chore: copy code button update

* chore: change copy fun

* Update demo/utils/ComponentDemo.vue

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-06-08 22:32:31 +08:00
07akioni
73cd1110a6 site: change codesandbox icon. use flattened svg 2021-06-05 23:42:38 +08:00
07akioni
66ba55e326 site: refactor responsive related logic 2021-06-05 12:11:17 +08:00
07akioni
c1da705868 site: fix codesandbox demo with extra deps 2021-06-05 06:19:56 +08:00
07akioni
c0ba6ec088 site: fix demo with script not working in codesandbox 2021-06-05 06:05:49 +08:00
07akioni
48e47f4649 site: basic codesandbox support 2021-06-05 05:18:20 +08:00
07akioni
63d0e255d3 site: fill github url 2021-06-05 04:20:31 +08:00
07akioni
1e251dfff6 feat(button): depth prop 2021-06-02 18:29:54 +08:00
07akioni
d547c50614 site: open in codesandbox 2021-06-02 17:51:13 +08:00
07akioni
5a1386c4d9 chore: remove useless configs 2021-05-27 12:50:00 +08:00
07akioni
55982babf0 site: full site responsive 2021-04-06 01:31:09 +08:00
07akioni
ab65cfa31f site: optimize scroll behavior of table & code 2021-04-06 00:17:14 +08:00
07akioni
5a74ca3af4 site: responsive site 2021-04-05 17:59:04 +08:00
07akioni
0f030200a5 site: refactor util component & remove useless comopnent 2021-04-05 15:14:03 +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
07akioni
7557551616 site: scroll to hash element on mount & click demo title to set location hash 2021-03-15 16:37:18 +08:00
07akioni
e033d246a3 feat(grid): responsive & collapse demo 2021-03-03 17:26:54 +08:00
07akioni
42b9102061 site: split docs/components pages 2021-02-14 14:52:14 +08:00
07akioni
0587f6e632 chore: update vicons to 0.1.0 2021-02-09 15:04:22 +08:00
07akioni
a35581bcaa refactor(element): ts 2021-01-18 19:12:01 +08:00
07akioni
97add265cf refactor(code, log): new hljs impl 2021-01-13 12:31:41 +08:00
07akioni
8cf237a12a site: refactor using store 2021-01-13 12:01:02 +08:00
07akioni
2f7c8bb1be refactor(button): composition & new theme 2021-01-01 21:56:26 +08:00
07akioni
2d13c548b6 chore: prettier demo 2020-12-12 13:51:22 +08:00
07akioni
0b3d32f14b fix: use file level import to avoid exhausting fd when build site
ulimit -n
2020-12-07 21:29:51 +08:00
07akioni
995dfbb8d8 site: style change 2020-11-28 13:34:45 +08:00