backrest icon indicating copy to clipboard operation
backrest copied to clipboard

feat: View plan details on hover

Open alyssaholland99 opened this issue 7 months ago • 5 comments

Added a tooltip to show the plan details when the user hovers over them so that the user doesn't have to go into the settings to view what they're doing.

alyssaholland99 avatar Sep 17 '25 14:09 alyssaholland99

Screenshot from 2025-09-17 15-48-53 Screenshot from 2025-09-17 15-48-47 Screenshot from 2025-09-17 15-48-42 Screenshot from 2025-09-17 15-48-37

alyssaholland99 avatar Sep 17 '25 14:09 alyssaholland99

Hi -- thanks for the interest in contributing, afraid for this one I have some UX / maintenance concerns.

introducing the tool tip means that JS logic to stringify the representation of the schedule must be maintained for every supported schedule type, I lean towards keeping one view of this implemented as the form UI.

The second issue I see is the paths included in the tooltip -- these aren't necessarily bounded to a small number, many users may have dozens or hundreds of paths included which would make for a massive tool tip.

garethgeorge avatar Oct 01 '25 06:10 garethgeorge

The second issue I see is the paths included in the tooltip -- these aren't necessarily bounded to a small number, many users may have dozens or hundreds of paths included which would make for a massive tool tip.

What about a maxPathLines and then an overflow + N more line at the end. Sort of like this example image

It's definitely a UX feature I've seen before, but of course when you need a live example you can't find one.

jburnham avatar Oct 02 '25 22:10 jburnham

Screenshot from 2025-10-07 10-30-37 Screenshot from 2025-10-07 10-29-08

alyssaholland99 avatar Oct 07 '25 09:10 alyssaholland99

@garethgeorge Is this any better for limiting the paths to 6, with the +x more?

alyssaholland99 avatar Oct 07 '25 09:10 alyssaholland99