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
/
error.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-30
feat: add error dialogs, windows manifest
pml68
1
-0
/
+61
2024-10-28
feat: implement very basic playground
pml68
7
-21
/
+89
2024-10-26
feat: implement `std::error::Error` for custom `Error` enum
pml68
4
-31
/
+17
2024-10-26
test: remove all leftover println calls
pml68
1
-4
/
+1
2024-10-26
refactor: rename `ActionKind` to `Action`
pml68
3
-18
/
+16
2024-10-26
feat: add C-S-s keybind for `Save As`
pml68
4
-32
/
+43
2024-10-25
test(rendered_element): remove unused `test` method
pml68
1
-12
/
+0
2024-10-25
refactor: change all leftover mentions of `props` to `options`
pml68
1
-21
/
+15
2024-10-25
refactor: extract views from `main.rs` file
pml68
9
-164
/
+206
2024-10-24
feat: implement d&d for existing elements
pml68
4
-26
/
+61
2024-10-24
feat(actions): refactor match statement, add special case for containers
pml68
1
-16
/
+30
2024-10-24
test: remove some unneeded printlns
pml68
2
-9
/
+0
2024-10-22
feat: disable appending to container if it already has children
pml68
3
-14
/
+25
2024-10-21
feat: implement d&d for new elements
pml68
10
-303
/
+467
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
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
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
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