-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update bootswatch and bootstrap dependencies #1030
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
Update bootswatch and bootstrap dependencies #1030
Conversation
…tetimepicker and update links in assets directory
@abdounikarim do you have any before/after pics? |
Hi,
Actually, demo use :
I don't known if it(s nedd change. |
@abdounikarim thanks a lot for your contribution. All the steps you outlined look OK to me. However, when testing this pull request, I found that it looks very different from before. I expected some changes, because we're upgrading from Bootstrap 3 to 4 and the template is also upgraded ... but some things look wrong. Here are some before/after comparisons: Comparison 1BeforeAfterComparison 2BeforeAfterComparison 3BeforeAfterComparison 4BeforeAfterComparison 5BeforeAfter |
@javiereguiluz hello, as i was told you on Slack, the Flatly theme was updated and there are some differences. For example :
|
@javiereguiluz i think i just finished design corrections. Can you check and tell me please ? |
replacing a JS file by a SCSS one ? Isn't that a mistake ? |
hey @stof , i didn't find any transition.js file in the bootstrap directory. |
@stof i think i'm good now. cheers 😉 |
@javiereguiluz are we good now ? or do you want any change ? 😉 |
@import "~bootswatch/flatly/bootswatch"; | ||
@import "~bootswatch/dist/flatly/variables"; | ||
@import "~bootstrap/scss/bootstrap"; | ||
@import "~bootstrap/scss/transitions"; |
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.
isn't this already imported by the main bootstrap
file ?
Closing as fixed in #1412 (and #1183). @abdounikarim I'm really sorry this contribution wasn't merged. I apologize for it and I hope we can do better for future contributions from you. Thanks! |
Hey guys,
I think i've finished this PR #1029
Here is what I did :
Update templates in
templates
directory (sorry if i miss something)CSS :
well class not replaced (not existing in the new Flatly theme
Generate new files for production with
yarn build
Let me know if i miss something please, thank you 😉