Skip to content

Show repeater login error in login dialog#41

Merged
zjs81 merged 1 commit into
zjs81:mainfrom
mtlynch:show-error
Jan 17, 2026
Merged

Show repeater login error in login dialog#41
zjs81 merged 1 commit into
zjs81:mainfrom
mtlynch:show-error

Conversation

@mtlynch

@mtlynch mtlynch commented Jan 16, 2026

Copy link
Copy Markdown
Contributor

For the repeater login dialog, if the login fails, the error is bubbled up as an Exception and displayed as a temporary snackbar notice behind the foreground dialog, making it difficult for the user to see. Also, the fact that it's an Exception means that it doesn't get localized to other languages other than English.

This change turns the login failure Exception into standard text in the login dialog and localizes it to support every language.

Before

flutter_03

After

flutter_01

Note

I used gpt-5.2-codex to generate the translations. I only wrote the English text by hand and have not verified the text in other languages.

@mtlynch mtlynch marked this pull request as ready for review January 16, 2026 14:42
@ericszimmermann

Copy link
Copy Markdown
Contributor

German translation of the changes are correct. 👍

@zjs81 zjs81 merged commit 988806d into zjs81:main Jan 17, 2026
@zjs81

zjs81 commented Jan 17, 2026

Copy link
Copy Markdown
Owner

Nice job just merged

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