-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PWA webmanifest missing from select pages #8455
Comments
The webmanifest is present on the dashboard. This is easy to verify on the demo site. What makes you think it isn't? The fact that it's not present on the login and register pages is correct, and that's easily fixable. |
Thanks for the prompt reply @JC5 The Demo site appears to be on the V1 dashboard, not the V2 one... this is why, I expect, it's not aligned with my V2 findings. I also understand I missed this vital piece of information in my original report, and I apologise |
Hi there! This is an automatic reply. It seems your issue is about the new v2-layout that is currently in development for Firefly III. These issues are collected in a GitHub discussion. Please note that the v2 layout is still very much in development. Thank you for your contributions. |
Support guidelines
I've found a bug and checked that ...
Description
I have noticed that some (perhaps newer?) pages do not include the webmanifest for PWA support.
These include pages such as Login and Dashboard (which, are kind of the most important to have this present IMO). Other pages such as Bills or Budget present the manifest just fine.
This is potentially just an oversight of a/the (new?) templating system where it doesn't have the include such is present in
firefly-iii/resources/views/partials/favicons.twig
Line 4 in ec59f80
Potentially splitting the manifest link tag into a separate partial and including it in the PWA template also (https://github.com/firefly-iii/firefly-iii/blob/ec59f80fe3c18d408382e4916dec9d95eb45b556/resources/views/pwa.twig)? or further down the chain in the system itself...
Debug information
Present up to and including v6.1.7
Expected behaviour
PWA manifest to be presented with all pages, including login and dashboard.
Steps to reproduce
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: