refactor(tracker/gioui): bind Alerts to Model during Layout

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-06-24 19:59:31 +03:00
parent 355ccefb6f
commit 18d198d764
4 changed files with 52 additions and 34 deletions

View File

@ -35,11 +35,7 @@ type Theme struct {
ErrorColor color.NRGBA
Bg color.NRGBA
}
Alert struct {
Warning PopupAlertStyle
Error PopupAlertStyle
Info PopupAlertStyle
}
Alert AlertStyles
NoteEditor struct {
TrackTitle LabelStyle
OrderRow LabelStyle