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:
@@ -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
|
||||
Reference in New Issue
Block a user