summaryrefslogtreecommitdiff
path: root/iced_builder/src/views/style.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-28feat: implement very basic playgroundpml687-21/+89
2024-10-26feat: implement `std::error::Error` for custom `Error` enumpml684-31/+17
2024-10-26test: remove all leftover println callspml681-4/+1
2024-10-26refactor: rename `ActionKind` to `Action`pml683-18/+16
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
2024-10-24test: remove some unneeded printlnspml682-9/+0
2024-10-22feat: disable appending to container if it already has childrenpml683-14/+25
2024-10-21feat: implement d&d for new elementspml6810-303/+467
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
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
2024-09-22feat: finish codegen with limited props and elementspml683-54/+113
2024-09-22feat: finish codegen for elements **without** propspml687-48/+152
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