Add empty state for project prebuilds #5022
Labels
component: dashboard
feature: prebuilds
feature: teams and projects [DEPRECATED]
Please, use feature: organizations or feature: projects labels instead.
meta: never-stale
This issue can never become stale
team: webapp
Issue belongs to the WebApp team
user experience
Uh oh!
There was an error while loading. Please reload this page.
Problem to solve
Currently, when adding a project in a team a) the product does not surface previous prebuilds and b) the project may not have any previous prebuilds.
Proposal
To avoid having empty pages where it's not clear if the data does not exist or an error occurred while fetching the data we could add an empty state for the prebuilds page when adding a project.
A good first MVC (Minimum Viable Change) could be to reuse the same logic we've used in #4571 when searching members returns no members.
gitpod/components/dashboard/src/teams/Members.tsx
Line 151 in 7661703
Two more things to consider in this scope:
The text was updated successfully, but these errors were encountered: