Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Use UiEvent for data operations in TopAppBars
Replaced direct calls to dataModel functions (editData, deleteData) with sending UiEvents : - Update for editing and restoring notes. - Delete for deleting notes. This change leverages the UiEvent system for data operations within TopAppBars, improving code organization and consistency.
- Loading branch information