-
Notifications
You must be signed in to change notification settings - Fork 86
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
feat(FormLayout): add FormItem and labelsAside support to autoResponsive mode #8729
Open
vursen
wants to merge
27
commits into
main
Choose a base branch
from
feat/auto-responsive-form-layout-labels-aside
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+604
−46
Open
Changes from 23 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
bd7777e
chore: add form-layout-auto-responsive dev page (#8694)
vursen f8d30f6
feat: introduce autoResponsive mode (#8689)
vursen a4ea1f5
chore: improve form layout dev page examples (#8704)
vursen 447f133
Merge branch 'main' into feat/auto-responsive-form-layout
vursen e908313
feat: add FormRow and br support to autoResponsive mode (#8699)
vursen f6471b7
test: assert gridColumnStart instead of --_column-start (#8726)
vursen 1b10494
test: improve visual tests to be more illustrative (#8725)
vursen 9ae63e5
fix: do not set position and max-width when dialog size is set (#8722)
web-padawan f66cce2
feat: add FormItem and labelsAside support to autoResponsive mode
vursen 1980724
add screenshot tests, expand form item to full width
vursen dd9b9c1
add snapshot tests
vursen e68f5b1
fix linter errors
vursen 4547b11
add unit tests, screenshot tests
vursen 0e2bfc5
revert unnecessary changes
vursen 72d3d93
add integration test with dialog
vursen 482c5e9
test: extract assertFormLayoutGrid test helper
vursen 086d2d5
test: extract assertFormLayoutGrid test helper (#8731)
vursen 20a86b2
add integration tests with horizontal layout
vursen 9f0ae3a
Merge remote-tracking branch 'origin/feat/auto-responsive-form-layout…
vursen 88c715c
test: make autoResponsive tests more concise (#8733)
vursen a15a3d1
Merge remote-tracking branch 'origin/feat/auto-responsive-form-layout…
vursen 456cece
assert label position relative to input
vursen cd1b489
Merge remote-tracking branch 'origin/main' into feat/auto-responsive-…
vursen 5e37990
rename CSS variables
vursen 84b5adc
update snapshots
vursen ac6a144
rename CSS variables for better clarity
vursen f6e352f
fix integration tests, use String.repeat
vursen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I think these whitespace changes should not be needed. Please consider removing
form-layout.test.snap.js
file and runningyarn update:snapshots --group form-layout
again, then the file will be regenerated correctly.This would rearrange some snapshots to match the order of the newly added tests.
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.
Thanks, done.