alpha-0.1.10/575-add-improvements-to-mission-items-on-missions-page#591
Merged
1Blademaster merged 5 commits intorelease-alpha-0.1.10from Jul 30, 2025
Conversation
4 tasks
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds improvements to mission items functionality on the missions page, including the ability to add, delete, and reorder mission items, as well as visual enhancements to the mission display.
- Added new endpoint to retrieve target system/component information from the drone
- Implemented mission item management features (add via map click, delete, reorder)
- Enhanced mission visualization with dotted lines showing return-to-start paths
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| radio/tests/test_connections.py | Added test for new target info endpoint |
| radio/app/endpoints/connections.py | Added getTargetInfo endpoint to return drone target system/component |
| gcs/src/missions.jsx | Added mission item management functions and target info state handling |
| gcs/src/components/missions/rallyItemsTable.jsx | Added sticky header and updated column header from "Long" to "Lng" |
| gcs/src/components/missions/missionsMap.jsx | Added map click handler to create new mission items |
| gcs/src/components/missions/missionItemsTableRow.jsx | Added action buttons for reordering and deleting mission items |
| gcs/src/components/missions/missionItemsTable.jsx | Added sticky header, new action column, and prop passing for new functions |
| gcs/src/components/mapComponents/missionItems.jsx | Enhanced mission path visualization with solid and dotted line segments |
NexInfinite
approved these changes
Jul 30, 2025
1Blademaster
added a commit
that referenced
this pull request
Sep 28, 2025
…591) * Make missions items table header sticky * Add waypoint deletion and dotted line to join last and first waypoints if no land * Add increment and decrement controls to mission items * Add click on map to add waypoint * Bug fix new mission frame being a string
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.