[Dashboard] Feature Preview
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
Currently, Feature Preview is a section within User Settings (/settings) which includes a checkbox that toggles the visibility of the Default IDE option below, lacks visual feedback upon enabling, and abruptly update the settings page to inject the Default IDE preference.
This is part of https://github.com/gitpod-io/gitpod/issues/3300. 🍕
User Experience goal
The user should be able to enable or disable the Feature Preview without abruptly updating the user interface.
Proposal
In this context, it seems optimal use a modal that describes Feature Preview and provides a single CTA button that toggles Feature Preview. This has the following benefits:
- Allow the product to perform a page refresh if needed so that experimental features that change the user interface like Default IDE surface without surprising the user with hidden user interface options.
- Make this action more prominent and provide better awareness for the users.
- Let's use the user dropdown menu to host the Feature Preview item and use a modal.
In this first MVC (minimum viable change), we can do the following:
- Add Feature Preview in the user menu.
- Show a modal describing Feature Preview.
Components involved:
- Button
- Modal
- Dropdown
Future steps
- In the future, we could group the Default IDE with other user preferences like theme, click behavior for opening workspaces (see https://github.com/gitpod-io/gitpod/issues/2516), and more.
Designs
| Dropdown | Enable | Disable | Spacing |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
See also design specs.
Documentation
No documentation changes are needed for this first iteration.
/cc @csweichel because Feature Preview
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 reviewing the existing Feature Preview section in User Settings and the user dropdown. Compare the Button, Modal, and Dropdown behavior with the linked designs and design specs. Done means Feature Preview is available from the user menu and opens a modal describing it without an abrupt settings-page update.
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
- 28/100



