Improve entries page and latest changes panel, units on events and timeline
All checks were successful
Release / meta (push) Successful in 9s
Release / linux-build (push) Successful in 8m3s
Release / android-build (push) Successful in 19m21s
Release / release-master (push) Successful in 40s
Release / release-dev (push) Successful in 42s

This commit is contained in:
2025-12-23 17:41:21 +00:00
parent 29959f7580
commit 44d79e7c28
16 changed files with 1764 additions and 498 deletions

View File

@@ -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(),
],
),
),