enhancement(web): debloat release loading animation (#1400)

This commit is contained in:
martylukyy 2024-02-13 11:42:30 +01:00 committed by GitHub
parent 3ed20890c6
commit fdf450897b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>