Skip to content

Commit 7ca12d7

Browse files
authored
Merge pull request #7 from xidedix/master
minor tweaks
2 parents 5178845 + 5ec6ba7 commit 7ca12d7

File tree

5 files changed

+11
-13
lines changed

5 files changed

+11
-13
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Please help us on [Product Hunt](https://www.producthunt.com/posts/coreui-open-s
1212

1313
Why I decided to create CoreUI? Please read this article: [Jack of all trades, master of none. Why Boostrap Admin Templates suck.](https://medium.com/@lukaszholeczek/jack-of-all-trades-master-of-none-5ea53ef8a1f#.7eqx1bcd8)
1414

15-
CoreUI is Open Source React & Bootstrap Admin Template. CoreUI is not just another Admin Template. It goes way beyond hitherto admin templates thanks to transparent code and file structure. And if that's not enough, let's just add that the CoreUI consists bunch of unique features and over 1000 high quality icons.,
15+
CoreUI is Open Source React & Bootstrap Admin Template. CoreUI is not just another Admin Template. It goes way beyond hitherto admin templates thanks to transparent code and file structure. And if that's not enough, let's just add that the CoreUI consists bunch of unique features and over 1000 high quality icons.
1616

1717
CoreUI based on Bootstrap 4 and offers 6 versions: HTML5, AJAX, AngularJS, Angular 2, React.js & Vue.js.
1818

React_Full_Project/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@
3737
"font-awesome": "^4.7.0",
3838
"history": "4.7.2",
3939
"react": "^15.6.1",
40-
"react-addons-css-transition-group": "^15.6.0",
41-
"react-addons-transition-group": "^15.6.0",
4240
"react-chartjs-2": "2.6.1",
4341
"react-dom": "^15.6.1",
44-
"react-router-dom": "4.2.0",
42+
"react-router-dom": "4.2.2",
43+
"react-transition-group": "^1.2.0",
4544
"reactstrap": "^4.8.0",
4645
"simple-line-icons": "^2.4.1"
4746
},

React_Full_Project/scss/core/_temp.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
}
3232

3333
//
34-
.modal-open .modal {
35-
display: block;
36-
}
34+
//.modal-open .modal {
35+
// display: block;
36+
//}
3737

3838
// navbar dropdown fix
3939
.navbar .dropdown-toggle {

React_Starter/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@
3737
"font-awesome": "^4.7.0",
3838
"history": "4.7.2",
3939
"react": "^15.6.1",
40-
"react-addons-css-transition-group": "^15.6.0",
41-
"react-addons-transition-group": "^15.6.0",
4240
"react-chartjs-2": "2.6.1",
4341
"react-dom": "^15.6.1",
44-
"react-router-dom": "4.2.0",
42+
"react-router-dom": "4.2.2",
43+
"react-transition-group": "^1.2.0",
4544
"reactstrap": "^4.8.0",
4645
"simple-line-icons": "^2.4.1"
4746
},

React_Starter/scss/core/_temp.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
}
3232

3333
//
34-
.modal-open .modal {
35-
display: block;
36-
}
34+
//.modal-open .modal {
35+
// display: block;
36+
//}
3737

3838
// navbar dropdown fix
3939
.navbar .dropdown-toggle {

0 commit comments

Comments
 (0)