dto-btn / ssc-assistant

Second iteration of the SSC chatbot/assistant
MIT License
0 stars 0 forks source link

Logging in progress screen visual upgrade #98

Closed GuillaumeTurcotte closed 1 month ago

GuillaumeTurcotte commented 2 months ago

Currently when logging in (automatically) we see this :

 <UnauthenticatedTemplate>
        <Typography variant="h6" align="center">Connexion en cours...</Typography>
        <br></br>
        <Typography variant="h6" align="center">Signing you in ...</Typography>
      </UnauthenticatedTemplate>

(from App.tsx)

Let's make this screen more visually pleasant.