feat(frontend): add new UI components and utilities

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-06-18 16:26:56 +01:00
co-authored by Sisyphus
parent 3ff14fdd5a
commit 165d3d6c38
7 changed files with 508 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
export const POLICY = {
FULL_REFUND_THRESHOLD_HOURS: 72,
PARTIAL_REFUND_THRESHOLD_HOURS: 24,
NO_SHOW_THRESHOLD_HOURS: 24,
DEPOSIT_ADVANCE_HOURS: 36,
LOYALTY_STAMP_REDEMPTION_COST: 10,
RESCHEDULE_BLOCK_HOURS_WITH_PAYMENTS: 72,
RESCHEDULE_BLOCK_HOURS_NO_PAYMENTS: 24,
PROTECTED_DEPOSIT_MAX_PCT: 0.50,
REQUIRED_DEPOSIT_PCT: 0.20,
} as const;