Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sidebar height being fixed for platform dashboard #15223

Merged
merged 3 commits into from
Jun 7, 2024

Conversation

Ryukemeister
Copy link
Contributor

What does this PR do?

  • Fixes an issue where sidebar height was being fixed for platform dashboard
Screenshot 2024-05-28 at 9 35 36 PM

Mandatory Tasks (DO NOT REMOVE)

  • I have self-reviewed the code (A decent size PR without self-review might be rejected)
  • I have added a Docs issue here if this PR makes changes that would require a documentation change
  • I have added or modified automated tests that prove my fix is effective or that my feature works (PRs might be rejected if logical changes are not properly tested)

How should this be tested?

  • Run webapp, create a platform user, complete billing flow after which you'll be redirected to platform dashboard

@CLAassistant
Copy link

CLAassistant commented May 28, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ ThyMinimalDev
✅ Ryukemeister
❌ Rajiv Sahal


Rajiv Sahal seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Contributor

github-actions bot commented May 28, 2024

Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link.

Copy link

vercel bot commented May 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ai ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 29, 2024 6:13am
2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
cal ⬜️ Ignored (Inspect) Visit Preview May 29, 2024 6:13am
calcom-web-canary ⬜️ Ignored (Inspect) Visit Preview May 29, 2024 6:13am

@dosubot dosubot bot added platform Anything related to our platform plan ui area: UI, frontend, button, form, input 🐛 bug Something isn't working labels May 28, 2024
@graphite-app graphite-app bot requested a review from a team May 28, 2024 16:14
@keithwillcode keithwillcode added the core area: core, team members only label May 28, 2024
Copy link

graphite-app bot commented May 28, 2024

Graphite Automations

"Add platform team as reviewer" took an action on this PR • (05/28/24)

1 reviewer was added to this PR based on Keith Williams's automation.

className="bg-muted border-muted fixed left-0 hidden h-full max-h-screen w-14 flex-col overflow-y-auto overflow-x-hidden border-r md:sticky md:flex lg:w-56 lg:px-3">
className={classNames(
"bg-muted border-muted fixed left-0 hidden h-full w-14 flex-col overflow-y-auto overflow-x-hidden border-r md:sticky md:flex lg:w-56 lg:px-3",
!isPlatformUser && "max-h-screen"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think Shell should not be aware of isPlatformUser, we should refactor to pass props directly to style as needed

@PeerRich PeerRich added this to the v4.3 milestone Jun 3, 2024
@PeerRich PeerRich added the Low priority Created by Linear-GitHub Sync label Jun 3, 2024
Copy link
Contributor

@ThyMinimalDev ThyMinimalDev left a comment

Choose a reason for hiding this comment

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

let's refactor the prop drilling issue in a follow up pr

@PeerRich PeerRich added this pull request to the merge queue Jun 7, 2024
Merged via the queue into main with commit 051510f Jun 7, 2024
23 of 24 checks passed
@PeerRich PeerRich deleted the fix-sidebar-height branch June 7, 2024 10:33
p6l-richard pushed a commit to p6l-richard/cal.com-fork that referenced this pull request Jul 22, 2024
Co-authored-by: Rajiv Sahal <[email protected]>
Co-authored-by: Morgan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working core area: core, team members only Low priority Created by Linear-GitHub Sync platform Anything related to our platform plan ui area: UI, frontend, button, form, input
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants