newspeaklanguage / newspeak

Newspeak is a live object-capability language in the Smalltalk tradition
https://newspeaklanguage.org/
Other
132 stars 11 forks source link

Changed PWA from minimal-ui to standalone, added Help for back/forward navigation in PWA, removed "I think" from comments #126

Closed mzimmerm closed 6 months ago

mzimmerm commented 6 months ago

Changed PWA manifest from minimal-ui to standalone, to hide the explicit page navigation controls (because they only show refresh and back, not forward). Added help section (? button on top) explaining how navigation works in browser, PWA and Electron. Removed the "I think" fro README.md and comments in deployment scripts.

mzimmerm commented 6 months ago

Gilad, This change request contains PWA navigation changes discussed on Google groups. Details are in the commit. As the change in manifest.json (from minimal-ui to standalone) does not seem to be automatically forced according to the specs (https://w3c.github.io/manifest/#updating), users need to uninstall and reinstall the PWA for the back/forward navigation buttons to not show.