-
Notifications
You must be signed in to change notification settings - Fork 298
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 dev mode notice to components #3511
feat(clerk-js): Add dev mode notice to components #3511
Conversation
🦋 Changeset detectedLatest commit: 79dd3a9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 18 packages
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 |
!preview |
d0c8cd0
to
2cbdac6
Compare
Hey @octoper, your preview is available.
|
2cbdac6
to
8e9316d
Compare
!preview |
@desiprisg can we have a screenshot of how this looks like? |
Adding these! Feel free to check the preview deployment as well! |
a6e46ac
to
8f84fb9
Compare
Hey @desiprisg , whats the status of this one? |
We were waiting for user button / org switcher designs before merging this one. |
8f84fb9
to
5052798
Compare
!preview |
5052798
to
17d5afa
Compare
@octoper hey :) is this good to go? if not, do you need help with anything at this point? |
There were no designs for |
17d5afa
to
9d79ddb
Compare
!preview |
@PixelJanitor something's up with the GH comments, but here's your preview link: https://javascript-preview-3511.clerkpreview.com/ |
@nikosdouvlis @PixelJanitor needs to ensure his Clerk membership status is set to public for |
@alexcarpenter that's true, but the comment is missing even though the action I triggered was completed successfully: https://github.com/clerk/javascript/actions/runs/10171336607/job/28132106414 |
@nikosdouvlis @alexcarpenter The comment is only posted once and gets updated when |
!preview |
Co-authored-by: Stefanos Anagnostou <[email protected]>
8ce6b64
to
79dd3a9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a code review approval from me (leaving that to an eng), but a design approval based on a deploy preview review. 👍
Co-authored-by: Vaggelis Yfantis <[email protected]> Co-authored-by: Stefanos Anagnostou <[email protected]>
This reverts commit cf8bf65.
Co-authored-by: Vaggelis Yfantis <[email protected]> Co-authored-by: Stefanos Anagnostou <[email protected]>
This reverts commit cf8bf65.
Co-authored-by: George Desipris <[email protected]> Co-authored-by: Stefanos Anagnostou <[email protected]>
Description
Add a development mode notice to our components to avoid going to productions with dev keys by accident.
Checklist
npm test
runs as expected.npm run build
runs as expected.Type of change