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

Fixes #7105: Fixed column header on Kanban boards #7261

Closed

Conversation

dilshad-knk
Copy link
Contributor

This PR addresses issue #7105 by fixing the column header on Kanban boards to ensure it remains fixed while scrolling.

Copy link

Welcome!

Hello there, congrats on your first PR! We're excited to have you contributing to this project.
By submitting your Pull Request, you acknowledge that you agree with the terms of our Contributor License Agreement.

Generated by 🚫 dangerJS against 836d44d

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

This PR addresses issue #7105 by implementing a fixed column header for Kanban boards in the Twenty application.

  • Added position: fixed to StyledHeaderContainer in RecordBoardColumnHeader.tsx to keep the header visible while scrolling
  • Set height: 40px for the header container as per Figma specifications
  • Adjusted padding with padding-top: 10px to align with the desired layout
  • Potential issue: The fixed positioning may cause layout conflicts with other elements, requiring further adjustments
  • Consider adding z-index to ensure the header stays on top of other elements when scrolling

1 file(s) reviewed, 2 comment(s)
Edit PR Review Bot Settings

justify-content: space-between;
position: fixed;
width: 100%;
Copy link
Contributor

Choose a reason for hiding this comment

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

style: Width of 100% might extend beyond the column width. Consider using 'inherit' or a specific width

@dilshad-knk dilshad-knk deleted the feature/fix-kanban-header-7105 branch September 26, 2024 02:04
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.

1 participant