Skip to content

Add profile page#97

Open
TheArchons wants to merge 8 commits intomainfrom
web-interface-profile2
Open

Add profile page#97
TheArchons wants to merge 8 commits intomainfrom
web-interface-profile2

Conversation

@TheArchons
Copy link
Copy Markdown
Collaborator

@TheArchons TheArchons commented Apr 4, 2026

Adds the profile page for the web interface.

@github-actions github-actions bot added the size/m label Apr 4, 2026
@github-actions github-actions bot added the size/l label Apr 4, 2026
@TheArchons TheArchons linked an issue Apr 4, 2026 that may be closed by this pull request
@TheArchons TheArchons marked this pull request as ready for review April 5, 2026 13:21
Copilot AI review requested due to automatic review settings April 5, 2026 13:21
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

Adds a new /profile route to the web interface and updates shared UI/utilities to support profile editing fields (role/email) and a revised Button component API.

Changes:

  • Introduces ProfilePage route with editable fields and avatar upload control.
  • Extends User model and sample getUser() data to include role and email.
  • Refactors Button to use children + fontSize, and updates callers (e.g., Jobs page).

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
web-interface/src/util.ts Exports User type and adds role/email to sample user data.
web-interface/src/routes/profile.tsx Implements the new profile page UI and route loader usage.
web-interface/src/routes/jobs.tsx Updates job action buttons to the new Button API.
web-interface/src/components/Navbar.tsx Adjusts dropdown stacking via z-index utility.
web-interface/src/components/Buttons.tsx Refactors Button to accept children and adds variants/font size support.
web-interface/package.json Adds use-immer dependency for profile form state.
web-interface/bun.lock Lockfile updates for the new dependency and related resolution changes.

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

@TheArchons TheArchons requested a review from KCui0327 April 5, 2026 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Interface] User Settings & Account

3 participants