Real-Dev-Squad / website-status

Shows a roadmap of the ongoing projects being done
https://status.realdevsquad.com/
MIT License
21 stars 145 forks source link

[UI/UX] : Expand Progress Update Card Inline #1076

Closed satyam73 closed 2 months ago

satyam73 commented 4 months ago

Issue Description

We have to expand the ProgressUpdateCard component to expand and show all the details of a progress update on click.

Expected Behavior

It should expand the ProgressUpdateCard component to expand and show all the details of a progress update on click.

Current Behavior

Currently only the completed section data is shown as title in the ProgressUpdateCard component with more or less button, which on click expands/shrinks the title(i.e completed section data).

Screenshots

image

With title shrinked

image

With title expanded

Reproducibility

Steps to Reproduce

We can go to any task and check out progress update of that task. Example task - https://status.realdevsquad.com/tasks/9wNTdhcafX9rotWcpZdG?dev=true

Severity/Priority

Additional Information

Currently the feature is under feature flag, with flag dev=true

Checklist