rotorflight / rotorflight-configurator

GNU General Public License v3.0
39 stars 25 forks source link

Add a checkbox to show all ports if desired #152

Closed Oats87 closed 1 month ago

Oats87 commented 2 months ago

Add a checkbox to show all ports if desired

Screenshot 2024-09-10 at 5 19 48 PM

With the feature enabled:

Screenshot 2024-09-10 at 5 19 57 PM

With the feature disabled:

Screenshot 2024-09-10 at 5 20 02 PM

It will default to "off"

Oats87 commented 1 month ago

@breavyn I went ahead and moved the filter out (and am now just calling .filter on the array).

I think we still need to figure out what to do about Android. We could hide the element and default it to "show all ports" if running on android (but I don't know how to reliably determine this) or something else...