feat: možnost zobrazení objednávek z historie
CI / Generate TypeScript types (push) Successful in 10s
CI / Server unit tests (push) Successful in 20s
CI / Build server (push) Successful in 23s
CI / Build client (push) Successful in 33s
CI / Playwright E2E tests (push) Successful in 1m17s
CI / Build and push Docker image (push) Successful in 41s
CI / Notify (push) Successful in 2s

This commit is contained in:
2026-06-05 14:11:39 +02:00
parent c85842267a
commit fb84bff687
7 changed files with 168 additions and 24 deletions
+4
View File
@@ -32,6 +32,10 @@ ClientData:
date:
description: Human-readable datum dne
type: string
isoDate:
description: Datum zobrazeného dne ve formátu YYYY-MM-DD (pro navigaci mezi dny)
type: string
format: date
isWeekend:
description: Příznak, zda je tento den víkend
type: boolean