mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
feat(frontend): improve loading spinner
This commit is contained in:
parent
5f8eacae7b
commit
42e8b886a0
6 changed files with 47 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ export const ReportListens: React.FC = () => {
|
|||
</div>
|
||||
{isLoading && (
|
||||
<div>
|
||||
<span>Loading Listens</span>
|
||||
<div className="loader rounded-full border-8 h-64 w-64"></div>
|
||||
</div>
|
||||
)}
|
||||
{report.length === 0 && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue