🚀 Enhancement: Improve mobile view when users have no names
👟 Reproduction steps
Open users tab on Chrome 120 Mobile and you won't see any text.
👍 Expected behavior
It should show the text.
👎 Actual Behavior
Empty page
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
- [X] I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- [X] I have read the Code of Conduct
@step135, thanks for creating this issue! 🙏🏼 It seems like this is happening because your users don't have names. Is that correct?
@stnguyen90 There is no check for any of the user input values which allows empty value to be inserted and causes the issue. Maybe we could add a validation check for email to not be empty value and use it as the fallback value for the user.
The title is "Broken page for users"
Maybe we could add a validation check for email to not be empty value and use it as the fallback value for the user.
We'll keep this in mind for our next iteration of this page.
@stnguyen90 I am working on this issue, and I have made the user's email fields compulsory, Should I also make the password field compulsory? Also, should I show something like NA under the name field or the email itself?