-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Try lighter UI for the hover style #90
Copy link
Copy link
Closed
Labels
[Priority] HighUsed to indicate top priority items that need quick attentionUsed to indicate top priority items that need quick attention[Type] TaskIssues or PRs that have been broken down into an individual action to takeIssues or PRs that have been broken down into an individual action to take
Description
Blocks should be draggable & rearrangable without having to click into it. But the UI has been noted to feel heavy. Let's try a lighter UI in a separate version of the UI prototype:
In this UI, mousing over the block shows the left border, as well as rearrangement controls.
The border on the left also indicates a draggable area, that invisibly extends a fair bit to the left of the border. This is only surfaced when you mouse over, as it's a desktop enhancement. So the invisible area should have a grabby hand cursor:
cursor: move; /* fallback if grab cursor is unsupported */
cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[Priority] HighUsed to indicate top priority items that need quick attentionUsed to indicate top priority items that need quick attention[Type] TaskIssues or PRs that have been broken down into an individual action to takeIssues or PRs that have been broken down into an individual action to take
Type
Fields
Give feedbackNo fields configured for issues without a type.
