Replies: 2 comments 1 reply
-
Hello @tacman, I am working on a complete revision of the demo. It helps my tracking bugs or misconceptions of the new stimulus components. Also, the goal of this demo is to demonstrate everything can be done without a single line of JS. |
Beta Was this translation helpful? Give feedback.
-
Okay, but the demo is at 1.3.x. As is https://github.com/Spomky/qotd Are there any demos that show off what 1.2 can do? I'm inclined to use version 3 and just copy pwa.yaml in my own app, but better would probably be to do that with 1.2. In particular, I'm struggling with the Install button, which is one of my favorite features, to only show the install button if the app isn't installed, and ideally show a launch button if the app is installed but running in a web page. Of course, installing the app to run offline requires that the page cache be configured. And I think that cache configuration changed, so I go to demo apps for guidance. I have some demo apps that are mentioned in the show-and-tell section. I've been updating them to Symfony 7.2, and would love to update them to the latest pwa-bundle. I guess I can post specific issues here with them. |
Beta Was this translation helpful? Give feedback.
-
What's the status of version 1.3? In particular, do you have a gut feeling for when it'll be released?
There's been discussion about a stimulus controller, but the documentation page at https://pwa.spomky-labs.com/ doesn't yet reflect 1.3. As I recall, there are some differences in how the cache is defined in the pwa.yaml file.
I have a related bundle that integrates dexie (a wrapper for IndexedDB) and twigjs, and I want to put together a demo program to show how those bundles work, and would like to use pwa-bundle 1.3, the stimulus controller, etc.
Beta Was this translation helpful? Give feedback.
All reactions