Limit project description in sidebar
What does this MR do and why?
In the FF feedback for the new project overview page it was stated that project descriptions can tend long in certain edge cases, see #434684 (comment 1702626701)
To counter that we introduce a new read more functionality for project descriptions which are longer than ~560 chars. If exceeded a read more button will be shown.
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 |
---|---|
How to set up and validate locally
- Add a long project description (http://gdk.test:3000/flightjs/Flight/edit)
- Check overview page (e.g. http://gdk.test:3000/flightjs/Flight)
Related to #434684 (closed), #424396 (closed)