This adds a new field to the status bar of a log view, the navState field. I was having a hard time determining when I was in CRUISE mode during a flight because that information isn't part of the fligthMode flags, and there's room so why not right?
Add navState to status bar
Added mouseover tooltips to each of the fields to be clear about what information is being displayed
Changed the field separator color from gray to a dark red. The flightMode flags field uses a text pipe to split the flags, which looks incredibly similar to the field separator so it always looks like new fields are always coming and going, so this makes it clear what fields are in what box. If this was designed for that to be visually ambiguous like that, then I can revert that part of the PR.
I do not know what the overrides and config file status bar fields are for, so if someone wants to pick the tooltip for those, I can add those as well.
This adds a new field to the status bar of a log view, the navState field. I was having a hard time determining when I was in CRUISE mode during a flight because that information isn't part of the fligthMode flags, and there's room so why not right?
I do not know what the overrides and config file status bar fields are for, so if someone wants to pick the tooltip for those, I can add those as well.