apply some styling to table rows of inactive records #2229
Labels
released on @master
managed by CI (semantic-release)
released
managed by CI (semantic-release)
Status: Community Help Wanted (good first issue)
simple tasks that don't require understanding every last detail of our platform
Type: Improvement
Improvement/Extension of existing feature with benefit for the user
Type: UX
concerning user interface and in a broader sense user experience
We allow users to include "inactive" (archived) records in list using a toggle below the table. In some views (where we use "ChildBlock", for example) the archived rows can be identified because the have a grey instead of black icon. In other views (e.g. the Schools List) it is impossible to identify which are inactive records.
--> Make the text color for the whole row of an inactive record always dark grey, to help users distinguish these.
This is probably to be set in the entities-table component. For implementation, you could use a conditional css class ("number one" here: https://stackoverflow.com/a/57196493/1473411), checking that rowEntity.isActive is false
The text was updated successfully, but these errors were encountered: