trash models added, first attempt for remainign issues

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-12 13:39:42 +00:00
parent 28cb698579
commit 7d4d309677
20 changed files with 1084 additions and 106 deletions

View File

@@ -423,6 +423,7 @@ export default function Sites() {
onToggle={handleToggle}
onSettings={handleSettings}
onDetails={handleDetails}
onDelete={handleDeleteSite}
isToggling={togglingSiteId === site.id}
/>
))}