Add empty states
What / Why
We will want to setup empty states based on the scenario the user is in.
- User has No groups and hits the /dashboard,/dashboard/groupsor/dashboard/groups/contributedview:
- User has groups but hits a tab with 0 results (and is not actively searching)
- User has groups and search returns 0 results
- Inactivetab empty state
On enterprise edition the empty state should say something about having No groups pending deletion. On CE delayed group deletion is not supported so we should just say something about how there are no inactive groups and you need to upgrade to get the delayed deletion and then link to docs. See &13781 (comment 2398532913)
Implementation Plan
- Set the emptyStateComponentandemptyStateComponentPropson the tab definitions inconstants.js. See app/assets/javascripts/projects/your_work/constants.js#L22-27 for an example.
Edited  by Shane Maglangit


