bossbuwi / existence

The world is waiting.
2 stars 0 forks source link

Router not respecting switchable features #90

Closed bossbuwi closed 1 year ago

bossbuwi commented 2 years ago

Switchable features have no effect on the router. Turning a feature on or off will not activate the route. This is due to the router typescript file being initialized before the switchable features list is fetched from the backend. The fix for this would be to rework how the application starts. Fetch and wait for the switchable features list from the backend before activating the router.

bossbuwi commented 1 year ago

Fixed by #115