1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-24 12:45:58 +03:00
Commit Graph

1473 Commits

Author SHA1 Message Date
Théo LUDWIG
04cff622b2
feat(bridge/python): add TabGroup component 2023-12-12 19:46:04 +01:00
Théo LUDWIG
b2f260d04d
feat(bridge/python): add TabContent component 2023-12-12 19:45:29 +01:00
Théo LUDWIG
adda7bc6ac
feat(bridge/python): add Switch component 2023-12-12 19:45:03 +01:00
Théo LUDWIG
fb936c45b6
feat(bridge/python): add Slider component 2023-12-12 19:44:33 +01:00
Théo LUDWIG
d0ade211ad
feat(bridge/python): add Select component 2023-12-12 19:44:11 +01:00
Théo LUDWIG
90397f8029
feat(bridge/python): add SelectOption component 2023-12-12 19:43:48 +01:00
Théo LUDWIG
7ee89d9e58
feat(bridge/python): add ScrollContainer component 2023-12-12 19:43:14 +01:00
Théo LUDWIG
050fcec835
feat(bridge/python): add Radio component 2023-12-12 19:42:32 +01:00
Théo LUDWIG
f714a99108
feat(bridge/python): add RadioGroup component 2023-12-12 19:42:10 +01:00
Théo LUDWIG
5623c33d04
feat(bridge/python): add Progress component 2023-12-12 19:41:42 +01:00
Théo LUDWIG
8d937b1e5f
feat(bridge/python): add Loader component 2023-12-12 19:41:16 +01:00
Théo LUDWIG
1613b12765
feat(bridge/python): add List component 2023-12-12 19:40:54 +01:00
Théo LUDWIG
db13c1b51e
feat(bridge/python): add ListItem component 2023-12-12 19:40:33 +01:00
Théo LUDWIG
78e577114e
feat(bridge/python): add ListHeader component 2023-12-12 19:40:02 +01:00
Théo LUDWIG
f5999bef99
feat(bridge/python): add Link component 2023-12-12 19:39:30 +01:00
Théo LUDWIG
1284a8f6aa
feat(bridge/python): add Image component 2023-12-12 19:38:57 +01:00
Théo LUDWIG
1a89eec108
feat(bridge/python): add Icon component 2023-12-12 19:38:33 +01:00
Théo LUDWIG
dfb9b81c8b
feat(bridge/python): add IconButton component 2023-12-12 19:37:24 +01:00
Théo LUDWIG
68ca55c82e
feat(bridge/python): add Flexbox component 2023-12-12 19:36:55 +01:00
Théo LUDWIG
f68a338dec
feat(bridge/python): add CircularProgress component 2023-12-12 19:36:11 +01:00
Théo LUDWIG
435170659e
feat(bridge/python): add Checkbox component 2023-12-12 19:34:12 +01:00
Théo LUDWIG
1a0e29e6dd
feat(bridge/python): add Card component 2023-12-12 19:33:25 +01:00
Théo LUDWIG
c9cf7d3ae8
style: format python with autopep8 2023-12-12 19:30:54 +01:00
Théo LUDWIG
0d4104b629
feat(bridge/python): render widgets 2023-12-10 18:33:07 +01:00
Théo LUDWIG
c361682cab
fix(bridge/nodejs): types improvements 2023-12-10 16:44:25 +01:00
louistiti
55b81a3c8f
feat(bridge/python): widget renderer kick off 2023-12-10 23:06:44 +08:00
louistiti
c5e1ed8e86
chore: remove html-react-parser 2023-12-10 10:47:23 +08:00
louistiti
4baf8f0d55
feat: add widgets folder to skills 2023-12-10 10:02:34 +08:00
louistiti
5a55397ef8
refactor(bridge/nodejs): render return type 2023-12-10 08:59:19 +08:00
louistiti
05200a195b
feat: final widget new structure 2023-12-10 08:48:13 +08:00
louistiti
7167849d6a
feat: widget new structure 2023-12-09 23:07:34 +08:00
louistiti
edfa90d820
refactor(skill/widget-playground): flexbox component usage 2023-12-03 22:48:24 +08:00
louistiti
3511452d93
chore: upgrade Aurora to 1.0.0-beta.9 2023-12-03 22:31:31 +08:00
louistiti
1408f358c7
feat(bridge/nodejs): add Text component 2023-12-03 22:07:12 +08:00
louistiti
0297e1d22b
feat(bridge/nodejs): add TabList component 2023-12-03 22:06:30 +08:00
louistiti
10a17b0146
feat(bridge/nodejs): add TabGroup component 2023-12-03 22:05:52 +08:00
louistiti
bba60ea45d
feat(bridge/nodejs): add TabContent component 2023-12-03 22:05:02 +08:00
louistiti
64e1e7da3e
feat(bridge/nodejs): add Tab component 2023-12-03 22:04:27 +08:00
louistiti
14e5bee7d6
feat(bridge/nodejs): add Switch component 2023-12-03 22:03:53 +08:00
louistiti
2576987c44
feat(bridge/nodejs): add Status component 2023-12-03 22:03:15 +08:00
louistiti
ea7d6c48db
feat(bridge/nodejs): add Slider component 2023-12-03 22:02:37 +08:00
louistiti
52f37fc3ed
feat(bridge/nodejs): add SelectOption component 2023-12-03 22:02:04 +08:00
louistiti
8cb0816f24
feat(bridge/nodejs): add Select component 2023-12-03 22:01:28 +08:00
louistiti
ca59f02f4f
feat(bridge/nodejs): add ScrollContainer component 2023-12-03 22:00:50 +08:00
louistiti
7af761c5f6
feat(bridge/nodejs): add RadioGroup component 2023-12-03 22:00:11 +08:00
louistiti
f2b75fc184
feat(bridge/nodejs): add Radio component 2023-12-03 21:59:41 +08:00
louistiti
3bf457caef
feat(bridge/nodejs): add Progress component 2023-12-03 21:58:55 +08:00
louistiti
90b5596b76
feat(bridge/nodejs): add Loader component 2023-12-03 21:58:01 +08:00
louistiti
93c0d6c83b
chore: upgrade Aurora to1.0.0-beta.8 2023-12-03 21:57:10 +08:00
louistiti
9b5aa5f901
feat(bridge/nodejs): add ListItem component 2023-12-03 21:49:00 +08:00