Minimize/Maximize options for all steps.#639
Minimize/Maximize options for all steps.#639osulacam wants to merge 16 commits intoWPIRoboticsProjects:masterfrom
Conversation
|
Screenshots / gif / video? |
|
Step left/right buttons are broken. |
| } | ||
|
|
||
| .expand { | ||
| -fx-background-color: transparent; |
|
The Something like |
Current coverage is 58.17% (diff: 98.30%)@@ master #639 diff @@
==========================================
Files 194 194
Lines 6051 6118 +67
Methods 0 0
Messages 0 0
Branches 550 558 +8
==========================================
- Hits 3567 3559 -8
- Misses 2323 2394 +71
- Partials 161 165 +4
|
…y hides the sockets with a view.
|
Sockets are not returned to their original locations right now: https://www.youtube.com/watch?v=3We9orzIyb0&feature=youtu.be |
This should give me a better idea of why it is failing on Travis and AppVeyor.
…ation on why it fails on Travis and AppVeyor.
|
This might be beyond the bonds of this pr but an animation would be a cool thing to add to this. |
|
I agree that it would be cool but it's probably better to just get this working and add the animation later in a different pull request. |
|
Should be able to call |
|
The animations are really nice! But I've found some problems with it |
| .equals(SocketHint.View.NONE))) { | ||
| expand.setManaged(false); | ||
| } else { | ||
| expandIcon.setImage(new Image("/edu/wpi/grip/ui/icons/up.png")); |
There was a problem hiding this comment.
Can you cache the image in the object so it isn't loaded from disk every time you click the button?




Implements the suggestion in #327