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(clerk-js): Add static toast UI for Keyless mode #4658

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

kaftarmery
Copy link

@kaftarmery kaftarmery commented Nov 26, 2024

Description

Checklist

  • pnpm test runs as expected.
  • pnpm 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:

This PR introduces the new static Toast UI for Keyless mode

Screenshot 2024-11-28 at 15 48 47 Screenshot 2024-11-28 at 14 48 20

Copy link

vercel bot commented Nov 26, 2024

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

Name Status Preview Comments Updated (UTC)
clerk-js-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 28, 2024 1:14pm

Copy link

changeset-bot bot commented Nov 26, 2024

🦋 Changeset detected

Latest commit: d243198

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

This PR includes changesets to release 3 packages
Name Type
@clerk/clerk-js Minor
@clerk/chrome-extension Patch
@clerk/clerk-expo 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

@kaftarmery kaftarmery changed the title [Draft] Static toast UI for Accountless mode feat(clerk-js): Add static toast UI for Keyless mode Nov 28, 2024
.changeset/afraid-pumas-design.md Outdated Show resolved Hide resolved
@@ -0,0 +1,236 @@
export function ClerkLogoIcon() {
Copy link
Member

Choose a reason for hiding this comment

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

🔧 Can we move this icon into the /ui/icons folder as a .svg file and then export it from the /ui/index.ts file as we do with all of our icons?

@@ -0,0 +1,19 @@
export function KeySlashIcon() {
Copy link
Member

Choose a reason for hiding this comment

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

Same for this one!

}
`}
>
Claim keys
Copy link
Member

Choose a reason for hiding this comment

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

This text probably needs to be using localization (?)

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.

4 participants