Improve entries page and latest changes panel, units on events and timeline
All checks were successful
All checks were successful
This commit is contained in:
@@ -232,6 +232,8 @@ class _DashboardState extends State<Dashboard> {
|
||||
_buildOnThisDayCard(context, data),
|
||||
const SizedBox(height: 16),
|
||||
_buildTripsCard(context, data),
|
||||
const SizedBox(height: 16),
|
||||
const LatestLocoChangesPanel(expanded: true),
|
||||
],
|
||||
),
|
||||
),
|
||||
@@ -244,8 +246,6 @@ class _DashboardState extends State<Dashboard> {
|
||||
TopTractionPanel(),
|
||||
SizedBox(height: 16),
|
||||
LeaderboardPanel(),
|
||||
SizedBox(height: 16),
|
||||
LatestLocoChangesPanel(),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user