my-kaiqiuwang/src
kyuuseiryuu 3be476ad13 feat(UserCenter): add background change functionality
This commit introduces a new `ChangeBackground` component into the User Center page.
The component is now rendered before the main content to dynamically update the
background based on the user's picture URL.

- Added import for `ChangeBackground` component.
- Integrated `ChangeBackground` with the user's picture URL (falling back to empty string if unavailable).
- No breaking changes or migration required.
2026-03-18 01:59:21 +09:00
..
components feat(components): add navigation to profile on UID click 2026-03-18 01:30:23 +09:00
dao feat: migrate user fav system from session aud to Logto sub 2026-03-16 12:45:12 +09:00
hooks feat(api-versioning): remove git-based versioning and serve via HTML script tag 2026-03-17 11:23:25 +09:00
page feat(UserCenter): add background change functionality 2026-03-18 01:59:21 +09:00
prisma feat: implement user favorite player system with Logto sync 2026-03-09 10:16:27 +09:00
services feat(auth): add Kaiqiu account binding and update WebSocket architecture 2026-03-18 01:18:34 +09:00
store feat: search club 2026-03-13 20:15:57 +09:00
types feat(auth): add Kaiqiu account binding and update WebSocket architecture 2026-03-18 01:18:34 +09:00
utils feat(auth): add Kaiqiu account binding and update WebSocket architecture 2026-03-18 01:18:34 +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: add apple-touch-icon for iOS device support 2026-03-16 10:02:45 +09:00
index.tsx feat(auth): add Kaiqiu account binding and update WebSocket architecture 2026-03-18 01:18:34 +09:00
logo.jpg init 2026-01-29 22:00:49 +09:00
logo.svg init 2026-01-29 22:00:49 +09:00
routes.tsx refactor(front-end): switch to web-based map navigation and update layouts 2026-03-16 02:04:06 +09:00