Folo/packages/internal
Innei a2eb94528d
fix(ai): auto track scrolling
- Replaced manual checks for editable elements in global shortcuts with a utility function `detectIsEditableElement` for cleaner code and better maintainability.
- Updated `AIChatRoot` to use `LexicalRichEditorRef` for the input reference, enhancing type safety and consistency in the chat input handling.
- Integrated `AIPanelRefsContext` in `ChatInput` and `ChatInterfaceContent` to streamline access to the input reference across components.
- Removed the deprecated `animatedPlugin` file to clean up unused code.

These changes aim to enhance the overall structure and functionality of the AI chat interface, improving user experience and code maintainability.

Signed-off-by: Innei <tukon479@gmail.com>
2025-09-23 22:43:54 +08:00
..
atoms chore: update dependencies (#4488) 2025-09-16 19:19:52 +08:00
components feat(ai): add shiny text on ai reasoning 2025-09-23 21:15:26 +08:00
constants feat: compact unified view 2025-09-09 21:36:29 +08:00
database feat(ios): support liquid glass tabbar 2025-09-22 22:07:59 +08:00
hooks chore: update dependencies (#4488) 2025-09-16 19:19:52 +08:00
logger chore: update dependencies across multiple packages for improved stability and performance 2025-09-19 22:02:30 +08:00
models refactor: migrate to client sdk (#4480) 2025-09-17 00:12:54 +08:00
shared feat(ios): support liquid glass tabbar 2025-09-22 22:07:59 +08:00
store chore: lint 2025-09-19 22:24:30 +08:00
tracker chore: update posthog-react-native dependency to version 4.6.1 in package.json and pnpm-lock.yaml 2025-09-20 16:58:33 +08:00
types
utils fix(ai): auto track scrolling 2025-09-23 22:43:54 +08:00
AGENTS.md chore: create AGENTS.md for comprehensive project guidance 2025-09-22 23:33:37 +08:00