shuffleboard icon indicating copy to clipboard operation
shuffleboard copied to clipboard

A modern dashboard for FRC

Results 82 shuffleboard issues
Sort by recently updated
recently updated
newest added

The outline view of the NetworkTable has severe flicker when there are a decent number of entries (e.g. the PacGoat example with multiple subsystems). I see the outline view itself...

As title. Shouldn't have to click plus if there's no existing layout.

Right now, if the size of the window changes or the widget selection pane on the left is changed in size, the resultant size change of the right pane causes...

feature request
ui

I have a system that pretty frequently gets into a state where the File menu can be clicked and unrolls, but the menu disappears as soon as I release the...

bug in dependency

We have been using the shuffleboard for about a week now. Recently, we have been unable to open saved versions of shuffleboard layouts. We are using shuffleboard 1.2. It also...

saves

I was playing around with widget size/spacing offline tonight, and discovered that the default height for the text widget, when made smaller vertically, does not seem to get saved/restored properly....

You should be able to hide everything except the widget tab for use on a driver station

feature request
ui

For the ComboBox Choose, the selected value will change, which can be seen if I print out the .getSelected(), but it will not visually update on shuffleboard.

Junit 5 has gotten a bit better, as has my understanding of the API. I don't have the time to open a PR right now. But this is the code...

enhancement
build

Specifically, if Plugin A resides in one JAR and Plugin B resides in a separate JAR, and Plugin B uses classes defined in the Plugin A JAR, then Plugin B...

bug
plugin