Post ARYACqu5CdwDjc9xM8 by corne
 (DIR) More posts by corne
 (DIR) Post #ARY8xW3ALz6AlEX0Ii by smirk@nicecrew.digital
       0 likes, 0 repeats
       
       @matty signaling us that he is a fed.
       
 (DIR) Post #ARY8xYu3kIb3brIH1U by matty@nicecrew.digital
       0 likes, 0 repeats
       
       wut
       
 (DIR) Post #ARY8xZ3dAiFk5XluwS by smirk@nicecrew.digital
       0 likes, 0 repeats
       
       My pic didn't post. Edit to fix
       
 (DIR) Post #ARY8xZ9Ipcn2N8QRma by matty@nicecrew.digital
       0 likes, 0 repeats
       
       wut
       
 (DIR) Post #ARY8xZEcVr2kdcuh4S by smirk@nicecrew.digital
       0 likes, 0 repeats
       
       Yeah it's correct on the pc, but on mobile it's the fed F
       
 (DIR) Post #ARY8xZJaDP0st1Eeo4 by matty@nicecrew.digital
       0 likes, 0 repeats
       
       That's strange. Is your phone old, or do you use some obscure browser?
       
 (DIR) Post #ARY8xZPbqzplBi3TCS by smirk@nicecrew.digital
       0 likes, 0 repeats
       
       Samsung 9 w/ Brave browser
       
 (DIR) Post #ARY8xZUvXE5TSCXiUK by matty@nicecrew.digital
       0 likes, 0 repeats
       
       Did you press the update button?
       
 (DIR) Post #ARY8xZaFDSLBih1xmC by smirk@nicecrew.digital
       0 likes, 0 repeats
       
       Of course my Führer
       
 (DIR) Post #ARY8xbeDXehu7auAFM by _skycaptain@nicecrew.digital
       0 likes, 0 repeats
       
       me trying to hit that update button
       
 (DIR) Post #ARY8xcwgiT4m9AYQfw by Marielle_Redclaw@poa.st
       0 likes, 0 repeats
       
       @_skycaptain @smirk @matty I'm still not sure why a website needs an update button.
       
 (DIR) Post #ARY8xd4UFTJYXMCepc by matty@nicecrew.digital
       0 likes, 0 repeats
       
       Because websites require code to run, and sometimes that code changes. Rather than walking people through the steps necessary to force that update, a button is provided.
       
 (DIR) Post #ARY8xdBZp6zAtLWJsm by Marielle_Redclaw@poa.st
       0 likes, 0 repeats
       
       @matty @_skycaptain @smirk But it's a website. When I return from somewhere else, it should just load the updated page.Truth Social is the only other web site with an update button.
       
 (DIR) Post #ARY8xdIfOkenFKpyvw by matty@nicecrew.digital
       1 likes, 0 repeats
       
       Truth Social runs on the same Soapbox frontend as Poa.st, NCD and others. When someone creates a new build, that changes the signature of the file that is served by the server, and in this case prompts you to basically hard refresh to download the latest build to your device.Without that feature, people would be receiving different things at different times. For example, on the old frontend, a change may not propagate to all users at the same time based on how their browser works. If you hard refresh, which would be required to pull the latest build, it would be fine. But, some people do not know when, or how to do that and that's generally not feasible for the layman on mobile devices especially.It's really not that big of a deal.
       
 (DIR) Post #ARY9doWE4sI4CeIEca by alex@gleasonator.com
       0 likes, 0 repeats
       
       @Marielle_Redclaw @matty @_skycaptain @smirk The actual reason is because we have offline support. Soapbox is a PWA = Progressive Web App. It downloads the code onto your device, so when you load the site again it loads from your device storage. It works like a native app. It therefore needs to update like a native app.But it’s a website … it should just load the updated page.Agreed. We’re likely going to drop offline support soon, since the app is fairly useless if you have no network connection anyway, and the “An update is available!” nag is confusing.
       
 (DIR) Post #ARYACqu5CdwDjc9xM8 by corne
       1 likes, 0 repeats
       
       There are a other usecases where “offline” PWA comes in handy. If the apps uses chunks, you don’t have to wait for those chunks to load anymore. Also, if the app updates while you have the app open, and you navigate to a page where another chunk is needed, that chunk might not be available anymore.
       
 (DIR) Post #ARYANlCClS6LDZpySG by alex@gleasonator.com
       1 likes, 0 repeats
       
       @corne @_skycaptain @matty @smirk @Marielle_Redclaw I’m working on a rewrite of the ServiceWorker. Long term we’ll create something very optimized.