Commit Graph

25 Commits

Author SHA1 Message Date
c26bb93ffa refactor(profile): replace Descriptions with Flex layout and show rank
- remove unused antd imports (Space, Descriptions)
- refactor equipment section to Flex-based rows
- refactor profile meta fields to structured Flex rows
- add rank display next to name and score
2026-02-18 00:45:12 +09:00
a4fc0d0031 refactor: move round table helper to utils and clean GroupMember
- extract getRoundTable into src/utils.ts as a reusable generic helper
- update GroupMember to import getRoundTable from utils
- remove round pairing debug log from GroupMember
2026-02-16 15:03:14 +09:00
a9b7113173 fix(GroupMember): check no name 2026-02-14 01:07:28 +09:00
aa5061f7ed feat(GroupMember): battle table 2026-02-14 00:58:19 +09:00
60a8bf68d1 fix(User): replace Link with useHref for external profile navigation
- Updated avatar image styling on FavePlayersPage
- Changed default sort type to '注册时间'
- Improved title rendering and structure on EventPage
- Added favUser logic and effect in ProfilePage
2026-02-12 01:12:50 +09:00
59cf101c26 fix(FavPlayersPage): img height 2026-02-11 16:08:26 +09:00
f5f68496c1 fix(FavePlayersPage): add objectFit: 'cover' to avatar image
Added `objectFit: 'cover'` to ensure avatars are displayed consistently.
2026-02-11 16:05:32 +09:00
3b87230173 feat: add favorite player functionality and improve navigation
- components: add FavButton for player favoriting
- store: create useFavPlayerStore for managing favorites
- pages: add FavePlayersPage for displaying favorites
- components: add MenuButtons for navigation controls
- ui: update App and ProfilePage for new features
- meta: update index.html title to "我的开球网"
2026-02-11 16:00:01 +09:00
789bbb6e03 feat: set pagination page size to 100 in PlayerList table
- Add pageSize configuration to table pagination
- Displays 100 items per page for better data visibility
2026-02-10 22:23:17 +09:00
b6b4dfa3b2 chore(docker): add restart policy for app service 2026-02-10 21:21:11 +09:00
b300d874d2 refact(app): FindUserPage 2026-02-10 18:14:55 +09:00
5d668b2078 feat(Profile): uid param 2026-02-10 16:00:54 +09:00
6fcd54ed34 fix(Profile): disable uid: 0 2026-02-10 15:15:08 +09:00
dada5c28a7 fix(FindUser): fix age 2026-02-10 14:34:18 +09:00
bbc6a592f4 feat(global): find user 2026-02-10 11:11:08 +09:00
4dd3daf909 feat(utils): html request header 2026-02-06 21:35:55 +09:00
73892a5f40 feat(GameTable): css
styled table
2026-02-04 00:16:53 +09:00
44e283852e fix(global): Empty default description 2026-01-30 12:19:35 +09:00
bc8a783edc fix(Profile): fix hasMore check 2026-01-30 12:03:09 +09:00
8831ac456b feat(Profile): GameTable 2026-01-30 11:55:44 +09:00
4c12b609a0 fix(loader): default members 2026-01-30 10:11:08 +09:00
f37be8aded feat(global): HydrateFallback 2026-01-30 09:34:10 +09:00
bf74e99a47 fix(global) .gitkeep 2026-01-29 22:14:39 +09:00
0407ee1929 refactor(utils) remove code 2026-01-29 22:11:05 +09:00
0fed35fb48 init 2026-01-29 22:00:49 +09:00