Jonathan
Jonathan
## Description This contains the changes for adding the smart wallet state within the useAuth hook from auth core by creating a wrapper provider and extending functionality of auth core....
## Description This PR 100% depends on `jonathan/client-sdk-react-ui-auth-provider` and contains the changes to use the new hook and auth provider. This PR also contains various UI tweaks to correspond to...
## Description Update the README to provide a more comprehensive and user-friendly guide for the Smart Wallets Demo (Next.js Starter Kit). ## Test plan Readme is better than the original
## Description Introduces environment variable validation using Zod in `env.ts`. Validates keys like `REACT_APP_CROSSMINT_API_KEY_PROD` ensuring they meet criteria (e.g., non-empty strings). Errors guide setup without halting execution. ## Test plan...
## Description This PR adds the new `loginOptions` prop that allows us to pass different sign in buttons. main repo PR: https://github.com/Paella-Labs/crossbit-main/pull/14945 ## Test plan I've tested ## Package updates...
## Description Now that we're adding more loginOptions, we need the modal to respond to the different heights. I was able to achieve this simply by using our existing strategy...
## Description We decided this naming was more clear. ## Test plan na ## Package updates BREAKING CHANGES @crossmint/client-sdk-react-ui
## Description Our smarter wallets demo is out of date. We need a more robust, practical development app for our wallets product. This new application will allow us to test...
## Description I've put together a [google doc](https://docs.google.com/document/d/1FqpIhqZqdRkVu128oSrZFWYQzpCO4klCxOLUKAU4j8s/edit?tab=t.0#heading=h.z2nkiuhq73s3) for for more context but it might be less confusing to just review this PR 😅 This pr is a POC to...
## Description For our version 1 release, we're going to default our react native signing UI to be displayed instead of developers existing headless UI. ## Test plan - tested...