betaflight / betaflight-configurator

Cross platform configuration tool for the Betaflight firmware
GNU General Public License v3.0
2.56k stars 906 forks source link

PWA project #3960

Open haslinghuis opened 6 months ago

haslinghuis commented 6 months ago

This issue report is for tracking development on outstanding issues to be resolved for finalizing PWA.

Main

Fixes

Cleanup

Improved UI styling

Housekeeping

Please feel free to update this comment.

Also note ubuntu snap version of chromium does not work. Use these commands to get a non-sandboxed version:

sudo add-apt-repository ppa:xtradeb/apps -y
sudo apt update
sudo apt install chromium
McGiverGim commented 6 months ago

The save and reboot I think it has been fixed with the porthandler. At least in my tests they worked and reconnected.

chmelevskij commented 6 months ago

I've only done minimal amount of testing but I think presets got fixed with https://github.com/betaflight/betaflight-configurator/pull/3913 as well

McGiverGim commented 5 months ago

@haslinghuis After searching on the internet, it does not seem to exist the possibility of mdns under PWA and nothing seems to indicate that it will exist soon. I think that for the moment, we need to "remove" this feature on the Configurator. If we are ok, I can remove it.

EDIT: created the PR https://github.com/betaflight/betaflight-configurator/pull/3979