MartinBraquet
b3351707e2
Optimize editor performance by reducing excessive re-renders
...
- Introduced `useEditorState` hook for targeted subscriptions in components (e.g., text length, active marks, editor state).
- Disabled global re-rendering on every transaction within the editor.
- Improved typing responsiveness across components by limiting reflows and re-renders caused by keystrokes.
- Updated components (`LLMExtractSection`, `comment-input`, `editable-bio`, etc.) to leverage `useEditorState` for localized updates.
- Refined floating toolbar behavior with `requestAnimationFrame` for smoother scrolling and reduced layout thrashing.
2026-07-23 18:14:30 +02:00
..
2026-04-30 14:13:56 +02:00
2026-03-01 16:55:19 +01:00
2026-04-30 14:13:56 +02:00
2025-08-27 21:30:05 +02:00
2026-04-30 14:13:56 +02:00
2026-05-08 13:55:50 +02:00
2026-07-23 18:04:24 +02:00
2026-05-09 16:32:40 +02:00
2026-07-23 00:28:45 +02:00
2026-03-01 16:55:19 +01:00
2026-03-01 16:55:19 +01:00
2026-03-01 16:55:19 +01:00
2026-02-20 17:32:27 +01:00
2026-02-20 17:32:27 +01:00
2026-07-23 00:28:45 +02:00
2026-04-30 14:13:56 +02:00
2026-03-10 16:22:44 +01:00
2026-03-01 16:55:19 +01:00
2026-04-30 14:13:56 +02:00
2026-07-23 18:14:30 +02:00
2026-03-01 16:55:19 +01:00
2026-04-30 14:13:56 +02:00
2026-04-30 14:13:56 +02:00
2026-05-29 01:00:57 +02:00
2026-04-30 14:13:56 +02:00
2026-02-20 17:32:27 +01:00
2026-02-20 17:32:27 +01:00
2026-03-01 16:55:19 +01:00
2026-03-01 16:55:19 +01:00
2026-05-10 11:21:17 +02:00
2026-04-30 14:13:56 +02:00
2026-04-30 14:13:56 +02:00
2026-02-20 17:32:27 +01:00
2026-03-12 12:33:44 +01:00
2026-02-20 17:32:27 +01:00
2026-04-30 14:13:56 +02:00
2026-06-06 19:23:59 +02:00
2026-02-20 17:32:27 +01:00
2026-05-08 13:55:50 +02:00
2026-02-20 17:32:27 +01:00
2026-03-04 11:05:56 +01:00
2026-07-23 00:28:45 +02:00
2026-04-30 17:02:48 +02:00
2026-04-30 14:13:56 +02:00
2026-05-08 13:55:50 +02:00
2026-04-30 14:13:56 +02:00
2026-02-20 17:32:27 +01:00
2026-04-30 14:13:56 +02:00
2026-05-08 19:44:43 +02:00
2025-08-27 21:30:05 +02:00
2026-02-20 17:32:27 +01:00
2026-06-18 23:05:37 +02:00
2026-04-30 16:04:25 +02:00
2026-07-23 00:28:45 +02:00
2026-06-05 13:49:04 +02:00
2026-07-23 00:28:45 +02:00
2026-02-20 17:32:27 +01:00
2026-05-01 13:11:52 +02:00
2026-04-30 14:13:56 +02:00
2026-03-01 16:55:19 +01:00
2026-07-13 14:04:50 +02:00
2026-02-20 17:32:27 +01:00
2026-03-06 23:51:49 +01:00
2026-03-08 01:17:00 +01:00