mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
enhancement(web): debloat release loading animation (#1400)
This commit is contained in:
parent
3ed20890c6
commit
fdf450897b
1 changed files with 3 additions and 11 deletions
|
@ -241,17 +241,9 @@ export const ReleaseTable = () => {
|
||||||
) }
|
) }
|
||||||
</div>
|
</div>
|
||||||
<div className="bg-white dark:bg-gray-800 border border-gray-250 dark:border-gray-775 shadow-lg rounded-md mt-4">
|
<div className="bg-white dark:bg-gray-800 border border-gray-250 dark:border-gray-775 shadow-lg rounded-md mt-4">
|
||||||
<table className="min-w-full rounded-md divide-y divide-gray-200 dark:divide-gray-750">
|
<div className="bg-gray-100 dark:bg-gray-850 border-b border-gray-200 dark:border-gray-750">
|
||||||
<thead className="bg-gray-100 dark:bg-gray-850 border-b border-gray-200 dark:border-gray-750">
|
<div className="flex h-10"/>
|
||||||
<tr>
|
</div>
|
||||||
<th>
|
|
||||||
<div className="flex items-center justify-between">
|
|
||||||
<span className="h-10"/>
|
|
||||||
</div>
|
|
||||||
</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
</table>
|
|
||||||
<div className="flex items-center justify-center py-64">
|
<div className="flex items-center justify-center py-64">
|
||||||
<RingResizeSpinner className="text-blue-500 size-24"/>
|
<RingResizeSpinner className="text-blue-500 size-24"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue