Skip to content

chore: duan_jr commit#2

Merged
zjuwangrui merged 2 commits into
mainfrom
moyun
May 16, 2026
Merged

chore: duan_jr commit#2
zjuwangrui merged 2 commits into
mainfrom
moyun

Conversation

@Moyun-Duan
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings May 13, 2026 10:31
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR builds out the core front-end pages for a “sports match / room” mini-app flow in the Taro (React) codebase, adding a room lobby with search/filter UI, a profile page, and a room detail page, plus app-level navigation updates.

Changes:

  • Implemented a new “组队大厅” (lobby) UI with search, tags, join actions, and a “创建房间” form scaffold.
  • Added “个人页面” (profile) page UI with editable fields and a history list.
  • Added “房间详情” page UI driven by a local ROOMS mock dataset; updated app config (pages + tabBar) and global styles.

Reviewed changes

Copilot reviewed 12 out of 13 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
src/pages/index/index.tsx Replaces the hello-world index page with the lobby/search/join/create UI.
src/pages/index/index.css Adds styling for lobby/search/results/create panels and modal.
src/pages/index/index.config.ts Renames nav title to “组队大厅”.
src/pages/profile/profile.tsx Adds the profile page UI with basic state for login and profile fields.
src/pages/profile/profile.css Adds styling for the profile page layout and components.
src/pages/profile/profile.config.ts Adds page config for “个人页面”.
src/pages/room-detail/room-detail.tsx Adds room detail page UI driven by ROOMS data and router param id.
src/pages/room-detail/room-detail.css Adds styling for the room detail page layout and components.
src/pages/room-detail/room-detail.config.ts Adds page config for “房间详情”.
src/data/rooms.ts Introduces Room type and a ROOMS mock dataset used by lobby/detail pages.
src/app.config.ts Registers new pages and adds a tab bar for “组队/我的”; updates nav bar styling.
src/app.css Adds basic global styling (page background + button padding reset).
.gitignore Ignores .swc/ compiler cache directory.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/pages/index/index.tsx
Comment thread src/pages/index/index.tsx
Comment thread src/pages/index/index.tsx
@zjuwangrui zjuwangrui merged commit c3abe2f into main May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants