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

fix(clerk-js): SignIn/SignUp component spacing adjustment #2716

Merged
merged 5 commits into from
Feb 5, 2024

Conversation

octoper
Copy link
Member

@octoper octoper commented Feb 2, 2024

Description

This PR applies some last fixes to align implementations with designs.

Checklist

  • npm test runs as expected.
  • npm run build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Packages affected

  • @clerk/backend
  • @clerk/chrome-extension
  • @clerk/clerk-js
  • @clerk/clerk-expo
  • @clerk/fastify
  • gatsby-plugin-clerk
  • @clerk/localizations
  • @clerk/nextjs
  • @clerk/clerk-react
  • @clerk/remix
  • @clerk/clerk-sdk-node
  • @clerk/shared
  • @clerk/themes
  • @clerk/types
  • build/tooling/chore

Copy link

changeset-bot bot commented Feb 2, 2024

🦋 Changeset detected

Latest commit: c454ad8

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

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

@octoper octoper marked this pull request as ready for review February 2, 2024 18:07
@octoper
Copy link
Member Author

octoper commented Feb 2, 2024

!preview

@octoper octoper force-pushed the vaggelis/signin-signup-spacing-fixes branch from 609d90b to ab1f1f2 Compare February 2, 2024 20:28
@clerk-cookie
Copy link
Collaborator

clerk-cookie commented Feb 2, 2024

Hey @octoper, your preview is available.

Status Preview Updated (UTC)
🍪 Deployed Visit preview Feb 05, 2024 11:58 AM

justifyContent: 'center',
alignContent: 'center',
}),
sx,
]}
gap={gap}
Copy link
Member

Choose a reason for hiding this comment

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

🙃 This could be gap={8} without decontructing it from the rest of the props.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixing!

Comment on lines 36 to 37
<Header.Root showLogo>
<Card.Alert>{card.error}</Card.Alert>
Copy link
Member

Choose a reason for hiding this comment

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

Why is the error inside the Header? On all the other screens, the error is outside the Header.Root component. 🤔

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch, fixing!

@octoper octoper force-pushed the vaggelis/signin-signup-spacing-fixes branch from ab1f1f2 to 51d8811 Compare February 5, 2024 11:52
@anagstef
Copy link
Member

anagstef commented Feb 5, 2024

!preview

@octoper
Copy link
Member Author

octoper commented Feb 5, 2024

!preview

@anagstef anagstef added this pull request to the merge queue Feb 5, 2024
Merged via the queue into main with commit e1c8ea0 Feb 5, 2024
7 checks passed
@anagstef anagstef deleted the vaggelis/signin-signup-spacing-fixes branch February 5, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants