appwrite / console

The Console that makes Appwrite tick from the browser 🖥
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
325 stars 138 forks source link

🚀 Enhancement: Improve mobile view when users have no names #1121

Open step135 opened 4 months ago

step135 commented 4 months ago

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

🏢 Have you read the Code of Conduct?

stnguyen90 commented 3 months ago

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

blackviking27 commented 3 months ago

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

step135 commented 3 months ago

The title is "Broken page for users"

stnguyen90 commented 3 months ago

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.