feat: View plan details on hover
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.
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.
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
It's definitely a UX feature I've seen before, but of course when you need a live example you can't find one.
@garethgeorge Is this any better for limiting the paths to 6, with the +x more?