- 🇨🇦Canada ambient.impact Toronto
Closing as outdated. Please see the 2.x releases which now apply to the admin section and for all users - including authenticated users.
A key attraction with traditional single-page applications, when compared with the old-school, separate-pages approach, is the speed of navigation. SPAs get a lot of that speed from not constantly tearing down the application process, only to reinitialize it on the very next page.
On a more complex site, I would argue that the benefits of the RefreshLess approach outweigh the benefits of relying on the page cache for anonymous users and provide a more consistent/better UX.
Try RefreshLess while not logged in to a site.
Either remove the check for a session in \refreshless_page_attachments()
or add a configuration setting that sites can use to opt into or out of RefreshLess for anonymous users. Maybe even set the default to allow RefreshLess for anonymous users. If this conflicts with the BigPipe module, maybe add a check for that?
Do the thing.
Possibly add a configuration form?
Config I think?
Unsure.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing as outdated. Please see the 2.x releases which now apply to the admin section and for all users - including authenticated users.