-
Couldn't load subscription status.
- Fork 0
Closed
Labels
Description
Description
Status change button can has disabled CSS class applied. This means
the action is blocked.
Status change button can be of two types:
- complete
- reopen
There are implemented styling for both.
complete action button has bi bi-check-lg classes applied to it,
and aria-label="complete".
reopen button has bi bi-arrow-repeat classes applied to it, and
aria-label="reopen".
Blocked by
DoD
When user clicks the button, the completed status is changed to the opposite.
All styling should be applied properly.