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

[DEV-1334] Fix sign-up and confirm sign-up pages #604

Merged
merged 26 commits into from
Feb 15, 2024

Conversation

marcobottaro
Copy link
Collaborator

@marcobottaro marcobottaro commented Feb 5, 2024

Fix sign-up and confirm sign-up pages

List of Changes

It changes the UX of the sign-up page and the corresponding confirmation page according to Figma design
This PR depends on #601

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Sign-up page:
image

Confirm sign-up page:
image

Types of changes

  • Chore (nothing changes by a user perspective)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@marcobottaro marcobottaro self-assigned this Feb 5, 2024
Copy link

changeset-bot bot commented Feb 5, 2024

🦋 Changeset detected

Latest commit: b0ecc80

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
nextjs-website Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Feb 5, 2024

This PR exceeds the recommended size of 800 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

Copy link
Contributor

@kin0992 kin0992 left a comment

Choose a reason for hiding this comment

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

why didn't you split in two separate PRs the sign-in and the sign-up?

.changeset/lazy-poets-melt.md Outdated Show resolved Hide resolved
apps/nextjs-website/src/app/auth/login/page.tsx Outdated Show resolved Hide resolved
apps/nextjs-website/src/app/auth/login/page.tsx Outdated Show resolved Hide resolved
apps/nextjs-website/src/app/auth/login/page.tsx Outdated Show resolved Hide resolved
apps/nextjs-website/src/helpers/auth.helpers.ts Outdated Show resolved Hide resolved
@marcobottaro marcobottaro changed the base branch from main to DEV-1333-sign-in-and-confirm-sign-in February 6, 2024 10:49
@marcobottaro
Copy link
Collaborator Author

why didn't you split in two separate PRs the sign-in and the sign-up?

There are dependencies between the two branches. This PR depends on (and now points to) #601

tommaso1
tommaso1 previously approved these changes Feb 8, 2024
Copy link
Collaborator

@MarcoPonchia MarcoPonchia left a comment

Choose a reason for hiding this comment

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

Screencast from 12-02-2024 15:25:04.webm
Subscribe button should became disable on click until BE respond

apps/nextjs-website/src/config.ts Outdated Show resolved Hide resolved
apps/nextjs-website/src/app/auth/sign-up/page.tsx Outdated Show resolved Hide resolved
apps/nextjs-website/src/app/auth/sign-up/page.tsx Outdated Show resolved Hide resolved
Copy link
Contributor

Branch is not up to date with base branch

@marcobottaro it seems this Pull Request is not updated with base branch.
Please proceed with a merge or rebase to solve this.

Copy link
Contributor

Jira Pull Request Link

This Pull Request refers to the following Jira issue DEV-1334

Copy link
Contributor

📦 Next.js Bundle Analysis for nextjs-website

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

1 similar comment
Copy link
Contributor

📦 Next.js Bundle Analysis for nextjs-website

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@datalek datalek merged commit 7322534 into main Feb 15, 2024
9 of 10 checks passed
@datalek datalek deleted the DEV-1334-sign-up-and-confirm-sign-up branch February 15, 2024 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants