-
Notifications
You must be signed in to change notification settings - Fork 88
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
Use vulcan-ui-bootstrap (issue #50) #51
Conversation
One issue I came across though, is that adding I only managed to resolve the issue by specifying
Not sure if this is something with my setup, or am I missing something? |
Added patch for |
Yes, I've been running into the same issue. I think it's a problem with Meteor's package management system. In this specific case though we don't want to add the dependency in the example package's I'll wait until you're finished with the dropdown/modal stuff to merge. Don't hesitate to ping me on Slack if the dropdown stuff is confusing btw :) |
In fact, I would keep reference to ui-bootstrap in example package's package.js. You know, these packages are "examples" by defintion, someone willing to use other UI framework probably would end up modifying the code anyway. Though, I can remove package.js changes from the patches if you wish. I looked closer at modal and have got a question. UsersProfileCheck.jsx has |
Yes, that's a good point as well. Let's leave it in
Let's remove the footer for now then. We can start simple and always add more features if they're needed in more than one place. |
Moving away of direct react-bootstrap dependency (issue VulcanJS#50).
Moving away of direct react-bootstrap dependency (issue VulcanJS#50).
Moving away of direct react-bootstrap dependency (issue VulcanJS#50). Patch dos not include Dropdown and Modal refactoring yet.
Moving away of direct react-bootstrap dependency (issue VulcanJS#50).
The Modal patch 4b58510 depends on VulcanJS/Vulcan#1971 In fact, I kept footer since I ended up adding a separate component for modal. Dropdown changes will follow later this week. |
Can you push what you have so far? I can take care of the rest :) |
@SachaG I did not touch Dropdown code yet to be honest (steep learning curve you know), so there are no pending changes. All I have done so far is pushed, so feel free to take it over from here if you wish :) |
OK, I'll try to do the dropdown stuff today then. Thanks for your work so far! |
Here are the patches for example-forms and example-membership. @SachaG I am not sure if you done example-forum already, if not forum patches will follow here.