feat(db): mesh data model — meshes, members, invites, audit log
- pgSchema "mesh" with 4 tables isolating the peer mesh domain - Enums: visibility, transport, tier, role - audit_log is metadata-only (E2E encryption enforced at broker/client) - Cascade on mesh delete, soft-delete via archivedAt/revokedAt Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,172 @@
|
||||
{
|
||||
"themes": {
|
||||
"orange-light": {
|
||||
"background": "#ffffff",
|
||||
"foreground": "#1a1a1a",
|
||||
"primary": "#f97316",
|
||||
"primary-foreground": "#ffffff",
|
||||
"secondary": "#f5f5f5",
|
||||
"secondary-foreground": "#1a1a1a",
|
||||
"muted": "#e5e5e5",
|
||||
"muted-foreground": "#737373",
|
||||
"accent": "#f5f5f5",
|
||||
"accent-foreground": "#1a1a1a",
|
||||
"border": "#e5e5e5",
|
||||
"card": "#ffffff",
|
||||
"card-foreground": "#1a1a1a",
|
||||
"destructive": "#ef4444",
|
||||
"destructive-foreground": "#ffffff",
|
||||
"success": "#22c55e",
|
||||
"success-foreground": "#ffffff",
|
||||
"sidebar": "#fafafa",
|
||||
"sidebar-foreground": "#1a1a1a"
|
||||
},
|
||||
"orange-dark": {
|
||||
"background": "#1a1a1a",
|
||||
"foreground": "#fafafa",
|
||||
"primary": "#f97316",
|
||||
"primary-foreground": "#ffffff",
|
||||
"secondary": "#2a2a2a",
|
||||
"secondary-foreground": "#fafafa",
|
||||
"muted": "#3a3a3a",
|
||||
"muted-foreground": "#a1a1a1",
|
||||
"accent": "#2a2a2a",
|
||||
"accent-foreground": "#fafafa",
|
||||
"border": "#3a3a3a",
|
||||
"card": "#2a2a2a",
|
||||
"card-foreground": "#fafafa",
|
||||
"destructive": "#ef4444",
|
||||
"destructive-foreground": "#ffffff",
|
||||
"success": "#22c55e",
|
||||
"success-foreground": "#ffffff",
|
||||
"sidebar": "#2a2a2a",
|
||||
"sidebar-foreground": "#fafafa"
|
||||
},
|
||||
"blue-light": {
|
||||
"background": "#ffffff",
|
||||
"foreground": "#1a1a1a",
|
||||
"primary": "#2563eb",
|
||||
"primary-foreground": "#ffffff",
|
||||
"secondary": "#f5f5f5",
|
||||
"secondary-foreground": "#1a1a1a",
|
||||
"muted": "#e5e5e5",
|
||||
"muted-foreground": "#737373",
|
||||
"accent": "#f5f5f5",
|
||||
"accent-foreground": "#1a1a1a",
|
||||
"border": "#e5e5e5",
|
||||
"card": "#ffffff",
|
||||
"card-foreground": "#1a1a1a",
|
||||
"destructive": "#ef4444",
|
||||
"destructive-foreground": "#ffffff",
|
||||
"success": "#22c55e",
|
||||
"success-foreground": "#ffffff",
|
||||
"sidebar": "#fafafa",
|
||||
"sidebar-foreground": "#1a1a1a"
|
||||
},
|
||||
"blue-dark": {
|
||||
"background": "#1a1a1a",
|
||||
"foreground": "#fafafa",
|
||||
"primary": "#3b82f6",
|
||||
"primary-foreground": "#ffffff",
|
||||
"secondary": "#2a2a2a",
|
||||
"secondary-foreground": "#fafafa",
|
||||
"muted": "#3a3a3a",
|
||||
"muted-foreground": "#a1a1a1",
|
||||
"accent": "#2a2a2a",
|
||||
"accent-foreground": "#fafafa",
|
||||
"border": "#3a3a3a",
|
||||
"card": "#2a2a2a",
|
||||
"card-foreground": "#fafafa",
|
||||
"destructive": "#ef4444",
|
||||
"destructive-foreground": "#ffffff",
|
||||
"success": "#22c55e",
|
||||
"success-foreground": "#ffffff",
|
||||
"sidebar": "#2a2a2a",
|
||||
"sidebar-foreground": "#fafafa"
|
||||
},
|
||||
"green-light": {
|
||||
"background": "#ffffff",
|
||||
"foreground": "#1a1a1a",
|
||||
"primary": "#16a34a",
|
||||
"primary-foreground": "#ffffff",
|
||||
"secondary": "#f5f5f5",
|
||||
"secondary-foreground": "#1a1a1a",
|
||||
"muted": "#e5e5e5",
|
||||
"muted-foreground": "#737373",
|
||||
"accent": "#f5f5f5",
|
||||
"accent-foreground": "#1a1a1a",
|
||||
"border": "#e5e5e5",
|
||||
"card": "#ffffff",
|
||||
"card-foreground": "#1a1a1a",
|
||||
"destructive": "#ef4444",
|
||||
"destructive-foreground": "#ffffff",
|
||||
"success": "#22c55e",
|
||||
"success-foreground": "#ffffff",
|
||||
"sidebar": "#fafafa",
|
||||
"sidebar-foreground": "#1a1a1a"
|
||||
},
|
||||
"green-dark": {
|
||||
"background": "#1a1a1a",
|
||||
"foreground": "#fafafa",
|
||||
"primary": "#22c55e",
|
||||
"primary-foreground": "#ffffff",
|
||||
"secondary": "#2a2a2a",
|
||||
"secondary-foreground": "#fafafa",
|
||||
"muted": "#3a3a3a",
|
||||
"muted-foreground": "#a1a1a1",
|
||||
"accent": "#2a2a2a",
|
||||
"accent-foreground": "#fafafa",
|
||||
"border": "#3a3a3a",
|
||||
"card": "#2a2a2a",
|
||||
"card-foreground": "#fafafa",
|
||||
"destructive": "#ef4444",
|
||||
"destructive-foreground": "#ffffff",
|
||||
"success": "#22c55e",
|
||||
"success-foreground": "#ffffff",
|
||||
"sidebar": "#2a2a2a",
|
||||
"sidebar-foreground": "#fafafa"
|
||||
},
|
||||
"violet-light": {
|
||||
"background": "#ffffff",
|
||||
"foreground": "#1a1a1a",
|
||||
"primary": "#7c3aed",
|
||||
"primary-foreground": "#ffffff",
|
||||
"secondary": "#f5f5f5",
|
||||
"secondary-foreground": "#1a1a1a",
|
||||
"muted": "#e5e5e5",
|
||||
"muted-foreground": "#737373",
|
||||
"accent": "#f5f5f5",
|
||||
"accent-foreground": "#1a1a1a",
|
||||
"border": "#e5e5e5",
|
||||
"card": "#ffffff",
|
||||
"card-foreground": "#1a1a1a",
|
||||
"destructive": "#ef4444",
|
||||
"destructive-foreground": "#ffffff",
|
||||
"success": "#22c55e",
|
||||
"success-foreground": "#ffffff",
|
||||
"sidebar": "#fafafa",
|
||||
"sidebar-foreground": "#1a1a1a"
|
||||
},
|
||||
"violet-dark": {
|
||||
"background": "#1a1a1a",
|
||||
"foreground": "#fafafa",
|
||||
"primary": "#8b5cf6",
|
||||
"primary-foreground": "#ffffff",
|
||||
"secondary": "#2a2a2a",
|
||||
"secondary-foreground": "#fafafa",
|
||||
"muted": "#3a3a3a",
|
||||
"muted-foreground": "#a1a1a1",
|
||||
"accent": "#2a2a2a",
|
||||
"accent-foreground": "#fafafa",
|
||||
"border": "#3a3a3a",
|
||||
"card": "#2a2a2a",
|
||||
"card-foreground": "#fafafa",
|
||||
"destructive": "#ef4444",
|
||||
"destructive-foreground": "#ffffff",
|
||||
"success": "#22c55e",
|
||||
"success-foreground": "#ffffff",
|
||||
"sidebar": "#2a2a2a",
|
||||
"sidebar-foreground": "#fafafa"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user