feat(ui): update handling of inProgess, do not allow cnet process when processing

This commit is contained in:
psychedelicious
2023-06-02 18:20:11 +10:00
parent 2eb367969c
commit 3d99d7ae8b
8 changed files with 58 additions and 57 deletions

View File

@ -19,6 +19,9 @@ const isApplicationReadySelector = createSelector(
}
);
/**
* Checks if the application is ready to be used, i.e. if the initial startup process is finished.
*/
export const useIsApplicationReady = () => {
const { disabledTabs, wereModelsReceived, wasSchemaParsed } = useAppSelector(
isApplicationReadySelector