Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@swolfand
Copy link
Collaborator

@swolfand swolfand commented Aug 8, 2025

Draft PR for pre-built components.

Note: this isn't getting merged until it's completely done since we don't want upstream consumers of the API SDK to get ui components before they're ready

@swolfand swolfand marked this pull request as draft August 8, 2025 21:33
@clerk clerk deleted a comment from github-actions bot Aug 13, 2025
@swolfand swolfand force-pushed the sam/clerk-ui branch 3 times, most recently from 0e8c550 to f21f6eb Compare August 21, 2025 21:33
@swolfand swolfand force-pushed the sam/clerk-ui branch 8 times, most recently from f7a765e to b2496fd Compare August 29, 2025 16:56
@swolfand swolfand force-pushed the sam/clerk-ui branch 6 times, most recently from d68c066 to e836392 Compare September 11, 2025 20:37
@clerk clerk deleted a comment from github-actions bot Sep 12, 2025
@clerk clerk deleted a comment from github-actions bot Sep 12, 2025
@swolfand swolfand force-pushed the sam/clerk-ui branch 2 times, most recently from 463cf8b to 0cb3c04 Compare September 13, 2025 01:15
@clerk clerk deleted a comment from github-actions bot Sep 17, 2025
@clerk clerk deleted a comment from github-actions bot Sep 17, 2025
@clerk clerk deleted a comment from github-actions bot Sep 17, 2025
@clerk clerk deleted a comment from github-actions bot Sep 17, 2025
@clerk clerk deleted a comment from github-actions bot Sep 17, 2025
@github-actions
Copy link
Contributor

❌ Paparazzi found snapshot diffs.

  • Download the paparazzi-report artifact from this workflow to see the HTML report and image diffs.
  • If the changes are expected, re-record locally and commit the updated golden images.

@swolfand swolfand marked this pull request as ready for review December 10, 2025 23:34
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +38 to +46
val emailIsEnabled: Boolean
get() =
(testEnabledFirstFactorAttributes ?: Clerk.enabledFirstFactorAttributes).contains(
EMAIL_ADDRESS
)

val usernameIsEnabled: Boolean
get() =
(testEnabledFirstFactorAttributes ?: Clerk.enabledFirstFactorAttributes).contains(USERNAME)

Choose a reason for hiding this comment

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

P0 Badge Add Clerk.enabledFirstFactorAttributes or stop using it

The new AuthStartViewHelper reads Clerk.enabledFirstFactorAttributes to decide which identifiers are available, but Clerk exposes no such property (see Clerk.kt, which still only provides flags like passwordIsEnabled). With no definition anywhere in the project, this code will not compile and the UI module cannot build. Either expose the list on Clerk or avoid calling it here.

Useful? React with 👍 / 👎.

Comment on lines +193 to +204
@Composable
fun OrganizationAvatar(
modifier: Modifier = Modifier,
shape: Shape? = null,
size: AvatarSize = AvatarSize.MEDIUM,
clerkTheme: ClerkTheme? = null,
) {
val url = Clerk.organizationLogoUrl
ClerkMaterialTheme(clerkTheme = clerkTheme) {
AvatarView(
imageUrl = url,
size = size,

Choose a reason for hiding this comment

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

P0 Badge Provide organizationLogoUrl before using it

OrganizationAvatar now calls Clerk.organizationLogoUrl, but the Clerk SDK still only exposes logoUrl—there is no organizationLogoUrl property anywhere in Clerk.kt or the API module. This unresolved reference will prevent the UI module and tests from compiling until the property is added or the call is reverted to the existing logo field.

Useful? React with 👍 / 👎.

@github-actions
Copy link
Contributor

❌ Paparazzi found snapshot diffs.

  • Download the paparazzi-report artifact from this workflow to see the HTML report and image diffs.
  • If the changes are expected, re-record locally and commit the updated golden images.

5 similar comments
@github-actions
Copy link
Contributor

❌ Paparazzi found snapshot diffs.

  • Download the paparazzi-report artifact from this workflow to see the HTML report and image diffs.
  • If the changes are expected, re-record locally and commit the updated golden images.

@github-actions
Copy link
Contributor

❌ Paparazzi found snapshot diffs.

  • Download the paparazzi-report artifact from this workflow to see the HTML report and image diffs.
  • If the changes are expected, re-record locally and commit the updated golden images.

@github-actions
Copy link
Contributor

❌ Paparazzi found snapshot diffs.

  • Download the paparazzi-report artifact from this workflow to see the HTML report and image diffs.
  • If the changes are expected, re-record locally and commit the updated golden images.

@github-actions
Copy link
Contributor

❌ Paparazzi found snapshot diffs.

  • Download the paparazzi-report artifact from this workflow to see the HTML report and image diffs.
  • If the changes are expected, re-record locally and commit the updated golden images.

@github-actions
Copy link
Contributor

❌ Paparazzi found snapshot diffs.

  • Download the paparazzi-report artifact from this workflow to see the HTML report and image diffs.
  • If the changes are expected, re-record locally and commit the updated golden images.

@swolfand swolfand merged commit cd9d733 into main Dec 11, 2025
10 checks passed
@swolfand swolfand deleted the sam/clerk-ui branch December 11, 2025 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants