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
Right now the web frontend has basically all logic wrapped in a single component and it's not very easy to bring your own behaviors like manual step advance or routes fetched elsewhere. We should factor out the logic from the component into a separate class as on other platforms.
The text was updated successfully, but these errors were encountered:
Nobody is working on it at the moment, but feel free to start a discussion here if you you've some suggestions!
Note that #395 will likely make some improvements to this. But further modularity will require some deeper expertise in how to best structure web components. Happy to discuss any ideas you have.
Right now the web frontend has basically all logic wrapped in a single component and it's not very easy to bring your own behaviors like manual step advance or routes fetched elsewhere. We should factor out the logic from the component into a separate class as on other platforms.
The text was updated successfully, but these errors were encountered: