- 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
522 B
JSON
27 lines
522 B
JSON
{
|
|
"tier": "pro",
|
|
"pages": {
|
|
"examples": "on",
|
|
"documentation": "on",
|
|
"pricing": "on",
|
|
"vrExperience": "on"
|
|
},
|
|
"features": {
|
|
"createDiagram": "on",
|
|
"createFromTemplate": "on",
|
|
"manageDiagrams": "on",
|
|
"shareCollaborate": "on",
|
|
"privateDesigns": "on",
|
|
"encryptedDesigns": "on",
|
|
"editData": "on",
|
|
"config": "on",
|
|
"enterImmersive": "on",
|
|
"launchMetaQuest": "on"
|
|
},
|
|
"limits": {
|
|
"maxDiagrams": -1,
|
|
"maxCollaborators": -1,
|
|
"storageQuotaMB": -1
|
|
}
|
|
}
|