Dashboard updates

This commit is contained in:
eikek
2022-01-26 21:24:03 +01:00
parent 3ff7e255b4
commit e6477a04b6
11 changed files with 62 additions and 34 deletions

View File

@ -713,4 +713,4 @@ initPage model_ page =
( model, Cmd.none, Sub.none )
DashboardPage ->
( model, Cmd.none, Sub.none )
( model, Cmd.map DashboardMsg (Page.Dashboard.Data.reinitCmd model.flags), Sub.none )