Update limit reached page when opening existing workspaces
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
We recently updated the Limit Reached page (https://github.com/gitpod-io/gitpod/pull/3693) for users that reach the limits on their plan for hours or parallel workspaces for opening new workspaces. However, we're still missing the same modal when reopening existing (stopped) workspaces.
See also relevant discussion (internal). /cc @princerachit @mads-hartmann @jankeromnes
Proposal
Let's add the same modal for existing workspaces when a user reaches the limits of their plan.
| BEFORE | AFTER |
|---|---|
![]() |
![]() |
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 locating the existing Limit Reached page and tracing the flow for reopening stopped workspaces. Reproduce the limit case, then make reopening an existing workspace show the same modal as opening a new workspace and verify both paths display the updated experience.
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

