almost there

This commit is contained in:
skidoodle 2025-03-15 17:22:38 +01:00
parent 38e6f714cb
commit 5eb326de05
No known key found for this signature in database
273 changed files with 230 additions and 261 deletions

View file

@ -1,17 +1,8 @@
import { Spinner } from '@/components/Spinner';
import ServerInfo from '@/components/ServerInfo';
import Error from '@/components/Error';
export default function Popup() {
const { data, loading, error } = useTabData();
if (loading) {
return (
<div className="flex items-center justify-center h-48 bg-gray-900">
<Spinner className="w-12 h-12 text-purple-500" />
</div>
);
}
const { data, error } = useTabData();
if (error) {
return (