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

compose: Redesign limit indicator to show remaining characters count. #29830

Merged
merged 2 commits into from Apr 30, 2024

Commits on Apr 30, 2024

  1. compose: Redesign limit indicator to show remaining characters count.

    Additionally, the text colors have been updated for both light and dark
    themes, it starts showing when 900 or less characters are left, as 999
    was too soon, and has a tooltip to show the maximum characters limit.
    
    Fixes: zulip#28706.
    N-Shar-ma committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1f85a46 View commit details
    Browse the repository at this point in the history
  2. compose: Remove the message_too_long banner.

    Since the banner only repeated what the disabled Send button's and the
    limit indicator's tooltips already said, it was redundant and has been
    removed.
    N-Shar-ma committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e328e19 View commit details
    Browse the repository at this point in the history