my-kaiqiuwang/src
kyuuseiryuu 53b7f9928e chore(KaiqiuService): remove debug log statement
Removes the console.debug statement for 'clubId' from the method. This cleanup is performed to eliminate unnecessary debug output in production code and improve log clarity.
2026-03-25 23:26:23 +09:00
..
components feat(search): support province and city filtering for club search 2026-03-25 20:27:51 +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 refactor(service, routes, types): extract match summary and link to club 2026-03-25 23:20:33 +09:00
prisma feat: implement user favorite player system with Logto sync 2026-03-09 10:16:27 +09:00
schedules fix(services): correct log messages and error handling in event services 2026-03-25 22:35:59 +09:00
services chore(KaiqiuService): remove debug log statement 2026-03-25 23:26:23 +09:00
store feat: search club 2026-03-13 20:15:57 +09:00
types refactor(service, routes, types): extract match summary and link to club 2026-03-25 23:20:33 +09:00
utils fix(server): handle token verification errors gracefully 2026-03-25 12:04:31 +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(search): support province and city filtering for club search 2026-03-25 20:27:51 +09:00
logo.svg init 2026-01-29 22:00:49 +09:00
routes.tsx refactor(service, routes, types): extract match summary and link to club 2026-03-25 23:20:33 +09:00
sw.ts feat(notification): add click-to-open functionality and cleanup test notification 2026-03-24 17:33:52 +09:00