Skip to content

Alpha 0.1.9/559 use done battery monitor instance in fla#564

Merged
NexInfinite merged 5 commits intorelease-alpha-0.1.9from
alpha-0.1.9/559-use-done-battery-monitor-instance-in-fla
Apr 15, 2025
Merged

Alpha 0.1.9/559 use done battery monitor instance in fla#564
NexInfinite merged 5 commits intorelease-alpha-0.1.9from
alpha-0.1.9/559-use-done-battery-monitor-instance-in-fla

Conversation

@Kwash67
Copy link
Copy Markdown
Contributor

@Kwash67 Kwash67 commented Apr 15, 2025

  • In the Battery preset accordion, there are 3 buttons that allow a user to quickly compare voltage vs current for the first 3 battery instances.
  • All available battery instances are correctly displayed in the message filter checklist.
  • Zoom reset functionality has been fixed. However, the feature of maintaining the pan and zoom level when switching colors has been taken out. I'll add it back in once i think of a smarter approach.
Screen_Recording_2025-04-14_at_20.36.55.mov

@Kwash67 Kwash67 self-assigned this Apr 15, 2025
@Kwash67
Copy link
Copy Markdown
Contributor Author

Kwash67 commented Apr 15, 2025

I filtered out presets which rely on messages which are not available in the log.
Thus, all preset buttons will display data when clicked. No more "Not found in log" alerts.

Copy link
Copy Markdown
Contributor

@NexInfinite NexInfinite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, should look into refactoring FLA sometime soon.

@NexInfinite NexInfinite merged commit b22a2ea into release-alpha-0.1.9 Apr 15, 2025
6 checks passed
@NexInfinite NexInfinite deleted the alpha-0.1.9/559-use-done-battery-monitor-instance-in-fla branch April 15, 2025 17:23
NexInfinite added a commit that referenced this pull request Apr 30, 2025
* Added kush's stuff

* Fixing kush's branch (#539)

* fixes

* Fix map.jsx

---------

Co-authored-by: Kush Makkapati <kush.makkapati@icloud.com>

* Alpha 0.1.9/523 new missions page (#545)

* added map, resizable boxes, and added hotkeys to switch to page

* display spotlight action for missions

* allow user to decide whether maps should be in sync

* removing usused vars and formatting

* fixing lint errors

* format

* this better work

* Separate missions map component, update general stuff

* Fix linting issues

---------

Co-authored-by: Kush Makkapati <kush.makkapati@icloud.com>

* 542 show error stack on error boundary (#543)

* changed release version

* Showed stack log

* formatted

* removed comments

* styalised code block

* updated bug message

* improving readability

* Update bug_report.md

---------

Co-authored-by: Kwashie A. <104215256+Kwash67@users.noreply.github.com>

* Alpha 0.1.9/517 popout camera feed from dashboard (#541)

* Moved maincontent to separate component to make fast refresh work

* Added webcam picture-in-picture window

* Create API for webcam window

* Create webcam route

* Update camera tab section to allow for camera popout

* Fixed bug with multiple resize handlers stacking

* Added nullify webcam window on close

* Fixed resize issues

* Added some coments

* Fixed buge where camera breaks when no video stream

* Fixed webcam being always on in the background

* Explicitly prevent fullscreen

* Oops I removed fullscreen on the wrong window

* improved styling

* formatted

* Added errorboundaryfallback from #306382b

* Fixed import error

---------

Co-authored-by: Julian Jones <julianjones663@gmail.com>

* Fix socket connection state not updating

* changed tab message (#549)

* Alpha 0.1.9/544 Support for displaying multiple batteries (#555)

* trivial

* multiple batteries

* formatting

* styling

* revert styling

* Alpha 0.1.9/551 update mission centre to center on full mission (#552)

* fixed issue with Battery preset

* missions route was missing for some reason

* removed annoying run command message when you switch tabs with spotlight

* allow center map on mission

* removed unused import

* commented out unused function

* removed comments

---------

Co-authored-by: Julian Jones <julianjones663@gmail.com>
Co-authored-by: Julian Jones <37962677+NexInfinite@users.noreply.github.com>

* 557 Linux support (#558)

* added support for linux

* added update

* resolving github warning

---------

Co-authored-by: Kwashie A <104215256+Kwash67@users.noreply.github.com>

* Alpha 0.1.9/linux tweaks 2 (#560)

* updated run script

* added docker script

---------

Co-authored-by: Julian Jones <julianjones663@gmail.com>

* 550 allow different types of aircraft to connect (#561)

* Add lists for vehicle classification

* Allow different vehicle classifications for connection

* Remove typehint from enum

* Update types list

* Fixed typing issue

* Alpha 0.1.9/554 preflight checklist (#556)

* added modal

* added reset checked

* consistent states

* moved checklist

* scrolls

* changed scroll bars

* moved edit to modal

* using rich text editor

* bruh

* lovely

* fixed styling

* formatted

* removed unused file

* updated styling

* formatted

* spotlight

* formatted

* updated update script to handle yarn

* fixed

* Update reposition function to use set global position int command (#563)

* Update reposition function to use set global position int command

* Add comment for bitmask value

* Alpha 0.1.9/559 use done battery monitor instance in fla (#564)

* made room for multiple battery instances

* fixed zoom reset problem

* formatting and fixing lint error

* filter out presets which rely on messages which are not available in the log

* Update map endpoint, add default map and ability to select a different map style (#566)

* 567 add settings to file (#568)

* added settings

* formatted

* Alpha 0.1.9/546 display current mission on missions page (#547)

* Display home location on missions map and show mission items

* Add home location data and tabs to missions page

* Add mission item commands list

* Start displaying mission items in table

* Update missions controller to refresh loader on mission read

* Update table styling and add second write mission button

* Rework fetching missions

* Add functionality to update mission items from the table

* Add draggable markers

* Add better logging for mission fetching, add ability to connect to ADSB devices

* Fix some linting issues and bugs

* Undo no drone connected error message bug, fixed in #549

* Add rally points to missions page

* Add fence commands

* Fix tests

* Fix linter, add file description comment

* Fix test

* Address copilot comments

---------

Co-authored-by: Julian Jones <37962677+NexInfinite@users.noreply.github.com>

* added banner (#577)

* Build Script Fix #578

* Real time on x-axis as long as there is GPS data (#579)

* shouldve put this in previous ticket lol

* added function to convert date

* complete

* Fix: Prevent stack overflow when calculating max timestamp for large datasets

---------

Co-authored-by: Julian Jones <37962677+NexInfinite@users.noreply.github.com>

---------

Co-authored-by: Kush Makkapati <kush.makkapati@icloud.com>
Co-authored-by: Kwashie A. <104215256+Kwash67@users.noreply.github.com>
Co-authored-by: Joe <joantpat@gmail.com>
Co-authored-by: Ben Gilbert <bensgilbert@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants