Editable dashboard

This commit is contained in:
eikek
2022-01-26 21:27:26 +01:00
parent 2c2b34cd89
commit e83bf6b750
41 changed files with 2813 additions and 130 deletions

View File

@ -331,7 +331,7 @@ updateWithSub msg model =
updateSearch texts Page.Search.Data.RefreshView newModel
else if Page.isDashboardPage model.page && isProcessItem then
updateDashboard texts Page.Dashboard.Data.reloadDashboard newModel
updateDashboard texts Page.Dashboard.Data.reloadDashboardData newModel
else
( newModel, Cmd.none, Sub.none )