Fix organization core contributors styling issue 1005#1061
Open
Sukuna0007Abhi wants to merge 1 commit intooss-aspen:devfrom
Open
Fix organization core contributors styling issue 1005#1061Sukuna0007Abhi wants to merge 1 commit intooss-aspen:devfrom
Sukuna0007Abhi wants to merge 1 commit intooss-aspen:devfrom
Conversation
- Consolidated controls from 3 rows to 2 rows - Moved email filter toggles to first row with input controls - Added responsive breakpoints (xs=12, sm=auto) for mobile support - First row: 2 inputs + 2 toggles (stacks on mobile, one row on desktop) - Second row: date picker - Added proper spacing with Bootstrap classes This puts as many toggles on the same line as requested while maintaining good UX on all screen sizes. Fixes oss-aspen#1005 Signed-off-by: Sukuna0007Abhi <[email protected]>
AndyBodnar
added a commit
to AndyBodnar/8Knot
that referenced
this pull request
Jan 10, 2026
Ensures Python files and shell scripts always use LF line endings, preventing issues when contributors work on Windows. This addresses problems from oss-aspen#1061 where CRLF line endings caused failures. Fixes oss-aspen#1062
2 tasks
cdolfi
requested changes
Jan 19, 2026
Collaborator
cdolfi
left a comment
There was a problem hiding this comment.
8knot is not intended to support mobile, please keep to the width and classnName conventions consistent to the other visualizations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This puts as many toggles on the same line as requested while maintaining good UX on all screen sizes.
Fixes #1005