[FEAT]: PWA Support
What would you like to see?
Currently, the site exposed from the docker container is not a Progressive Web App (PWA). Would it be possible to convert the website into a PWA? This would enable us to install the web app onto our devices, allowing for faster access.
I made a PWA version using the platform's embedding, it is totally possible to implement it definitively in the build. I also await this feature in the main version.
I made a PWA version using the platform's embedding, it is totally possible to implement it definitively in the build. I also await this feature in the main version.
Can you expand on what you did? I'm not sure what you mean by the platform embeddings.
The platform offers support for page embeddings (such as iframes). I created a standard PWA project and used this embedding as the content to be rendered on the page.
PWS support was merged in #4592