- Renamed
src/layouts/Dashboard/Dashboard.jsx
tosrc/layouts/Admin.jsx
- Renamed
src/views/Dashboard/Dashboard.jsx
tosrc/views/Dashboard.jsx
- Renamed
src/views/Dashboard/Dashboard.jsx
tosrc/views/Icons.jsx
- Renamed
src/views/Dashboard/Dashboard.jsx
tosrc/views/Maps.jsx
- Renamed
src/views/Dashboard/Dashboard.jsx
tosrc/views/Notifications.jsx
- Renamed
src/views/Dashboard/Dashboard.jsx
tosrc/views/TableList.jsx
- Renamed
src/views/Dashboard/Dashboard.jsx
tosrc/views/Typography.jsx
- Renamed
src/views/Dashboard/Dashboard.jsx
tosrc/views/Upgrade.jsx
- Renamed
src/views/Dashboard/Dashboard.jsx
tosrc/views/UserProfile.jsx
- Renamed
src/components/Header
tosrc/components/Navbars
- Renamed
src/components/Navbars/Header.jsx
tosrc/components/Navbars/AdminNavbar.jsx
- Renamed
src/components/Navbars/HeaderLinks.jsx
tosrc/components/Navbars/AdminNavbarLinks.jsx
- Changes caused by running the prettier command for .jsx, .js, .html and .css files
- Changed our buggy routing system, now it should work flawlessly, for more info, please refer to our live docs here
- Solved
- creativetimofficial/light-bootstrap-dashboard-react#48
- creativetimofficial/light-bootstrap-dashboard-react#47
- creativetimofficial/light-bootstrap-dashboard-react#34
- creativetimofficial/light-bootstrap-dashboard-react#30
- creativetimofficial/light-bootstrap-dashboard-react#19
- creativetimofficial/light-bootstrap-dashboard-react#17
- creativetimofficial/light-bootstrap-dashboard-react#15
- Removed
.env
file and replaced it withjsconfig.json
- Small bug fixes
- Deleted
src/routes/*
folder - node-sass-chokidar
- npm-run-all
- Added
src/routes.js
file (instead of the three files fromsrc/routes/*
) - @types/[email protected] (to stop install warnings)
- @types/[email protected] (to stop install warnings)
- @types/[email protected] (to stop install warnings)
- [email protected] (to stop install warnings)
- [email protected] (react-router-dom auto-installs this package, but it is better to have them both inside package.json)
- [email protected]
- node-sass 4.6.1 → 4.12.0
- react 16.2.0 → 16.8.6
- react-bootstrap 0.32.1 → 0.32.4
- react-chartist 0.13.1 → 0.13.3
- react-dom 16.2.0 → 16.8.6
- react-router-dom 4.2.2 → 5.0.0
- react-scripts 1.1.1 → 3.0.0
- Added
fluid
prop onGrid
component inFooter
- Moved all the contents of
elements
folder tocomponents
folder and delete it - Renamed
containers
folder tolayouts
- Renamed
App/App.jsx
toDashboard/Dashboard.jsx
- Renamed
src/routes/app.jsx
tosrc/routes/dashboard.jsx
- Renamed
appRoutes
todashboardRoutes
- Added
src/routes/index.jsx
and made the routes insrc/index.js
dynamically based onindexRoutes
fromsrc/routes/index.jsx
(users can now make new layouts and routes for them easier)
[email protected]
[email protected]
(insted of[email protected]
)[email protected]
(and deletedsrc/assets/bootstrap.min.css?v=3.3.5
)
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
- Changed property of
isChecked
inCustomCheckbox
- Removed hover state for checkboxes and radios
- Moved
NotificationSystem
outside of.main-panel
(for responsive issues) - All
div
's with Bootstrap classes (.container
,.container-fluid
,.row
,.col-*
) were changed in React-Bootstrap components - Changed
Notifications Places
buttons from buttons withclassName
to our own button componentCustomButton
- Added property
round
inCustomButton
(for the button class.btn-round
) - Added dynamic routes
- Added React-Bootstrap as base framework
- Added design from Light Bootstrap Dashboard by Creative Tim