[KNW-221] Add resend cooldown and polish password-signup email verification UI - #1369
Merged
Conversation
Prevent accidental double-clicks and give feedback that the email was already sent.
Update copy, add Back, hide Cancel, and place countdown status below the form.
Match the mockup copy/layout and keep multi-line instruction labels from being clipped by QFormLayout / undersized QLabel height hints.
abdnh
reviewed
Aug 20, 2026
abdnh
left a comment
Member
There was a problem hiding this comment.
Looking good. Left a minor comment.
| EMAIL_INSTRUCTIONS = ( | ||
| "Didn't receive an email?<ul><li>Check your spam folder. " | ||
| "Emails can end up there.</li><li>Resend the email when the countdown ends.</li></ul>" | ||
| "Didn't receive an e-mail?<ul><li>Check the spam folder. " |
Member
There was a problem hiding this comment.
Nitpick: "email" is more common and Breno agreed to use that (can't find the Figma discussion as the design was moved to a different Figma file).
abdnh
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related issue
KNW-221
Problem
On the password-signup email verification screen, Resend verification email stayed enabled after being clicked, so users could fire multiple resend requests by accident or on purpose.
The screen also didn’t match the intended mockup (copy, Back/Sign in actions, countdown feedback), and multi-line instruction text could be clipped by Qt label/layout height handling.
How to reproduce
Before
After