feat(MainModal): implement sidebar skeleton loader and enhance loading experience

This commit is contained in:
alexsparkes
2026-01-24 00:28:31 +00:00
parent 7b48b3a4d8
commit e43615bcdf
5 changed files with 107 additions and 5 deletions

View File

@@ -210,7 +210,7 @@ body {
width: 100%;
background: linear-gradient(-90deg, #efefef 0%, #ccc 50%, #efefef 100%);
background-size: 400% 400%;
animation: pulse 1.2s ease-in-out infinite;
animation: pulse 0.8s ease-in-out infinite;
@keyframes pulse {
0% {
@@ -230,7 +230,7 @@ body {
width: 100%;
background: linear-gradient(-90deg, #000 0%, rgb(83 83 83) 50%, #000 100%);
background-size: 400% 400%;
animation: pulse 1.2s ease-in-out infinite;
animation: pulse 0.8s ease-in-out infinite;
@keyframes pulse {
0% {