Do some refactoring for protocol v2

This commit is contained in:
zontreck 2025-06-15 02:05:52 -07:00
parent d9c79a4ee9
commit 8adaf6169a
5 changed files with 122 additions and 3 deletions

View file

@ -411,7 +411,7 @@ class _HomePageState extends State<HomePage> {
return Column(
children: [
Text(
"You are now on the clock\nYour location is being tracked for record keeping purposes.\n\nYou started ${SessionData.GetTotalTimeWorked(SessionData.StartTime, DateTime.now())} ago\n\n",
"Your location is being tracked for record keeping purposes.\n\nYou started ${SessionData.GetTotalTimeWorked(SessionData.StartTime, DateTime.now())} ago\n\n",
style: TextStyle(fontSize: 18),
),
if (SessionData.currentTrip != null) GetTripWidgets(),