diff --git a/packages/insomnia/src/index.html b/packages/insomnia/src/index.html index 45eb804be..fa0350e72 100644 --- a/packages/insomnia/src/index.html +++ b/packages/insomnia/src/index.html @@ -1,26 +1,41 @@ - - - - - -
+ + + + + + + +
+
+ -
- - + "> + +
+ + + diff --git a/packages/insomnia/src/ui/components/wrapper.tsx b/packages/insomnia/src/ui/components/wrapper.tsx index 064b46dfa..cc09d4929 100644 --- a/packages/insomnia/src/ui/components/wrapper.tsx +++ b/packages/insomnia/src/ui/components/wrapper.tsx @@ -96,6 +96,22 @@ preloadWrapperDebug(); preloadWrapperDesign(); preloadWrapperUnitTest(); +const LoadingIndicator = () => (
+ Insomnia +
); + const ActivityRouter = () => { const selectedActivity = useSelector(selectActiveActivity); const activeWorkspace = useSelector(selectActiveWorkspace); @@ -385,7 +401,7 @@ export class WrapperClass extends PureComponent { }> + }> @@ -395,7 +411,7 @@ export class WrapperClass extends PureComponent { }> + }> { }> + }> { }> + }>