-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(chatInput): use tiptap editor #1752
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
31c078d
to
cbf1a35
Compare
cbf1a35
to
90cec94
Compare
2c59a7e
to
a9f7d39
Compare
vi.mock( | ||
"../components/ActionsBar/components/ChatInput/components/ChatEditor/ChatEditor", | ||
() => ({ | ||
ChatEditor: () => <div data-testid="chat-input" />, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we try using 'userEvent' and actually texting the behaviour of the component for next time:
AAU, I am able to click on @ and the menu appears, I can manipulate the menu with the keyboard and click, after that it appears on the screen and I can write a message
Wdyt ?
a9f7d39
to
318c853
Compare
🤖 I have created a release *beep* *boop* --- ## 0.0.124 (2023-11-29) ## What's Changed * feat(chatInput): use tiptap editor by @mamadoudicko in #1752 * docs: update guidelines.md by @eltociear in #1755 * Feat/local llm bug fix by @StanGirard in #1758 **Full Changelog**: v0.0.123...v0.0.124 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## 0.0.124 (2023-11-29) ## What's Changed * feat(chatInput): use tiptap editor by @mamadoudicko in QuivrHQ/quivr#1752 * docs: update guidelines.md by @eltociear in QuivrHQ/quivr#1755 * Feat/local llm bug fix by @StanGirard in QuivrHQ/quivr#1758 **Full Changelog**: QuivrHQ/quivr@v0.0.123...v0.0.124 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Issue:
Follow-up:
Demo:
Screen.Recording.2023-11-29.at.16.50.59.mp4