| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: change all leftover mentions of `props` to `options` | pml68 | 2024-10-25 | 1 | -21/+15 |
| | | |||||
| * | refactor: extract views from `main.rs` file | pml68 | 2024-10-25 | 9 | -164/+206 |
| | | |||||
| * | feat: implement d&d for existing elements | pml68 | 2024-10-24 | 4 | -26/+61 |
| | | |||||
| * | feat(actions): refactor match statement, add special case for containers | pml68 | 2024-10-24 | 1 | -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 | ||||
| * | test: remove some unneeded printlns | pml68 | 2024-10-24 | 2 | -9/+0 |
| | | |||||
| * | feat: disable appending to container if it already has children | pml68 | 2024-10-22 | 3 | -14/+25 |
| | | | | | fix: Column element now showing in element list | ||||
| * | feat: implement d&d for new elements | pml68 | 2024-10-21 | 8 | -303/+464 |
| | | | | | | | `ActionKind` enum to help generalize d&d actions removed `codegen` module small refactors | ||||
| * | feat: update to iced 0.13.1, basic project state file, prepare for drag&drop | pml68 | 2024-10-04 | 6 | -224/+468 |
| | | |||||
| * | feat: implement fmt::Display for RenderedElement, work on props | pml68 | 2024-09-30 | 3 | -13/+72 |
| | | |||||
| * | feat: rework RenderedElement, prepare for JSON project format | pml68 | 2024-09-28 | 4 | -57/+84 |
| | | |||||
| * | feat: add button to switch between designer and code view | pml68 | 2024-09-28 | 3 | -12/+45 |
| | | | | | f | ||||
| * | feat: make code view scrollable, add autogen comment to code | pml68 | 2024-09-23 | 2 | -1/+9 |
| | | |||||
| * | feat: restructure project, start drag and drop | pml68 | 2024-09-23 | 5 | -0/+585 |
