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(layout): auto sidebar footer height #695

Merged
merged 4 commits into from
May 6, 2024
Merged

fix(layout): auto sidebar footer height #695

merged 4 commits into from
May 6, 2024

Conversation

ckgardner
Copy link
Contributor

@ckgardner ckgardner commented May 6, 2024

Linear issue

Description

This PR removes the strict height on the amino Layout footer. Not sure why it was necessary in the first place? 🤔

I'm adding a new piece to the dashboard sidebar footer and this is what I need done.

Todo

  • Bump version and add tag

Copy link

vercel bot commented May 6, 2024

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

Name Status Preview Comments Updated (UTC)
amino ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2024 10:14pm

evad1n
evad1n previously approved these changes May 6, 2024
Copy link
Contributor

@evad1n evad1n left a comment

Choose a reason for hiding this comment

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

I would say check upstream projects, but dashboard is probably the only place this is relevant for anyways.

@ckgardner
Copy link
Contributor Author

ckgardner commented May 6, 2024

I would say check upstream projects, but dashboard is probably the only place this is relevant for anyways.

Explore will be okay. Arrakis will just need the footer children height set. Not sure if any other projects use the layout? Maybe I'll set it as a min height of this weird calculation.

@ckgardner
Copy link
Contributor Author

ckgardner commented May 6, 2024

I reverted thinking a minmax would help for the other projects, but they both just have <UserMenu /> components that are set to 100% height, so they shrink anyways. Those will just need to be set on a per project basis.

@ckgardner ckgardner merged commit 1e012ef into main May 6, 2024
13 checks passed
@ckgardner ckgardner deleted the fix/layout branch May 6, 2024 22:20
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.

2 participants