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: add new signin/login page #1492

Merged
merged 7 commits into from
Oct 26, 2023
Merged

feat: add new signin/login page #1492

merged 7 commits into from
Oct 26, 2023

Conversation

mamadoudicko
Copy link
Contributor

@mamadoudicko mamadoudicko commented Oct 25, 2023

Issue #1404

Screen.Recording.2023-10-25.at.17.54.48.mp4

@dosubot dosubot bot added the area: frontend Related to frontend functionality or under the /frontend directory label Oct 25, 2023
@vercel
Copy link

vercel bot commented Oct 25, 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 Oct 26, 2023 7:41am
quivr-strapi ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 26, 2023 7:41am
quivrapp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 26, 2023 7:41am

vi.mock("@/services/analytics/june/useEventTracking", () => ({
useEventTracking: () => ({ track: vi.fn() }),
}));

describe("Login component", () => {
afterEach(() => {
vi.clearAllMocks();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the change ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was having an error when running tests in parallel while using vi.clearAllMocks(). It seems to have a side effect on other tests

gozineb
gozineb previously approved these changes Oct 26, 2023
@mamadoudicko mamadoudicko merged commit 7e70e4f into main Oct 26, 2023
mamadoudicko pushed a commit that referenced this pull request Oct 26, 2023
🤖 I have created a release *beep* *boop*
---


## 0.0.98 (2023-10-26)

## What's Changed
* feat: upgrade button in user settings by @matthieujacq in
#1484
* fix: failing build (removed avatar alt prop) by @matthieujacq in
#1487
* Fixed license link in intro.md by @Eric013 in
#1486
* feat: manage plan by @matthieujacq in
#1488
* feat: remove feature flags for homepage by @matthieujacq in
#1493
* feat: add new signin/login page by @mamadoudicko in
#1492

## New Contributors
* @Eric013 made their first contribution in
#1486

**Full Changelog**:
v0.0.97...v0.0.98

---
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.98 (2023-10-26)

## What's Changed
* feat: upgrade button in user settings by @matthieujacq in
QuivrHQ/quivr#1484
* fix: failing build (removed avatar alt prop) by @matthieujacq in
QuivrHQ/quivr#1487
* Fixed license link in intro.md by @Eric013 in
QuivrHQ/quivr#1486
* feat: manage plan by @matthieujacq in
QuivrHQ/quivr#1488
* feat: remove feature flags for homepage by @matthieujacq in
QuivrHQ/quivr#1493
* feat: add new signin/login page by @mamadoudicko in
QuivrHQ/quivr#1492

## New Contributors
* @Eric013 made their first contribution in
QuivrHQ/quivr#1486

**Full Changelog**:
QuivrHQ/quivr@v0.0.97...v0.0.98

---
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants