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.
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
Add group block #13964
Add group block #13964
Changes from 51 commits
6aebbba
9ca4d46
e806dc1
d90b595
aeb7739
d4a073e
1c3382c
5c74f05
e3bb63c
e4ff533
2ad9ee4
d31a55e
dc253f9
b691d94
36efeba
551f5e9
6308812
600e963
99ea32f
3535363
6123430
2ccfd83
7acf0bf
f1dc3a9
1cd84d1
ceebdbc
5eb9b7c
16716b9
4e0cb9c
473ab59
a6af16a
908a869
2ba30a9
89d9939
fd8f45d
0ca88ff
1176f56
45565e8
ad49f6d
8e383bb
6648523
a7c6d36
e3f30b1
49353da
91a147d
1277032
f890830
225c504
6417586
fcee560
2e19d94
0047415
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 know this PR is already merged but I'm wondering if such a generic
div
element can be extracted in its own component. It will probably be an opportunity to make the Section block more cross-platform ready by not using html tags directly. WDYT @getdave ?cc @gziolo , @Tug , @koke
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.
@hypest, we totally should introduce
View
component which will work cross-platform. @koke landed a similar component yesterday. See #14361 for reference. It should be a very similar use case.