Files
editor/supabase/migrations/meta/_journal.json
T
f4f9f8a220 feat: add project visibility settings for scans and floorplans (#106)
- Add show_scans_public and show_guides_public columns to projects table
- Add visibility toggles to editor sidebar settings panel (auto-save)
- Add visibility toggles to project settings dialog (auto-save)
- Propagate settings to community viewer (hide scans/guides for non-owners)
- Add updateProjectVisibility server action
- Fix username onboarding dialog stuck after DB reset (validate update affected rows)
- Add error handling to UsernameGate for stale sessions

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-19 16:59:23 -05:00

34 lines
685 B
JSON

{
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "7",
"when": 1771477810895,
"tag": "20260219051010_baseline",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1771477819937,
"tag": "20260219051019_add-username-field",
"breakpoints": true
},
{
"idx": 2,
"version": "7",
"when": 1771478645202,
"tag": "20260219052405_add-social-profile-fields",
"breakpoints": true
},
{
"idx": 3,
"version": "7",
"when": 1771536409437,
"tag": "20260219212649_young_dragon_man",
"breakpoints": true
}
]
}