SmartDashboard icon indicating copy to clipboard operation
SmartDashboard copied to clipboard

Results 30 SmartDashboard issues
Sort by recently updated
recently updated
newest added

I'm posting this as a preliminary effort, not yet ready for merging. After having some issues with SmartDashboard this season I thought I would attempt to contribute an update to...

Text size should be customizable, preferably per widget; but currently is tied to the screen scaling size.

![image](https://user-images.githubusercontent.com/4885091/151740023-85928456-ca73-49b4-9491-d1865bbe15f5.png) The .type field should be filtered and not displayed

When opening for the first time on a new computer, the set team number window is popped up. However, this window is not on the taskbar, and sometimes it pops...

We should copy the shuffleboard functionality over that enforces a single instance unless the user requests a second instance.

This clogs up the $HOME directory. Discussions with others in the FIRST Robotics Discord server suggested the `~/wpilib//tools/SmartDashboard` directory. This is set with https://github.com/wpilibsuite/SmartDashboard/blob/5dea736f714d1854b029578d02ee52ae3f1feebb/src/main/java/edu/wpi/first/smartdashboard/gui/DashboardPrefs.java#L21-L22 as well as https://github.com/wpilibsuite/SmartDashboard/blob/5dea736f714d1854b029578d02ee52ae3f1feebb/src/main/java/edu/wpi/first/smartdashboard/extensions/FileSniffer.java#L27 This can...

It seems like loading an existing SD dashboard save file causes command buttons to stop working. If we do "new", the buttons work. If we save that file and load...

bug