Skip to content

fixed profile width and removed sidebar for reviews page - #236

Merged
gpalmer27 merged 2 commits into
mainfrom
profile-fix
Sep 18, 2025
Merged

fixed profile width and removed sidebar for reviews page#236
gpalmer27 merged 2 commits into
mainfrom
profile-fix

Conversation

@gpalmer27

Copy link
Copy Markdown
Collaborator

Description

Removed the right sidebar on the Reviews page to match the Figma and changed the default width of the profile page.

Motivation and Context

Matches the Figma

Closes #230

How has this been tested?

Clicking around on the website and it all worked!

Screenshots (if appropriate):

Types of changes

  • [x ] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Database migration
    • Ran pnpm db:generate and verified generated SQL migration files in packages/db/drizzle

Checklist:

  • [ x] My code follows the code style of this project.
  • [x ] I have moved the ticket to "In Review"
  • [ x] I have added reviewers to this PR
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@vercel

vercel Bot commented Sep 14, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
cooper Ready Ready Preview Comment Sep 18, 2025 10:32pm
2 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
cooper-auth Skipped Skipped Sep 18, 2025 10:32pm
cooper-docs Skipped Skipped Sep 18, 2025 10:32pm

@gpalmer27
gpalmer27 requested a review from tracyyh September 14, 2025 20:24
Comment on lines +317 to +324
{/* <div className="sticky top-10 hidden h-fit w-[15%] flex-col gap-3 text-[#5a5a5a] lg:flex">
<a href="#job-description">Job Description</a>
<a href="#company">Company</a>
<a href="#on-the-job">On the job</a>
<a href="#pay">Pay</a>
<a href="#interview">Interview</a>
<a href="#reviews">Reviews</a>
</div>
</div> */}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I think we should just delete this if it's not reflected anymore in the figma

@tracyyh tracyyh left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

YAY

@gpalmer27
gpalmer27 merged commit 6aaa330 into main Sep 18, 2025
9 checks passed
@gpalmer27
gpalmer27 deleted the profile-fix branch September 18, 2025 22:49
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.

(Develop) Fix roles page auto scroll

2 participants