Skip to content

feat(profile): make edit profile icon navigate to account settings page#114

Open
Javenn0 wants to merge 2 commits into
mainfrom
76-fix-edit-button-in-your-work
Open

feat(profile): make edit profile icon navigate to account settings page#114
Javenn0 wants to merge 2 commits into
mainfrom
76-fix-edit-button-in-your-work

Conversation

@Javenn0
Copy link
Copy Markdown
Member

@Javenn0 Javenn0 commented May 11, 2026

closes #76
This pull request updates the profile editing UI on the ProfilePage. The main change is replacing the edit profile button with a link that navigates directly to the account settings page, improving navigation and accessibility.

UI and navigation improvements:

  • Replaced the edit profile <button> with a <Link> that routes users to the account settings page (/settings/account), making the edit action more intuitive and accessible. (ui/src/pages/ProfilePage.tsx) [1] [2]

@Javenn0 Javenn0 self-assigned this May 11, 2026
Copilot AI review requested due to automatic review settings May 11, 2026 16:51
@Javenn0 Javenn0 added the bug Something isn't working label May 11, 2026
@Javenn0 Javenn0 linked an issue May 11, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

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 updates the Profile page’s “Edit profile” (pencil) icon so it actually navigates users to the workspace account settings screen, matching the intended UX for “your work”.

Changes:

  • Replaced the non-functional edit <button> with a react-router-dom <Link>.
  • Wired the icon to navigate to /{workspaceSlug}/settings/account.

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

Copy link
Copy Markdown
Contributor

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@Javenn0 Javenn0 requested a review from a team May 11, 2026 17:02
@Rafetikus Rafetikus added this to the Deadline milestone May 12, 2026
Copy link
Copy Markdown
Member

@nazarli-shabnam nazarli-shabnam left a comment

Choose a reason for hiding this comment

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

You can merge after this week. Approved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix: Edit button in 'your work'

5 participants