This repository was archived by the owner on Jul 19, 2022. It is now read-only.
This repository was archived by the owner on Jul 19, 2022. It is now read-only.
Loading definitions from empty state doesn't show spinner #236
Closed
Description
Because we change the URL after the definition has been loaded and because we show the workspace only when a Definition
route is matched, the first definition opened, doesn't have a spinner.
The better implementation is to change the way we load definitions; instead of loading and having the url change be a side-effect, It should be the other way around.