feat: overhaul public landing page and backup tooling

This commit is contained in:
2025-09-19 16:39:18 +02:00
parent ad9c6d63d3
commit 2a4d38813f
72 changed files with 4332 additions and 1466 deletions
+2 -3
View File
@@ -1,4 +1,4 @@
import React, { useState, useMemo, useEffect, useRef } from 'react';
import React, { useState, useMemo, useEffect } from 'react';
import { useNavigate, useSearchParams } from 'react-router-dom';
import {
Plus,
@@ -11,7 +11,6 @@ import {
Download,
Trash2,
Calendar,
Users,
Image,
Activity
} from 'lucide-react';
@@ -562,4 +561,4 @@ export const EventsListPage: React.FC = () => {
);
};
EventsListPage.displayName = 'EventsListPage';
EventsListPage.displayName = 'EventsListPage';