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
Currently, just to 100% ensure UI integrity, we do a full page reload whenever current project or organization is changed (whether due to direct switch request by user or creation/deletion/joining/leaving). It's heavy-handed though, given that most of our app just uses React routing.
Describe the solution you'd like
It should be pretty safe to just update app state without full page reloads already. We just need to make sure all relevant state (user, project, organization, something else?) is reloaded. This also applies to the invite acceptation page.
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered:
This issue hasn't seen activity in two years! If you want to keep it open, post a comment or remove the stale label – otherwise this will be closed in two weeks.
Is your feature request related to a problem?
Currently, just to 100% ensure UI integrity, we do a full page reload whenever current project or organization is changed (whether due to direct switch request by user or creation/deletion/joining/leaving). It's heavy-handed though, given that most of our app just uses React routing.
Describe the solution you'd like
It should be pretty safe to just update app state without full page reloads already. We just need to make sure all relevant state (user, project, organization, something else?) is reloaded. This also applies to the invite acceptation page.
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: