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

#2077 - Warn user about char limit in group description #2084

Merged
merged 3 commits into from
Jun 18, 2024

Conversation

SebinSong
Copy link
Collaborator

@SebinSong SebinSong commented Jun 18, 2024

closes #2077

Add below character length indication UI to both group-creation Modal and also to /group-settings page.

-> Group-Creation step

-> GroupSettings.vue


@taoeffect @dotmacro

Normally, specifying maxlength HTML attribute to the textarea element will prevent user from entering more characters, just like this MDN doc says and how FireFox Dev edition behaves regarding it. But in case there is any browser out there where this is not how maxlength attribute behaves, I've added the in-app validation logic to both form so they show this error message when the description becomes longer than 500 characters.

Thanks,

@SebinSong SebinSong self-assigned this Jun 18, 2024
Copy link

cypress bot commented Jun 18, 2024

Passing run #2409 ↗︎

0 106 8 0 Flakiness 0

Details:

Merge d946f74 into 039b500...
Project: group-income Commit: d3f69f253b ℹ️
Status: Passed Duration: 09:50 💡
Started: Jun 18, 2024 12:07 AM Ended: Jun 18, 2024 12:17 AM

Review all test suite changes for PR #2084 ↗︎

Copy link
Member

@taoeffect taoeffect left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing work @SebinSong! Beautifully done!

@taoeffect taoeffect merged commit ee046f1 into master Jun 18, 2024
4 checks passed
@taoeffect taoeffect deleted the sebin/task/#2077-group-desc-char-limit branch June 18, 2024 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warn user about char limit in group description
2 participants