- Fix z-index layering so hamburger menu appears above canvas
- Lower canvas zIndex from 1000 to 1
- Add zIndex={100} to Affix and Menu components
- Add position="bottom-start" to prevent dropdown going off-screen
- Update feature configs to use string states instead of booleans
- Convert all JSON configs from true/false to "on"/"off"/"coming-soon"/"pro"
- Fix BASIC_FEATURE_CONFIG to enable core features for logged-in users
- This fixes menu items not responding to clicks when authenticated
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
27 lines
534 B
JSON
27 lines
534 B
JSON
{
|
|
"tier": "none",
|
|
"pages": {
|
|
"examples": "off",
|
|
"documentation": "off",
|
|
"pricing": "off",
|
|
"vrExperience": "off"
|
|
},
|
|
"features": {
|
|
"createDiagram": "off",
|
|
"createFromTemplate": "off",
|
|
"manageDiagrams": "off",
|
|
"shareCollaborate": "off",
|
|
"privateDesigns": "off",
|
|
"encryptedDesigns": "off",
|
|
"editData": "off",
|
|
"config": "off",
|
|
"enterImmersive": "off",
|
|
"launchMetaQuest": "off"
|
|
},
|
|
"limits": {
|
|
"maxDiagrams": 0,
|
|
"maxCollaborators": 0,
|
|
"storageQuotaMB": 0
|
|
}
|
|
}
|