Skip to content
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

fix: regression on dropdown input, workflow save action step component #7754

Merged
merged 3 commits into from
Oct 8, 2024

Conversation

KenLSM
Copy link
Contributor

@KenLSM KenLSM commented Oct 7, 2024

Problem

Regression introduced from react migration that was detected from Chromatic.

  1. DateRangePicker (super huge gap, deferring now cause we are not using a wide DatePicker)
  2. Workflow Approvals gap too big (need fix)
  3. RightElement overlap (need fix)

Solution

  1. N/A
  2. Remove mt that is no longer required as dividers now properly provide margins.
  3. Utilise hasInputRightElement props to accommodate right element spacing.

Breaking Changes

  • No - this PR is backwards compatible

@KenLSM KenLSM changed the title fix: dropdown input regression fix: regression on dropdown input, workflow save action step component Oct 7, 2024
Copy link
Contributor

@kevin9foong kevin9foong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm!

@KenLSM KenLSM merged commit 4b11c69 into develop Oct 8, 2024
19 of 20 checks passed
@KenLSM KenLSM deleted the fix/react-migration-regression branch October 8, 2024 01:58
KenLSM added a commit that referenced this pull request Oct 8, 2024
#7754)

* fix: dropdown input regression

* fix: flakey dates on Billing page

* fix: remove addition margin, chakra v2 likely fixed the margin gap problem on dividers
KenLSM added a commit that referenced this pull request Oct 8, 2024
#7754)

* fix: dropdown input regression

* fix: flakey dates on Billing page

* fix: remove addition margin, chakra v2 likely fixed the margin gap problem on dividers
KenLSM added a commit that referenced this pull request Oct 10, 2024
* fix: regression on dropdown input, workflow save action step component (#7754)

* fix: dropdown input regression

* fix: flakey dates on Billing page

* fix: remove addition margin, chakra v2 likely fixed the margin gap problem on dividers

* chore: replace zonedTimeToUtc to fromZonedTime

* fix: ts errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants