Remember the collapsed state of work item widgets
Summary
We have 3 different widgets (soon to be 4) on work items that utilize the new CRUD component (Designs, Child items, Linked items). These components offer the ability to collapse the widget to a minimized state. Today, this isn't "remembered" when coming back to this item (or reloading page), as well as viewing other similar items that share this same widget. However, for settings within some of these widgets (ex: Show labels), we do persist/remember this for the item and across other instances of the widget. We should be consistent with how we are handling various settings/states for these widgets.
Proposal
Remember/persist the collapsed state of these widgets across it's usage (ex: anywhere the Child items widget is used). This allows users who would prefer to keep different widgets minimized by default the capability to do so. Ideally, we would handle this in a way that handles this for all similar CRUD widgets work items utilizes, and not requiring it to be handled individually.
Current widget to account for:
-
Design widget -
Child widget -
Linked items widget
