feat: add Show Tutorial button, temporarily disable NetworkGraphPanel
- Add "Show Tutorial" button to mobile menu to trigger onboarding tour - Comment out NetworkGraphPanel for main branch (code preserved) - Add class name to CryptID dropdown for tour targeting 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
6a85381a6c
commit
98d460f95e
|
|
@ -1660,7 +1660,8 @@ function CustomInFrontOfCanvas() {
|
||||||
<MycelialIntelligenceBar />
|
<MycelialIntelligenceBar />
|
||||||
<FocusLockIndicator />
|
<FocusLockIndicator />
|
||||||
<CommandPalette />
|
<CommandPalette />
|
||||||
<NetworkGraphPanel />
|
{/* NetworkGraphPanel temporarily disabled for main branch - re-enable when ready */}
|
||||||
|
{/* <NetworkGraphPanel /> */}
|
||||||
<OnboardingTour />
|
<OnboardingTour />
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue