Add an empty state in project branches
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 13.8k
- Forks
- 1.4k
- Avg merge
- 17h 58m
- Merged PRs (30d)
- 5
Description
Problem to solve
Following the proposal in https://github.com/gitpod-io/gitpod/issues/5022, there's also a need for an empty state in the branches page for projects when the repository is an empty repository.
| Branches for an empty repository |
|---|
![]() |
Proposal
Like the proposal in https://github.com/gitpod-io/gitpod/issues/5022:
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the related proposals in issues #5022 and #4571, then locate the project branches page and its handling of empty repositories. The work is done when that page shows an empty state for an empty repository, following the referenced proposal and existing no-results behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100
