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
We should get rid of CurrentUserPrompt::Redirect as part of the application state and emit events to the frontend instead that contain the redirect target as a payload. This decouples the data/state of the application from the current view/route.
Motivation
See above
Requirements
n/a
Open Questions
Can we still have "predictable" redirects if they're not tracked by the state anymore or will it become a mess?
Are you planning to contribute this in a PR?
Yes
The text was updated successfully, but these errors were encountered:
Description
We should get rid of
CurrentUserPrompt::Redirect
as part of the application state and emit events to the frontend instead that contain the redirect target as a payload. This decouples the data/state of the application from the current view/route.Motivation
See above
Requirements
n/a
Open Questions
Can we still have "predictable" redirects if they're not tracked by the state anymore or will it become a mess?
Are you planning to contribute this in a PR?
Yes
The text was updated successfully, but these errors were encountered: