hoodie-app-tracker
hoodie-app-tracker copied to clipboard
If /hoodie/client.js cannot be loaded or JS is disabled, show helpful message
right now we have this

Cool, how about we have a message for users with JS turned off? I don't know how to do this in code so I need help. Same thing for client.js failing to load. Which we fixed with npm install and restarting the server
Same thing for client.js failing to load. Which we fixed with npm install
That won’t happen anymore, it was do due to https://github.com/hoodiehq/discussion/issues/89
The reason why screen is blank is because we hide everything until we set the data-account-state property: https://github.com/hoodiehq/hoodie-app-tracker/blob/master/www/assets/app.css#L81
This was to avoid flicker, because if user is signed in, then the app was shown for a short time as signed out, until hoodie does its thing.
I don’t know what the simplest solution is here :) Maybe it’s out of scope for us right now. I’d say let’s leave the issue open and see if it remains an issue or not?
Sounds good.