refactoring: migrating to react-query to manage service-side state.

This commit is contained in:
a.bouhuolia
2021-02-07 08:10:21 +02:00
parent e093be0663
commit adac2386bb
284 changed files with 8255 additions and 6610 deletions

View File

@@ -131,6 +131,23 @@
border-color: #0052ff;
}
}
.skeleton{
animation: skeleton-fade-in .3s linear forwards,
skeleton-glow 1s linear infinite alternate;
animation-delay: 0s,.3s;
height: 8px;
opacity: 1;
width: 65%;
margin: 10px 0;
}
}
.th{
.skeleton{
margin: 5px 0;
}
}
.tbody {