refactor(BlockEditor): replace text symbols with icon components in block controls

- replace `+` and `⋮⋮` text with `PlusSignIcon` and `DragDropVerticalIcon` components
- add `Add01Icon` export to shared icons index
- update README to reference icon names and link to icons source
This commit is contained in:
2026-04-25 18:07:18 -04:00
parent 4bd51bcd13
commit 1fcd57807f
3 changed files with 13 additions and 4 deletions
+4 -2
View File
@@ -77,8 +77,10 @@ En mode sélection multi-blocs :
## Drag and drop
Chaque bloc affiche au survol :
- une poignée `+` pour insérer un bloc en dessous (ouvre le slash menu)
- une poignée `⋮⋮` pour glisser-déposer (réordonner)
- une poignée `PlusSignIcon` pour insérer un bloc en dessous (ouvre le slash menu)
- une poignée `DragDropVerticalIcon` pour glisser-déposer (réordonner)
Les icônes proviennent de [`src/shared/icons/index.js`](../../icons/index.js).
Le drag-and-drop utilise l'API HTML5 native, pas de dépendance externe.