feat: soft-delete sites with 7-day grace period #55

Merged
uz1mani merged 8 commits from staging into main 2026-03-18 10:26:59 +00:00
Showing only changes of commit d97818dfd7 - Show all commits

View File

@@ -320,7 +320,7 @@
url: location.href,
title: document.title,
referrer: document.referrer || '',
screen: { width: window.innerWidth || 0, height: window.innerHeight || 0 },
screen: { width: window.innerWidth || window.screen.width, height: window.innerHeight || window.screen.height },
session_id: getSessionId(),
name: eventName.trim().toLowerCase(),
};