console icon indicating copy to clipboard operation
console copied to clipboard

🚀 Enhancement: Improve mobile view when users have no names

Open step135 opened this issue 1 year ago • 5 comments

👟 Reproduction steps

Open users tab on Chrome 120 Mobile and you won't see any text.

Screenshot_20240531-162008

👍 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?

step135 avatar May 31 '24 14:05 step135

@step135, thanks for creating this issue! 🙏🏼 It seems like this is happening because your users don't have names. Is that correct?

stnguyen90 avatar Jun 04 '24 00:06 stnguyen90

@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.

blackviking27 avatar Jun 23 '24 11:06 blackviking27

The title is "Broken page for users"

step135 avatar Jun 23 '24 11:06 step135

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 avatar Jun 24 '24 21:06 stnguyen90

@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?

pushkar707 avatar Dec 13 '24 06:12 pushkar707