BunnyCDN, Search tab, journeys redesign, and dashboard polish #52

Merged
uz1mani merged 86 commits from staging into main 2026-03-17 10:08:26 +00:00
50 changed files with 5114 additions and 1632 deletions
Showing only changes of commit e7ebe2a923 - Show all commits

View File

@@ -284,11 +284,6 @@
height: window.innerHeight || window.screen.height,
};
// * Skip bots with no screen dimensions (0x0)
if (screenSize.width === 0 && screenSize.height === 0) {
return;
}
const payload = {
domain: domain,
path: path,