added color coding, new state, improved save logic
Some checks failed
/ Quality Check (push) Failing after 1m33s
/ Build (push) Successful in 1m14s

This commit is contained in:
Phani Pavan K
2025-10-23 15:57:27 +05:30
parent a795ad986b
commit c4feab2f75
8 changed files with 89 additions and 17 deletions

View File

@@ -27,6 +27,7 @@ pub enum AppStatus {
Error(EntryValError),
Added,
Saved,
Deleted,
}
pub fn entryValError2Field(err: &EntryValError) -> EditingField {