Closed Marc-Andrieu closed 1 day ago
How the skeletons render on my phone:
https://github.com/user-attachments/assets/9a91f0ef-18bb-4e5d-9a45-1301b30ce4b4
Rendering on phone (see above for comparison): imperceptibly shorter this time
https://github.com/user-attachments/assets/ec1d4df9-83c1-47ad-a228-1f3b08761895
Fix #47: see my comment there.
Content of this PR:
<SuspenseEmbed>
to<></>
: no annoying "Loading..." anymore.<FormLabel>
and<FormControl>
of the<LoginCustomFormField>
: this way, there's no more dependency and the size of the<CenteredCard>
is preserved.We may want some refactoring later for the CSS and the
<Suspense>
-derived tags...