Skip to content

Contributor ui updates (simplified) - #147

Merged
Ri1tik merged 1 commit into
AOSSIE-Org:mainfrom
priyanshunitr:profileUI
Aug 6, 2026
Merged

Contributor ui updates (simplified)#147
Ri1tik merged 1 commit into
AOSSIE-Org:mainfrom
priyanshunitr:profileUI

Conversation

@priyanshunitr

Copy link
Copy Markdown
Contributor

Addressed Issues

Fixes #142

Screenshots/Recordings

Before

image

After

image

Additional Notes

This PR improves the Contributor Profile header by:

  • Replacing the redundant heading and subtitle with the contributor’s avatar and username.
  • Adding a direct link to the contributor’s GitHub profile.
  • Adding a Share Profile button that shares the current contributor profile URL.
  • Making the back navigation more visible.
  • Matching and centering the Share and Export action buttons.
  • Adding a hover effect to the Export button.
  • Preventing horizontal overflow on mobile devices.
  • Stacking profile actions and using a two-column metrics grid on smaller screens.
  • Collapsing navbar action labels into accessible icon buttons on mobile.

Verification

  • All 40 automated tests pass.
  • The production build completes successfully.
  • Desktop, tablet, and 390px mobile layouts were manually verified.
  • No new runtime errors were introduced.
  • No documentation changes were required because this is a presentational UI update.

AI Disclosure

AI tools were used to assist with implementation and verification. The resulting changes were manually reviewed, tested, and validated against the issue requirements.

Checklist

  • My code follows the project's code style and conventions
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have joined the Discord server and I will share a link to this PR with the project maintainers there
  • I have read the Contributing Guidelines

⚠️ AI Notice - Important!

We encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact.

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@priyanshunitr, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 2 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: a92e522e-1c3b-4c72-ab26-021046ca3f37

📥 Commits

Reviewing files that changed from the base of the PR and between f911298 and fa0b8b8.

📒 Files selected for processing (1)
  • src/pages/ContributorProfilePage.jsx

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added enhancement New feature or request frontend Frontend changes javascript JavaScript/TypeScript changes size/M 51-200 lines changed first-time-contributor First time contributor labels Aug 6, 2026
@Ri1tik
Ri1tik merged commit 90a2e21 into AOSSIE-Org:main Aug 6, 2026
4 of 5 checks passed
@Ri1tik

Ri1tik commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

I merged your PR as there was no conflict but later label-conflict happened so I reverted please reopen this PR!!

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

Labels

enhancement New feature or request first-time-contributor First time contributor frontend Frontend changes javascript JavaScript/TypeScript changes size/M 51-200 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Improve Contributor Profile header layout and back-button visibility

2 participants