feat(editor): implement US-EDITOR-MOBILE with fixed premium toolbar (44px), action sheet (bottom sheet) for block and AI actions, select all block text, and performance fallbacks

This commit is contained in:
Antigravity
2026-05-27 21:54:15 +00:00
parent ad8b8b815e
commit da4b5d18be
5 changed files with 592 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
| **US-NEXTGEN-EDITOR** | Éditeur Next-Gen : Drag Handle + Menu Bloc + **Vue Structurée Inline** (redesign US-4) + Smart Paste | ✅ **LIVRÉ** | Voir `docs/story-nextgen-editor.md` + `docs/story-nextgen-editor-us4-redesign.md` |
| **US-EDITOR-PERF** | Performance de frappe TipTap (quick wins) | ✅ **LIVRÉ** | `rich-text-editor.tsx` (useEditorState), `note-editor-context.tsx` (debounced setContent) |
| **US-EDITOR-UX** | Micro-interactions saisie (slash menu, sélection multi-blocs, paste étendu, placeholders) | ✅ **LIVRÉ** | Sélection globale, redesign Slash Menu (favoris/preview), placeholders contextuels, smart paste étendu, Turn Into & Undo/Redo |
| **US-EDITOR-MOBILE** | Expérience tactile & toolbar mobile adaptée | **À FAIRE** | |
| **US-EDITOR-MOBILE** | Expérience tactile & toolbar mobile adaptée | **LIVRÉ** | Toolbar fixe premium 44px, Bottom Sheet tactile (actions de bloc + IA), sélection facilitée de bloc |
| **US-EDITOR-MARKDOWN** | Rendu WYSIWYG Markdown fidèle (round-trip byte-for-byte) | ⏳ **À FAIRE** | — |
---
@@ -758,7 +758,7 @@ Après les quick wins performance (US-EDITOR-PERF) et le drag handle (US-NEXTGEN
## US-EDITOR-MOBILE — Expérience Tactile & Toolbar Mobile
> **Status :** À FAIRE
> **Status :** LIVRÉ
> **Depends on :** US-NEXTGEN-EDITOR (drag handle existant)
> **Source recherche :** Notion mobile app, Obsidian mobile, benchmark 2026