-
Notifications
You must be signed in to change notification settings - Fork 19
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
Change the way suggestions are displayed #32
Comments
I agree. A whole new page would be a good idea but only if you can quickly go back to your lint results. The way it works atm should be easy to extend a bit. If not the popup will probably get too big! |
How about we have a suggestions folder, we then have each suggestion in a Markdown file. One file per suggestion. These can then be edited and maintained. We can then pull that markdown either into the CLI or into the GH Pages by using a markdown to HTML converter. We can then use these suggestions with the popup for now, but easy to change and use in another way. Maybe an collapsible suggestions off the warnings? http://getbootstrap.com/javascript/#collapse |
Yes, that would work fine - although I'm not sure whether it'd look good on the CLI, so to start with just getting it in As for using the Bootstrap collapsible, this also sounds like a good plan :) |
I might just try to take a quick look at this as part of a 24 Pull Requests event! First time looking at an issue on an open source project... :) |
@piperhaywood Welcome to open source! And great, go for it. If you wanna discuss anything lengthy or overly technical feel free to do so here, its good to have a paper trail - for more quick questions which maybe don't need to be on github https://gitter.im/basicallydan/forkability is better :) me and @M-Zuber often hang out there. Also, thanks for showing an interest in contributing! |
I second @basicallydan. p.s. feel free to ping me if you are interested in help on other projects as well |
@basicallydan @M-Zuber Thanks very much! Got a little ways with it yesterday, I'm hoping to take a further look at it shortly and submit a PR later this week :) |
Great! Thank you for the update. |
👍 to @M-Zuber's comment. |
Hello @piperhaywood, |
Thanks for checking in! I've been visiting my folks in the states for On 27/12/2015 09:17, Mordechai Zuber wrote:
|
@piperhaywood No problem, I've been in almost exactly the same position. Hope you had a good break 👍 |
Have fun!! |
As suggested in issue #31 I think we should move away from a popup and instead expand out the warnings that appear to show more information on the warning.
The text was updated successfully, but these errors were encountered: