You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add character counter to AI and project description fields
Users had no way to see how many characters they had entered or what the
limit was in AI language notes, AI project description, and the project
settings description.
Reuse the counter from key creation:
- move CharacterCounter to tg.component/common, since it is no longer
owned by the translations view
- drop the "description is too long" helper text in the AI dialogs, as the
counter already renders the over-limit warning
- pass the over-limit count as a number instead of a string, so ICU plural
selection actually applies
Closes#3833
0 commit comments