Skip to content

Design v1.1.23#11

Merged
TheUltDev merged 1 commit into
masterfrom
design-1.1.23
Sep 21, 2025
Merged

Design v1.1.23#11
TheUltDev merged 1 commit into
masterfrom
design-1.1.23

Conversation

@TheUltDev

Copy link
Copy Markdown
Contributor

No description provided.

@TheUltDev TheUltDev merged commit 6c96ccf into master Sep 21, 2025
1 of 4 checks passed
@TheUltDev TheUltDev deleted the design-1.1.23 branch September 21, 2025 10:27

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

<View testID="4029:267" style={vstyles.input()}>
{Icon.New(props.icon, vstyles.icon())}
<TextInput testID="4029:249"
<TextInput testID="4029:270"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Password Input Security Issue

The secureTextEntry prop was removed from the TextInput component in the password input field. This causes passwords to display as plain text instead of being masked, which is a critical security vulnerability.

Fix in Cursor Fix in Web

<View testID="4107:165" style={vstyles.input()}>
{Icon.New(props.icon, vstyles.icon())}
<TextInput testID="4107:147"
<TextInput testID="4107:168"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Email Input Component Missing Essential Props

The InputEmail component's TextInput is missing several email-specific props (autoCorrect={false}, autoCapitalize="none", autoComplete="email", keyboardType="email-address", textContentType="emailAddress"). This impacts the user experience, especially on mobile, by hindering proper email input behavior, autocorrection, and keyboard type.

Fix in Cursor Fix in Web

icon={
<Icon name="ph:user-plus"/>
}
/>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Signup Component Button Icons Inverted

The Signup component's "Create Account" and "Login" buttons have swapped icons. "Create Account" uses ph:sign-in and "Login" uses ph:user-plus, which is inconsistent with typical usage and the Login component.

Fix in Cursor Fix in Web

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.

1 participant