summaryrefslogtreecommitdiff
path: root/iced_drop (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-26feat: add C-S-s keybind for `Save As`pml684-32/+43
2024-10-25test(rendered_element): remove unused `test` methodpml681-12/+0
2024-10-25refactor: change all leftover mentions of `props` to `options`pml681-21/+15
2024-10-25refactor: extract views from `main.rs` filepml689-164/+206
2024-10-24feat: implement d&d for existing elementspml684-26/+61
2024-10-24feat(actions): refactor match statement, add special case for containerspml681-16/+30
When a new element is dragged on top of a container that isn't the root element (i.e. has a parent) and said parent isn't a container either, the element is inserted into the container's parent element. s
2024-10-24test: remove some unneeded printlnspml682-9/+0
2024-10-22feat: disable appending to container if it already has childrenpml683-14/+25
fix: Column element now showing in element list
2024-10-21feat: implement d&d for new elementspml6810-303/+467
`ActionKind` enum to help generalize d&d actions removed `codegen` module small refactors
2024-10-04feat: update to iced 0.13.1, basic project state file, prepare for drag&droppml6815-671/+1651
2024-09-30feat: implement fmt::Display for RenderedElement, work on propspml683-13/+72
2024-09-28feat: rework RenderedElement, prepare for JSON project formatpml686-57/+88
2024-09-28feat: add button to switch between designer and code viewpml683-12/+45
f
2024-09-23feat: make code view scrollable, add autogen comment to codepml682-1/+9
2024-09-23feat: restructure project, start drag and droppml6819-215/+1022
2024-09-22feat: add "Copy to clipboard" button for code viewpml683-22/+52
2024-09-22feat: finish codegenpml683-14/+55
2024-09-22feat: rework propspml684-75/+49
w
2024-09-22feat: finish codegen with limited props and elementspml683-54/+113
2024-09-22feat: finish codegen for elements **without** propspml687-48/+152
feat: wow
2024-09-22feat: format children nodes into code (without props)pml684-17/+52
2024-09-22feat: start codegenpml683-10/+48
2024-08-30feat: add usable state logicpml684-83/+402