-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a duplicate/copy button for each action in the autos on the PathPlanner client #653
Add a duplicate/copy button for each action in the autos on the PathPlanner client #653
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #653 +/- ##
==========================================
- Coverage 85.55% 85.41% -0.15%
==========================================
Files 77 78 +1
Lines 6737 6767 +30
==========================================
+ Hits 5764 5780 +16
- Misses 973 987 +14 ☔ View full report in Codecov by Sentry. |
Example of usage (duplicating paths, commands, groups) in video below: Screen.Recording.2024-03-18.at.9.32.14.PM.mov |
Bit of a nitpick but can you move the duplicate button for command groups to be next to the delete button so its the same order as other commands? |
Create a button on the PathPlanner GUI to duplicate an action (a path, command, command group).
Implementation of #652