From 2e127b8c431e06c61d44f1b4dcc4f401fd080a59 Mon Sep 17 00:00:00 2001 From: george-maged Date: Wed, 19 Sep 2018 18:52:16 +0200 Subject: [PATCH 1/3] Fixed CustomCheckbox if props change --- src/components/CustomCheckbox/CustomCheckbox.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/CustomCheckbox/CustomCheckbox.jsx b/src/components/CustomCheckbox/CustomCheckbox.jsx index 9827407e..1f190bb8 100644 --- a/src/components/CustomCheckbox/CustomCheckbox.jsx +++ b/src/components/CustomCheckbox/CustomCheckbox.jsx @@ -8,6 +8,9 @@ class CustomCheckbox extends Component { }; this.handleClick = this.handleClick.bind(this); } + componentWillReceiveProps(newProps){ + this.setState({ is_checked: newProps.isChecked ? true : false }) + } handleClick() { this.setState({ is_checked: !this.state.is_checked }); } From 088f4a506f277b63dab9021d9d12e01257ce4043 Mon Sep 17 00:00:00 2001 From: Raigiku Date: Wed, 22 Jan 2020 10:47:09 -0500 Subject: [PATCH 2/3] Fixed npm run build error #issue_62 --- src/assets/sass/lbd/_navbars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/sass/lbd/_navbars.scss b/src/assets/sass/lbd/_navbars.scss index 40244454..83403303 100644 --- a/src/assets/sass/lbd/_navbars.scss +++ b/src/assets/sass/lbd/_navbars.scss @@ -65,7 +65,7 @@ } &.fixed{ - width: calc(100% - $sidebar-width); + width: calc(100% - #{$sidebar-width}); right: 0; left: auto; border-radius: 0; From fff0b993820ec9667a6bbc1a63153173d6168d77 Mon Sep 17 00:00:00 2001 From: EINazare Date: Tue, 11 Feb 2020 14:35:04 +0200 Subject: [PATCH 3/3] fix(): fix html link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94d0c6ee..b6700365 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ![Product Gif](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/light-bootstrap-dashboard-react/light-bootstrap-dashboard-react.gif) -**[Light Bootstrap Dashboard React](https://demos.creative-tim.com/light-bootstrap-dashboard-react/#/?ref=lbdr-readme)** is an admin dashboard template designed to be beautiful and simple. It is built on top of [React Bootstrap](https://5c507d49471426000887a6a7--react-bootstrap.netlify.com/), using [Light Bootstrap Dashboard](https://www.creative-tim.com/product/light-bootstrap?ref=lbdr-readme) and it is fully responsive. It comes with a big collections of elements that will offer you multiple possibilities to create the app that best fits your needs. It can be used to create admin panels, project management systems, web applications backend, CMS or CRM. +**[Light Bootstrap Dashboard React](https://demos.creative-tim.com/light-bootstrap-dashboard-react/#/?ref=lbdr-readme)** is an admin dashboard template designed to be beautiful and simple. It is built on top of [React Bootstrap](https://5c507d49471426000887a6a7--react-bootstrap.netlify.com/), using [Light Bootstrap Dashboard](https://www.creative-tim.com/product/light-bootstrap-dashboard?ref=lbdr-readme) and it is fully responsive. It comes with a big collections of elements that will offer you multiple possibilities to create the app that best fits your needs. It can be used to create admin panels, project management systems, web applications backend, CMS or CRM. The product represents a big suite of front-end developer tools that can help you jump start your project. We have created it thinking about things you actually need in a dashboard. Light Bootstrap Dashboard React contains multiple handpicked and optimized plugins. Everything is designed to fit with one another. As you will be able to see, the dashboard you can access on Creative Tim is a customization of this product.