arbret/frontend
counterweight f618e5bbd6
fix: use Set for actioningIds to prevent race condition
Replace single actioningId state with a Set of IDs to properly
track multiple concurrent actions. This prevents issues when
a user rapidly clicks actions on different trades before the
previous action completes.
2025-12-23 12:28:16 +01:00
..
app fix: use Set for actioningIds to prevent race condition 2025-12-23 12:28:16 +01:00
e2e fix: replace hardcoded wait with explicit wait for loading 2025-12-23 12:26:43 +01:00
.gitignore Add Vitest coverage for frontend tests 2025-12-21 22:00:47 +01:00
.prettierignore fix pre-commit hook and code quality fixes 2025-12-21 22:14:48 +01:00
.prettierrc.json Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
env.example first round of review 2025-12-18 22:24:46 +01:00
eslint.config.js Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
next-env.d.ts starting 2025-12-18 21:37:28 +01:00
next.config.ts Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
package-lock.json Add Vitest coverage for frontend tests 2025-12-21 22:00:47 +01:00
package.json Add Vitest coverage for frontend tests 2025-12-21 22:00:47 +01:00
playwright.config.ts fix: Remove agreed_price from price API response 2025-12-23 10:36:18 +01:00
tsconfig.json Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
tsconfig.tsbuildinfo Phase 5: Frontend Admin Page 2025-12-21 22:55:56 +01:00
vitest.config.ts Add Vitest coverage for frontend tests 2025-12-21 22:00:47 +01:00