feat: widget partner system with JS embed, isHidden toggle, category/neighborhood filters

This commit is contained in:
AyrisAI
2026-07-13 15:00:46 +03:00
parent b44acc2678
commit 1d98409385
7 changed files with 177 additions and 298 deletions
+1
View File
@@ -133,6 +133,7 @@ export interface WidgetPartner {
url: string
neighborhoodSlug: string | null
isActive: boolean
isHidden: boolean
createdAt: Date
updatedAt: Date
}