summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: remove some unneeded printlnspml682024-10-242-9/+0
* feat: disable appending to container if it already has childrenpml682024-10-223-14/+25
* feat: implement d&d for new elementspml682024-10-2110-303/+467
* feat: update to iced 0.13.1, basic project state file, prepare for drag&droppml682024-10-0415-671/+1651
* feat: implement fmt::Display for RenderedElement, work on propspml682024-09-303-13/+72
* feat: rework RenderedElement, prepare for JSON project formatpml682024-09-286-57/+88
* feat: add button to switch between designer and code viewpml682024-09-283-12/+45
* feat: make code view scrollable, add autogen comment to codepml682024-09-232-1/+9
* feat: restructure project, start drag and droppml682024-09-2319-215/+1022
* Merge pull request #1 from pml68/feat/codegenPolesznyák Márk László2024-09-227-71/+352
|\
| * feat: add "Copy to clipboard" button for code viewpml682024-09-223-22/+52
| * feat: finish codegenpml682024-09-223-14/+55
| * feat: rework propspml682024-09-224-75/+49
| * feat: finish codegen with limited props and elementspml682024-09-223-54/+113
| * feat: finish codegen for elements **without** propspml682024-09-227-48/+152
| * feat: format children nodes into code (without props)pml682024-09-224-17/+52
| * feat: start codegenpml682024-09-223-10/+48
|/
* feat: add usable state logicpml682024-08-304-83/+402
* feat: initial commitpml682024-08-296-0/+4735