Folo/packages/internal
Innei 1b89ea0af0
refactor(ai-chat): simplify isEmpty state checks in ChatInput and LexicalRichEditor
Updated the ChatInput and LexicalRichEditor components to streamline the logic for determining if the editor is empty. The isEmpty state now directly utilizes the $getRoot().isEmpty() method, enhancing code clarity and maintainability. Removed unnecessary text content checks in favor of a more efficient approach.

Signed-off-by: Innei <tukon479@gmail.com>
2025-10-20 19:58:48 +08:00
..
atoms
components refactor(ai-chat): simplify isEmpty state checks in ChatInput and LexicalRichEditor 2025-10-20 19:58:48 +08:00
constants feat: update date mention and mention information (#4578) 2025-10-20 17:34:39 +08:00
database fix(ai): message persist of created at and remove user message type of `text` 2025-09-30 23:17:55 +08:00
hooks fix: observer chat message container width 2025-09-30 19:45:35 +08:00
logger
models
shared feat: make summarize timeline shortcut undeletable 2025-10-17 20:19:18 +08:00
store refactor: remove view--1 (#4548) 2025-10-15 21:51:40 +08:00
tracker feat: new onboarding 2025-10-09 20:57:26 +08:00
types
utils refactor: move checkLanguage to utils 2025-10-10 15:23:42 +08:00
AGENTS.md