Skip to content
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

Set reasonable character limit for user bio #2140

Open
dotmacro opened this issue Jul 1, 2024 · 0 comments
Open

Set reasonable character limit for user bio #2140

dotmacro opened this issue Jul 1, 2024 · 0 comments

Comments

@dotmacro
Copy link
Member

dotmacro commented Jul 1, 2024

Problem

The text box for the user bio seems to accept an unlimited number of characters. (For reference, I gave up after ~500k characters.) Among other issues, this pushes the top of the unscrollable user info card off the top of the screen, hiding the profile photo and username. (Fortunately, payment info is unaffected because that's currently always at the bottom.)

bio-noCharLimit

Solution

Determine a reasonable character limit. (500?)
Limit the input to n characters.
Indicate the user has reached the char limit the same way we do elsewhere: an error with the text "Bio cannot exceed n characters."

@dotmacro dotmacro changed the title Set reasonable limit for user bio Set reasonable character limit for user bio Jul 1, 2024
@SebinSong SebinSong self-assigned this Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants