pierr3 / TrackAudio

A next generation Audio-For-VATSIM ATC Client for macOS, Linux and Windows
Other
49 stars 11 forks source link

GUARD and UNICOM should sort to bottom of mini-mode list #198

Closed neilenns closed 2 weeks ago

neilenns commented 2 weeks ago

image

Right now they just get inserted alphabetically, which means GUARD is in an odd spot and breaks up the list of local frequencies you care about. I polled exactly one other controller in my ARTCC and he agreed GUARD and UNICOM should always be at the end.

neilenns commented 2 weeks ago

Change would go in RadioHelper.ts that does the sorting.

neilenns commented 2 weeks ago

I have this coded up, just have to move it to be based on the main branch instead of new UI.

GeorgeBarlow commented 2 weeks ago

I have this coded up, just have to move it to be based on the main branch instead of new UI.

Yep this sounds good, we can review it after that PR has been merged, otherwise open a draft PR and just note that it depends on the other PR.

neilenns commented 2 weeks ago

It doesn't depend on it, I just accidentally created my branch off the ui branch because that's what I had pulled. Oops :D