unisonweb/codebase-ui

Loading definitions from empty state doesn't show spinner

hojberg opened this issue · 0 comments

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.