-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
login: Link to doc to help users understand what a "server URL" is and how to find theirs #109
Comments
Hi @chrisbobbe, I have reviewed how this is implemented in zulip/zulip-mobile@ I noticed that in Flutter To address this, I propose two possible solutions: solution.1.movSolution 2(TextField Suffix) solution.2.movI'm open to any improvements to these options and exploring any other suggestions you might have. |
Interesting; thanks for your thoughts on this! I wonder about using
which seems like a pretty good match for what we want here. …Hmm, but it looks like that asks for a string, and there isn't a similar parameter to specify a Widget. So it looks like
If it did, then I think that would be exactly where we'd want to put a "What's this?" link. That would avoid the problem of not being tappable, as in your Solution 1, and also the problem of only being visible when the input was focused, as in your Solution 2. Would you like to make a PR to the Flutter framework to add that param? I'm hoping that would be straightforward, especially with the commits that added Otherwise, I wonder if it's possible to accomplish something similar without using the |
I agree that adding an The documented meaning of the existing Using @VatsalBhesaniya I'd encourage you to go ahead and work on a PR for this for the Flutter framework upstream. The Flutter project does have high standards before merging a PR, but so do we 😄. Take a look at Flutter's contributor guide: If you have questions, please ask in (And since you'll be writing the PR for Zulip's needs, and we'll be reviewing it, we'll certainly think of it as a contribution to Zulip much the same as we would for a PR in this repo.) @chrisbobbe would you be up to filing a brief issue for |
Sure, I agree Thank you for your support! I'll try working on a PR for Flutter. I'll keep you informed on the |
- Add informative helper text below the "server URL" field in the login screen. - When tapped, the helper text opens Zulip documentation explaining server URLs and how to find them. - Improves user experience during login by providing clear guidance. - Fixes: zulip#109
- Add informative helper text below the "server URL" field in the login screen. - When tapped, the helper text opens Zulip documentation explaining server URLs and how to find them. - Improves user experience during login by providing clear guidance. - Fixes: zulip#109
- Add informative helper text below the "server URL" field in the login screen. - When tapped, the helper text opens Zulip documentation explaining server URLs and how to find them. - Improves user experience during login by providing clear guidance. - Fixes: zulip#109
- Add informative helper text below the "server URL" field in the login screen. - When tapped, the helper text opens Zulip documentation explaining server URLs and how to find them. - Improves user experience during login by providing clear guidance. - Fixes: zulip#109
- Add informative helper text below the "server URL" field in the login screen. - When tapped, the helper text opens Zulip documentation explaining server URLs and how to find them. - Improves user experience during login by providing clear guidance. - Fixes: zulip#109
- Add informative helper text below the "server URL" field in the login screen. - When tapped, the helper text opens Zulip documentation explaining server URLs and how to find them. - Improves user experience during login by providing clear guidance. - Add i18n for "What's this?" helper text. - Fixes: zulip#109
- Add informative helper text below the "server URL" field in the login screen. - When tapped, the helper text opens Zulip documentation explaining server URLs and how to find them. - Improves user experience during login by providing clear guidance. - Add i18n for "What's this?" helper text. - Fixes: zulip#109
- Add informative helper text below the "server URL" field in the login screen. - When tapped, the helper text opens Zulip documentation explaining server URLs and how to find them. - Improves user experience during login by providing clear guidance. - Add i18n for "What's this?" helper text. - Fixes: zulip#109
- Add informative helper text below the "server URL" field in the login screen. - When tapped, the helper text opens Zulip documentation explaining server URLs and how to find them. - Improves user experience during login by providing clear guidance. - Add i18n for "What's this?" helper text. - Fixes: zulip#109
- Add informative helper text below the "server URL" field in the login screen. - When tapped, the helper text opens Zulip documentation explaining server URLs and how to find them. - Improves user experience during login by providing clear guidance. - Add i18n for "What's this?" helper text. - Fixes: zulip#109
- Add informative helper text below the "server URL" field in the login screen. - When tapped, the helper text opens Zulip documentation explaining server URLs and how to find them. - Improves user experience during login by providing clear guidance. - Add i18n for "What's this?" helper text. - Fixes: zulip#109
- Add informative helper text below the "server URL" field in the login screen. - When tapped, the helper text opens Zulip documentation explaining server URLs and how to find them. - Improves user experience during login by providing clear guidance. - Add i18n for "What's this?" helper text. - Fixes: zulip#109
- Add informative helper text below the "server URL" field in the login screen. - When tapped, the helper text opens Zulip documentation explaining server URLs and how to find them. - Improves user experience during login by providing clear guidance. - Add i18n for "What's this?" helper text. - Fixes: zulip#109
- Add informative helper text below the "server URL" field in the login screen. - When tapped, the helper text opens Zulip documentation explaining server URLs and how to find them. - Improves user experience during login by providing clear guidance. - Add i18n for "What's this?" helper text. - Fixes: zulip#109
There's an existing PR #595 with work toward an implementation of this issue. That PR didn't end up getting completed, but may be a useful reference and/or starting point for the next person who picks up this issue. |
Like we did in zulip/zulip-mobile@52288facc.
The text was updated successfully, but these errors were encountered: