Closed
Conversation
Shows a pointer cursor when hovering anywhere over a panel item box, hinting that the entire area is clickable. Made-with: Cursor
Add a click handler on the panel-item div so clicking anywhere in the box opens the issue link, not just on the text. The handler skips navigation if the click was on an existing link (e.g. avatar) or if the user has selected text (to allow copy/paste). Made-with: Cursor
Move dnd-kit drag listeners from the full SortableIssue wrapper to a dedicated grip handle (⠿) inside each panel item. This allows text selection and copy to work normally on the issue title, while reordering is still available via the handle on the left. Made-with: Cursor
Position the grip icon on the far right using absolute positioning so it stretches the full height of the row, keeping it out of the way of the issue text. Made-with: Cursor
- Move drag handle to the left side (standard convention for vertical sortable lists per Atlassian/PatternFly guidelines) - Replace braille character with a proper 2x3 grip dots SVG icon - Show handle only on row hover with a fade transition - Merge duplicate .panel-item CSS blocks - Guard handlePanelClick against clicks on the drag handle Made-with: Cursor
Add role="link", tabIndex, and onKeyDown to the panel-item div so it is accessible via keyboard (Enter to open). This removes the jsx-a11y/click-events-have-key-events and jsx-a11y/no-static-element-interactions inline disables. Made-with: Cursor
Contributor
Author
|
Closing in favor of just using an "open all" button - #319 |
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.
No description provided.