You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Room-level new loader enable flag has been introduced. But to turn it on we need to run fetchReticulumAuthenticated() on the console after sign-in. The way to turn it on is very tedious.
We are thinking of shipping the new loader code to Hubs cloud and managed instances and disabling it by default. Adding a UI to opt-in the new loader is useful for users who want to try the new loader.
Describe the solution you'd like
Add an UI to toggle the new loader. Maybe at Room settings would be good that allows room owners to enable/disable the new loader.
When it's toggled call fetchReticulumAuthenticated(). Also, ideally let all client in the room reload the page when it's toggled.
Is your feature request related to a problem? Please describe.
Room-level new loader enable flag has been introduced. But to turn it on we need to run
fetchReticulumAuthenticated()
on the console after sign-in. The way to turn it on is very tedious.We are thinking of shipping the new loader code to Hubs cloud and managed instances and disabling it by default. Adding a UI to opt-in the new loader is useful for users who want to try the new loader.
Describe the solution you'd like
Add an UI to toggle the new loader. Maybe at Room settings would be good that allows room owners to enable/disable the new loader.
When it's toggled call
fetchReticulumAuthenticated()
. Also, ideally let all client in the room reload the page when it's toggled.Additional context
Related: #6337 #6325
We may think of enabling the new loader by default on demo hubs while disabling it by default on hubs cloud and managed hubs.
The text was updated successfully, but these errors were encountered: