gh-XcodesOrg-XcodesApp/Xcodes/Frontend
Shuhari a2628edceb fix: improve paste support for PIN code input fields
- Add support for pasting multi-digit verification codes
- Filter pasted content to alphanumeric characters only
- Always start filling from the first field when pasting
- Optimize performance by updating all fields at once
- Support both numeric and alphanumeric codes (e.g., 123456, A1B2C3)

Fixes the issue where pasting a 6-digit code like '123456' would only
show the last digit '6' in the first field. Now all digits are correctly
distributed across all input fields.

This improvement benefits both SignInSMSView and SignIn2FAView since they
share the same PinCodeTextField component.
2025-11-12 15:28:03 +08:00
..
About Layout adjustments for the Settings window 2024-02-20 13:14:20 +02:00
Common feat: add button to redirect user when this try to install a xcode version without signed 2025-08-20 08:38:16 -03:00
InfoPane fix how platforms are architecture filtered 2025-09-17 22:37:19 -05:00
Preferences Merge pull request #621 from Kyle-Ye/bugfix/windows 2024-10-18 08:37:35 -05:00
SignIn fix: improve paste support for PIN code input fields 2025-11-12 15:28:03 +08:00
XcodeList add some glass effect... why not? 2025-09-19 19:19:58 -05:00
MainWindow.swift Merge pull request #741 from r1b2ns/feat/redirect-new-user-to-login 2025-08-27 08:37:19 -05:00
View+Conditional.swift Add trailing inspector pane 2020-12-28 12:42:28 -07:00
View+IsHidden.swift Use Text(verbatim:) instead. 2024-02-10 15:36:07 +09:00