feat: add article title and description counters#1114
Conversation
|
Thank you @, for creating the PR and contributing to our UltimateHealth project 💗. |
|
Maintainers, the PR Governance check is currently failing only because I do not have permission to apply labels. Could you please add the existing issue labels: enhancement, gssoc, level:intermediate, type:feature, plus gssoc:approved and quality:clean if appropriate? |
|
CI triage update:
The touched screen still passes scoped ESLint locally. Maintainer action needed: please add at least one meaningful label, and either add/restore the frontend lockfile expected by CI or adjust those workflow cache paths/package-manager commands at repo level. |
|
Congratulations, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to the project 🚀 Keep Contributing!! ✨ |
Summary
Adds live character counters and max-length enforcement to the Article Description screen for article title and description fields.
Fixes #1076
Root Cause
The article creation form accepted title and description text without visible limits or live feedback, so users could only discover length problems late in the flow or after submitting content.
Changes Made
Testing
Impact
Users now get immediate feedback while writing article metadata, and title/description content is prevented from exceeding the configured limits before the editor step.
Labels Requested
gssoc:approved, level:intermediate, type:feature, quality:clean