From 3e61e4a6d8d02efa9c8d9902ae8a0174a14d8485 Mon Sep 17 00:00:00 2001 From: SDCore Date: Thu, 13 Aug 2026 12:52:49 -0500 Subject: [PATCH 1/3] Update Reminder List --- src/app/todo/daily.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/app/todo/daily.json b/src/app/todo/daily.json index 0fc6258..d3e7b39 100644 --- a/src/app/todo/daily.json +++ b/src/app/todo/daily.json @@ -27,6 +27,33 @@ "textStart": "10 AM", "textEnd": "12 PM" }, + { + "title": "Site Inspection Checklist", + "desc": "Conduct a thorough inspection of the site to identify any potential issues.", + "type": "4", + "timeStart": "12", + "timeEnd": "2", + "textStart": "12 PM", + "textEnd": "2 PM" + }, + { + "title": "Site Inspection Checklist", + "desc": "Conduct a thorough inspection of the site to identify any potential issues.", + "type": "4", + "timeStart": "2", + "timeEnd": "4", + "textStart": "2 PM", + "textEnd": "4 PM" + }, + { + "title": "Site Inspection Checklist", + "desc": "Conduct a thorough inspection of the site to identify any potential issues.", + "type": "4", + "timeStart": "4", + "timeEnd": "6", + "textStart": "4 PM", + "textEnd": "6 PM" + }, { "title": "Closing Checklist", "desc": "Complete the closing checklist to ensure all equipment is properly shut down for the day and ready for tomorrow.", From 8c37dab026c3d7d2b23f5b18346b0d9135f96e73 Mon Sep 17 00:00:00 2001 From: SDCore Date: Thu, 13 Aug 2026 12:53:29 -0500 Subject: [PATCH 2/3] Update Default Info --- src/app/todo/page.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/todo/page.js b/src/app/todo/page.js index ee588fb..f6b4dbe 100644 --- a/src/app/todo/page.js +++ b/src/app/todo/page.js @@ -112,6 +112,8 @@ export default function WeatherPage() { { title: "N/A", desc: "No reminders", + timeStart: "--", + timeEnd: "--", }, ], ); From f5804d7f4667b2a25726af5a27e52f1842f09de3 Mon Sep 17 00:00:00 2001 From: SDCore Date: Thu, 13 Aug 2026 12:53:41 -0500 Subject: [PATCH 3/3] 0.0.14 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b1db66..cafb131 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "raceway", - "version": "0.0.13", + "version": "0.0.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "raceway", - "version": "0.0.13", + "version": "0.0.14", "dependencies": { "@marzzelo/windir": "^1.2.3", "next": "^16.3.0", diff --git a/package.json b/package.json index 43c4f9f..b1cf9b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raceway", - "version": "0.0.13", + "version": "0.0.14", "private": true, "scripts": { "dev": "next dev",