Render TileGroup using css grid, fixes #222#454
Open
felixmosh wants to merge 1 commit intowojtekmaj:mainfrom
Open
Render TileGroup using css grid, fixes #222#454felixmosh wants to merge 1 commit intowojtekmaj:mainfrom
felixmosh wants to merge 1 commit intowojtekmaj:mainfrom
Conversation
Owner
|
That's splendind, but introduces a breaking change, as CSS Grid is not supported on IE11. Not against it - it just means this change will need to wait for the next major release. |
Author
|
It is not true, ie11 does support css grid but the old spec, I can add it as well. BTW, the JS code is not supported by ie11 :] |
Owner
|
Well yes, you're correct. Perhaps we could implement autoprefixer to get CSS grid working? Just like we deal with JS - with Babel... |
Author
|
it is possible, the question is if it will work, I've spent sometime on it yesterday (adding IE version manually) it didn't worked. |
523cf83 to
290738e
Compare
12b3d6b to
398685c
Compare
cf41d22 to
8648f43
Compare
74ca107 to
fca6887
Compare
0ed5255 to
5a3d1e6
Compare
edb305d to
9055272
Compare
cef9c7c to
cd7ef12
Compare
0f9c665 to
88f5da5
Compare
1f10b65 to
0c5a8da
Compare
d6fcc20 to
da505dd
Compare
3407450 to
7fc3da6
Compare
9045b27 to
22f61e6
Compare
dc4fd25 to
a8c5ad5
Compare
Author
|
Will you accept reworked PR now? :] |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR implements the tile group positioning using
css gridas described in https://zellwk.com/blog/calendar-with-css-grid/