added color coding, new state, improved save logic
This commit is contained in:
@@ -27,6 +27,7 @@ pub enum AppStatus {
|
||||
Error(EntryValError),
|
||||
Added,
|
||||
Saved,
|
||||
Deleted,
|
||||
}
|
||||
|
||||
pub fn entryValError2Field(err: &EntryValError) -> EditingField {
|
||||
|
||||
Reference in New Issue
Block a user