What's Changed
Remove actix_rt & use standard tokio spawn by @cetra3 in #3158
Add TLS support for diesel-async database connections by @sunaurus in #3189
after 30 days, replace comment.content and...
Hmm, my edit may have been too soon! F5 or clicking a link shows out of date (broken) css that is getting loaded from a service worker. Shift+F5 bypasses the service worker and gives me a working page. But then F5 or navigating about uses the old CSS again. 🤷♂️
I unregistered it manually which fixed it for one refresh (which then installed the service worker), but then after the next refresh it just went back to the same as before.
Is this why everything looks so wonky for me in browser atm?
Edit: Seems better now!
I didn’t experience anything like that. The UI is separated from the core so it shouldn’t affect it.
Edit: my answer was too late :D
Hmm, my edit may have been too soon! F5 or clicking a link shows out of date (broken) css that is getting loaded from a service worker. Shift+F5 bypasses the service worker and gives me a working page. But then F5 or navigating about uses the old CSS again. 🤷♂️
You might have to remove the old workers manually since it’s a PWA and the old ones may not got replaced properly.
I unregistered it manually which fixed it for one refresh (which then installed the service worker), but then after the next refresh it just went back to the same as before.