We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3cf89b commit 05f1d71Copy full SHA for 05f1d71
1 file changed
chat2db-client/src/layouts/GlobalLayout/index.tsx
@@ -67,7 +67,7 @@ const GlobalLayout = () => {
67
// return (
68
// <div className={styles.app}>
69
// <AppTitleBar className={styles.appTitleBar} />
70
- // <OpenScreenAnimation />
+ // <Spin className={styles.loadingBox} size="large" />
71
// </div>
72
// );
73
// }
@@ -100,6 +100,7 @@ const GlobalLayout = () => {
100
return (
101
<ConfigProvider locale={isEn ? antdEnUS : antdZhCN} theme={antdTheme}>
102
<div className={styles.app}>
103
+ {/* Open screen animation */}
104
{(serviceStatus === ServiceStatus.PENDING || curUser === null) && <OpenScreenAnimation />}
105
<AppTitleBar className={styles.appTitleBar} />
106
<div className={styles.appBody}>
0 commit comments