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: error handling, dark mode, consent bug fixes #3408

Closed
wants to merge 12 commits into from

Conversation

siddhart1o1
Copy link
Member

No description provided.

@siddhart1o1 siddhart1o1 marked this pull request as ready for review October 24, 2023 07:02
<div className="flex justify-center mb-4">
<Image src="/blink_logo.svg" alt="Galoy" width={120} height={120} />
</div>
<svg
Copy link
Member

Choose a reason for hiding this comment

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

I think svg are best saved as .svg

@@ -61,9 +70,41 @@ export const getCaptchaChallenge = async (
}
}

const res = await authApi.requestPhoneCaptcha(customHeaders)
let res
Copy link
Member

Choose a reason for hiding this comment

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

no implicit any

@vindard could we enforce this in the apps?

@@ -8,10 +8,12 @@ export const env = createEnv({
},
shared: {
GRAPHQL_ENDPOINT: z.string().default("http://localhost:4002/graphql"),
NODE_ENV: z.string().default("development"),
Copy link
Member

Choose a reason for hiding this comment

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

cf comment on the other repo.

it's not ideal to have several PR open for review with code overlapping. it adds overhead for the reviewer.

@siddhart1o1 siddhart1o1 force-pushed the fix--consent-bugs branch 7 times, most recently from adb0b1c to c258611 Compare October 28, 2023 13:18
@siddhart1o1 siddhart1o1 marked this pull request as draft October 28, 2023 17:13
@siddhart1o1
Copy link
Member Author

This PR will be split into smaller PRs.

@siddhart1o1 siddhart1o1 force-pushed the fix--consent-bugs branch 2 times, most recently from 4be5fa9 to cdd55d4 Compare October 29, 2023 07:44
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.

2 participants