index
:
iced-builder
master
UI builder for iced, built with iced.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
iced_builder
/
src
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2024-10-21
feat: implement d&d for new elements
pml68
8
-303
/
+464
`ActionKind` enum to help generalize d&d actions removed `codegen` module small refactors
2024-10-04
feat: update to iced 0.13.1, basic project state file, prepare for drag&drop
pml68
15
-671
/
+1651
2024-09-30
feat: implement fmt::Display for RenderedElement, work on props
pml68
3
-13
/
+72
2024-09-28
feat: rework RenderedElement, prepare for JSON project format
pml68
6
-57
/
+88
2024-09-28
feat: add button to switch between designer and code view
pml68
3
-12
/
+45
f
2024-09-23
feat: make code view scrollable, add autogen comment to code
pml68
2
-1
/
+9
2024-09-23
feat: restructure project, start drag and drop
pml68
19
-215
/
+1022
2024-09-22
feat: add "Copy to clipboard" button for code view
pml68
3
-22
/
+52
2024-09-22
feat: finish codegen
pml68
3
-14
/
+55
2024-09-22
feat: rework props
pml68
4
-75
/
+49
w
2024-09-22
feat: finish codegen with limited props and elements
pml68
3
-54
/
+113
2024-09-22
feat: finish codegen for elements **without** props
pml68
7
-48
/
+152
feat: wow
2024-09-22
feat: format children nodes into code (without props)
pml68
4
-17
/
+52
2024-09-22
feat: start codegen
pml68
3
-10
/
+48
2024-08-30
feat: add usable state logic
pml68
4
-83
/
+402