Add job status navigation buttons

Adds forward and backward buttons to job cards to change job status. Implements new statuses and highlights jobs needing attention.
This commit is contained in:
gpt-engineer-app[bot]
2025-07-09 22:46:02 +00:00
committed by PhatPhuckDave
parent d05d0180b8
commit fbda209db4
5 changed files with 158 additions and 11 deletions

View File

@@ -21,6 +21,7 @@ export type IndJob = {
updated?: IsoDateString
projectedCost?: number
projectedRevenue?: number
runtime?: number
}
export type IndTransaction = IndTransactionRecord;