summaryrefslogtreecommitdiff
path: root/src/error.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: create config file on startup if it doesn't existpml682025-06-131-1/+1
|
* feat: dialog improvementspml682025-06-081-0/+7
| | | | | | | - "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`)
* refactor: make config an `Arc<Config>` in `App`pml682025-03-011-3/+3
|
* feat: update to Rust 2024pml682025-02-211-3/+1
|
* refactor: random stuffpml682025-02-161-0/+6
|
* refactor: remove iced_drop & workspacepml682025-01-111-0/+55