my-kaiqiuwang/src
kyuuseiryuu 8dff4009bf refactor(schedules): use Range object for hour definition in EventWatchSchedule
Replace the string '7-23' with new nodeSchedule.Range(7, 23) for the hour configuration.
This change aligns the schedule definition with the explicit Range object type,
potentially improving type safety or ensuring compatibility with the underlying node-schedule library behavior.
2026-03-24 17:45:09 +09:00
..
components feat(app): add push notification support and event management logic 2026-03-24 17:21:50 +09:00
context refactor(ws): unify WebSocket topic handling and add event subscription 2026-03-22 13:00:50 +09:00
dao feat(api): add user location management endpoints and database model 2026-03-19 00:29:02 +09:00
hooks feat(notification): add click-to-open functionality and cleanup test notification 2026-03-24 17:33:52 +09:00
page feat(app): add push notification support and event management logic 2026-03-24 17:21:50 +09:00
prisma feat: implement user favorite player system with Logto sync 2026-03-09 10:16:27 +09:00
schedules refactor(schedules): use Range object for hour definition in EventWatchSchedule 2026-03-24 17:45:09 +09:00
services feat(app): add push notification support and event management logic 2026-03-24 17:21:50 +09:00
store feat: search club 2026-03-13 20:15:57 +09:00
types feat(app): add push notification support and event management logic 2026-03-24 17:21:50 +09:00
utils feat(app): add push notification support and event management logic 2026-03-24 17:21:50 +09:00
App.tsx feat(app): split game selector and implement club detail page 2026-03-13 10:27:05 +09:00
frontend.tsx feat: configure Logto scopes and externalize appId 2026-03-16 14:30:23 +09:00
global.d.ts init 2026-01-29 22:00:49 +09:00
index.css init 2026-01-29 22:00:49 +09:00
index.html feat(app): add push notification support and event management logic 2026-03-24 17:21:50 +09:00
index.tsx feat(notification): add click-to-open functionality and cleanup test notification 2026-03-24 17:33:52 +09:00
logo.svg init 2026-01-29 22:00:49 +09:00
routes.tsx refactor(ws): unify WebSocket topic handling and add event subscription 2026-03-22 13:00:50 +09:00
sw.ts feat(notification): add click-to-open functionality and cleanup test notification 2026-03-24 17:33:52 +09:00