| Commit message (Expand) | Author | Age | Files | Lines |
| * | refactor: apply clippy suggestions | pml68 | 2024-12-31 | 1 | -2/+2 |
| * | feat: optionally define Extended Palette in custom theme | pml68 | 2024-12-31 | 1 | -1/+1 |
| * | feat: add config loading, with theming support, limited to Palette for now | pml68 | 2024-12-30 | 2 | -43/+30 |
| * | refactor!: switch to `uuid` for uuid generation | pml68 | 2024-12-28 | 1 | -5/+6 |
| * | refactor: `views` -> `panes`, `mod.rs` -> `{panes,types}.rs` | pml68 | 2024-12-26 | 1 | -48/+0 |
| * | refactor: remove uses find_parent internally, change element_list to &[] | pml68 | 2024-12-25 | 2 | -12/+14 |
| * | style: add `max_width=80` to rustfmt.toml | pml68 | 2024-12-24 | 4 | -49/+65 |
| * | refactor: apply a few clippy suggestions | pml68 | 2024-12-14 | 1 | -1/+1 |
| * | feat: switch to `blob_uuid` for uuid generation | pml68 | 2024-12-14 | 1 | -10/+9 |
| * | feat: remove `indexmap` in favor of BTreeMap | pml68 | 2024-12-11 | 1 | -5/+4 |
| * | feat: animated theme switching with `iced_anim` crate | pml68 | 2024-11-06 | 4 | -14/+18 |
| * | feat: add error dialogs, windows manifest | pml68 | 2024-10-30 | 4 | -7/+44 |
| * | feat: implement very basic playground | pml68 | 2024-10-28 | 3 | -4/+68 |
| * | refactor: rename `ActionKind` to `Action` | pml68 | 2024-10-26 | 2 | -13/+13 |
| * | feat: add C-S-s keybind for `Save As` | pml68 | 2024-10-26 | 2 | -23/+17 |
| * | test(rendered_element): remove unused `test` method | pml68 | 2024-10-25 | 1 | -12/+0 |
| * | 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 | 2 | -7/+6 |
| * | feat: implement d&d for existing elements | pml68 | 2024-10-24 | 2 | -13/+41 |
| * | feat(actions): refactor match statement, add special case for containers | pml68 | 2024-10-24 | 1 | -16/+30 |
| * | test: remove some unneeded printlns | pml68 | 2024-10-24 | 1 | -1/+0 |
| * | feat: disable appending to container if it already has children | pml68 | 2024-10-22 | 2 | -3/+12 |
| * | feat: implement d&d for new elements | pml68 | 2024-10-21 | 5 | -129/+407 |
| * | feat: update to iced 0.13.1, basic project state file, prepare for drag&drop | pml68 | 2024-10-04 | 3 | -23/+170 |
| * | feat: implement fmt::Display for RenderedElement, work on props | pml68 | 2024-09-30 | 2 | -8/+61 |
| * | feat: rework RenderedElement, prepare for JSON project format | pml68 | 2024-09-28 | 2 | -25/+57 |
| * | feat: add button to switch between designer and code view | pml68 | 2024-09-28 | 1 | -1/+2 |
| * | feat: restructure project, start drag and drop | pml68 | 2024-09-23 | 2 | -0/+101 |