-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Migrate checkbox component #17171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate checkbox component #17171
Conversation
* [dashboard] migrate to CheckBoxInput (#16768) * [dashboard] remove CheckBox comp usage * [dashboard] remove `CheckBox` on team settings * [dashboard] remove border on checkbox click state * [dashboard] refactor code for `CheckboxInput`
started the job as gitpod-build-bmh-devansu-migrate-checkbox-component.3 because the annotations in the pull request description changed |
Looking at this now! 👀 Referenced also the original issue (#16768) in the PR description above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UX LGTM. 🌮 🌮
Thanks for opening this PR @selfcontained to pickup changes from #16813 and unblock from merging this.
Removing hold.
LET'S DO THIS! 🏀
/unhold
Description
This is a PR to facilitate @Devansu-Yadav's contributions in #16813
I made a couple changes on top of the ones in the linked PR.
CheckboxInputContainer
wrapper at times, I reworked theCheckboxInputField
into a more explicitCheckboxListField
, andCheckboxInput
intoCheckboxInputField
. This means that in most cases, you can use<CheckboxInputField/>
and have the proper form styles/spacing without needing to add any wrapper components.value
props passed in a few spots.Related Issue(s)
Fixes WEB-115, #16768
How to test
Preview Env: https://bmh-devans98e355c547.preview.gitpod-dev.com/workspaces
These changes were tested previously in #16813 - but can also be tested in the preview environment by visiting different locations updated in the PR and using checkbox inputs to make sure they work.
Release Notes
Documentation
Build Options:
Run the build with werft instead of GHA
Run Leeway with
--dont-test
Publish Options
Installer Options
Add desired feature flags to the end of the line above, space separated
Preview Environment Options:
If enabled this will build
install/preview
If enabled this will create the environment on GCE infra
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh
/hold