-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Hidden columns #211
base: master
Are you sure you want to change the base?
Hidden columns #211
Conversation
Maybe change classnames to fit bootstrap API? |
@lgg good point. Done. |
Any news on this? |
@msiemens I think the branch is good to be merged. Although, there are some problems with Travis. @kristoferjoseph according to Travis it is unable to find the config file. |
Citing this PR as the version of flexbox used in my PR roylee0704/react-flexbox-grid#82 to add cols={0} into react-flexbox-grid |
Acording to this link https://travis-ci.org/kristoferjoseph/flexboxgrid/pull_requests, seems like the travis build system is not setup well for all this time @kristoferjoseph. Maybe disable the travis build for this tasks is better |
Has this been merged into latest branch? I really need a few of these visibility classes. |
@bgarrant until this PR isn't merged you can use: https://github.com/lgg/flexboxgrid-helpers |
@kristoferjoseph what do we need to do to get this approved and merged? |
Thanks PolGuixe and lgg! |
so what needs to be done to get this PR approved? |
We should all decide on a fork to concentrate on if this can't be merged... |
ping @kristoferjoseph |
I think its a dead project now :( - None of the PR's are getting merged nor are any new commits coming in. Can someone please fork and maintain this project? |
Do it! and reference this PR so others know about it 😎 |
@PolGuixe could you re-submit the PR to my fork ? https://github.com/Falieson/flexboxgrid @b264 @hassanasad @lgg @kristoferjoseph I'll step up as maintainer, and @thehappyginger will help me |
I'll bé quite busy this week I'll do my best :-).
Pol Guixe
…On 1 May 2017, 16:30 +0200, Falieson ***@***.***>, wrote:
@PolGuixe (https://github.com/PolGuixe) could you re-submit the PR to my fork ? https://github.com/Falieson/flexboxgrid
@b264 (https://github.com/b264) @hassanasad (https://github.com/hassanasad) @lgg (https://github.com/lgg) @kristoferjoseph (https://github.com/kristoferjoseph) I'll step up as maintainer, and @thehappyginger (https://github.com/thehappyginger) will help me
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub (#211 (comment)), or mute the thread (https://github.com/notifications/unsubscribe-auth/AGUbsdIEP7UI8lNqrVcRjkfMRqsrfNf1ks5r1eyDgaJpZM4JwmrP).
|
I was able to get ahold of @kristoferjoseph and he has said
Speak up if you have an issue with this resolution, I may rename my fork something like 'flexboxgrid-extended' if there is good reason to have a combined package but I think everyone should just be able to depend on the 2 packages. |
If #246 merges, that sounds great |
@Falieson, @kristoferjoseph seems to have a valid point - However, some of the pull requests (such as XL breakpoint support and few helpers such as this) might not add that much weight to the package and they are kinda like becoming a standard requirement for a grid system. To be honest, in my personal opinion - when the css grid layout rolls out in main stream browsers some of the code from these packages can be cleared out to bring it back to a very small sized package. |
@hassanasad I agree that I expect some features to be apart of the standard offering, but that's because my first grid was http://materializecss.com/grid.html |
Without at a minimum #246 merging, it does not appear this repo is maintained. |
Why is this PR not merged? isn't this supposed to be a standard feature? Is this going to get merged or not? If it's not gonna get merged, simply closing the PR would be better, if it's gonna get merged, some activity would have been nice. |
@cyberhck check @kristoferjoseph answer here: #211 (comment) |
@lgg TL;DR: This repo is unmaintained and abandoned |
@b264 you seem to be very correct :) |
@cyberhck @b264 no, you are wrong. This repo is maintained, but @kristoferjoseph don't want to add current feature to code. |
@lgg , I was looking for react-flexbox-grid, because of not adding basic feature to this repo, I've to find a entirely new grid library written for react, has visibility classes AND has at least typescript definition. |
@lgg Here is part of the !TL;DR version: It's not maintained if a simple documentation clarification #246 can't be merged. There are no reasons to not merge or at least review helpful documentation which has been submitted as a pull request, aside from the repo not being maintained. It really is that simple. Do we want to keep going? Clearly, you have a goal in helping @kristoferjoseph making it look like this is maintained but alas it is not. Why do you fool yourself? TL;DR: This repository is a poster child for a repo being unmaintained. |
Please everyone move to https://github.com/evgenyrodionov/flexboxgrid2 its fresh and being maintained. |
Hidden utils classes implemented in flexboxgrid2#7.0.0-alpha7 😌 |
Description
Added classes to hide columns:
col-xs-hidden
col-sm-hidden
col-md-hidden
col-lg-hidden
Check List
instruction : terminal command
grunt
index.html
in a browser & resize to test visual issues