possibilité de partage un espace

This commit is contained in:
2025-07-19 11:26:50 +02:00
parent 0b0d71768b
commit cb11398b3e
6 changed files with 151 additions and 22 deletions

View File

@ -1,4 +1,4 @@
import { useState, useEffect } from 'react'
import { useState } from 'react'
interface WelcomeModalProps {
isOpen: boolean
@ -75,9 +75,12 @@ export function WelcomeModal({ isOpen, onClose }: WelcomeModalProps) {
<p style={{ margin: '0 0 12px 0' }}>
<strong>Warping:</strong> Double click on a note to warp between spaces.
</p>
<p style={{ margin: '0' }}>
<p style={{ margin: '0 0 12px 0' }}>
<strong>Delete :</strong> Backspace/Del to delete a note.
</p>
<p style={{ margin: '0' }}>
<strong>Share:</strong> Type <code style={{ background: '#333', padding: '2px 4px', borderRadius: '2px' }}>share</code> in the nav console to share a space through a browser link (overrides the target).
</p>
</div>
<div style={{ marginBottom: '20px' }}>