Skip to content
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

Merged
merged 6 commits into from
Nov 29, 2023
Merged

Conversation

mamadoudicko
Copy link
Contributor

@mamadoudicko mamadoudicko commented Nov 29, 2023

@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Nov 29, 2023
Copy link

vercel bot commented Nov 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 29, 2023 4:27pm
quivr-strapi ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 29, 2023 4:27pm
quivrapp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 29, 2023 4:27pm

vi.mock(
"../components/ActionsBar/components/ChatInput/components/ChatEditor/ChatEditor",
() => ({
ChatEditor: () => <div data-testid="chat-input" />,
Copy link
Contributor

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 ?

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Nov 29, 2023
@mamadoudicko mamadoudicko merged commit 77c6ef6 into main Nov 29, 2023
7 checks passed
StanGirard added a commit that referenced this pull request Nov 29, 2023
🤖 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).
coolCatalyst added a commit to coolCatalyst/quivr that referenced this pull request Jun 1, 2024
🤖 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).
Dream528 added a commit to Dream528/quivr that referenced this pull request Jul 28, 2024
🤖 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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: frontend Related to frontend functionality or under the /frontend directory lgtm This PR has been approved by a maintainer size:XXL This PR changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants