brackt/app
Chris Parsons 8e422c6503 fix: Pass database instance to isParticipantDrafted in timer context
The timer system runs outside the request context and uses its own database
  connection. This fix allows isParticipantDrafted to accept an optional db
  parameter so it works in both request handlers and timer contexts.

  Fixes: DatabaseContext not set error during autopick
2025-10-28 23:40:29 -07:00
..
components feat: Prevent simultaneous updates in AutodraftSettings and disable controls during updates 2025-10-26 22:09:22 -07:00
contexts feat: implement middleware and context provider for Express integration 2025-10-11 20:56:00 -07:00
hooks feat: Add ConnectionOverlay component for improved socket connection handling and user feedback 2025-10-26 21:01:12 -07:00
lib refactor: update import paths to use absolute paths for better clarity and maintainability 2025-10-24 21:20:19 -07:00
models fix: Pass database instance to isParticipantDrafted in timer context 2025-10-28 23:40:29 -07:00
routes feat: Add comprehensive scoring system database schema 2025-10-28 23:40:11 -07:00
test feat: Add comprehensive scoring system database schema 2025-10-28 23:40:11 -07:00
utils feat: add bulk participant creation and expected value field 2025-10-15 21:21:33 -07:00
welcome refactor: remove guest book feature and update league settings success flow 2025-10-11 01:03:31 -07:00
app.css feat: add theme system with dark mode support and navbar component 2025-10-10 23:30:26 -07:00
root.tsx feat: Update DraftSidebar to include recent picks section and refactor layout; enhance AvailableParticipantsSection and QueueSection styling 2025-10-25 18:25:26 -07:00
routes.ts feat: Integrate accordion component for sidebar and update autodraft settings to sync with props 2025-10-25 10:04:21 -07:00