refactor: remove demo timers and client-side timeout simulation

Remove lib/config/demo-timers.ts and all usages across stores
and pages. Order timeout scheduling, dispute auto-progression,
and hardcoded countdown displays are removed — timeouts are
now handled server-side by the backend.
This commit is contained in:
zetaloop
2026-05-01 04:10:03 +08:00
parent 0a1a4c877b
commit 452004b194
5 changed files with 58 additions and 213 deletions
-6
View File
@@ -1,6 +0,0 @@
export const ORDER_ACCEPT_TIMEOUT_MS = 30_000
export const ORDER_CLOSE_TIMEOUT_MS = 30_000
export const ORDER_REVIEW_TIMEOUT_MS = 30_000
export const DISPUTE_TO_REVIEWING_MS = 5_000
export const DISPUTE_TO_RESOLVED_MS = 10_000