summaryrefslogtreecommitdiff
path: root/src/dialogs.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: dialog improvementspml682025-06-081-31/+87
| | | | | | | - "Unsaved changes" dialogs ask about saving the project - Trying to close the window also triggers an "unsaved changes" dialog when the editor is dirty. - Nicer API for dialogs (similar to what I do in `foghorn-rs/foghorn`)
* feat: switch to fully custom, Material3-based themepml682025-04-281-2/+2
|
* chore(deps): update `iced_dialog`pml682025-04-151-2/+2
|
* feat: remove GTK3 dependencypml682025-03-311-28/+40
|
* refactor: make config an `Arc<Config>` in `App`pml682025-03-011-7/+12
|
* refactor: remove iced_drop & workspacepml682025-01-111-0/+30