Skip to content

Add max length calculations and user indications to status form

What does this MR do and why?

Show users the max length of the status text input and how many characters they have entered so far, as well as preventing them from entering more than the max length.

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
Screen_Recording_2025-01-29_at_15.50.55 Screen_Recording_2025-02-19_at_16.05.04

How to set up and validate locally

  1. Check out this branch
  2. In the GDK, edit your user status (you can do this either via the user dropdown at the top of the super sidebar or on the edit profile page).
  3. You will see that as you type, a count of the length of your message vs the max is shown in real time below the input.
  4. You will see that when you reach the max length, you are prevented from adding any more characters to your message.
Edited by Chad Lavimoniere

Merge request reports

Loading