From 01d6d11294d51b71a24972e04329003b83d7ce6f Mon Sep 17 00:00:00 2001 From: johnunclesam Date: Wed, 18 Apr 2018 00:46:57 +0200 Subject: [PATCH 1/4] "dimmer-content" opacity too much. "dimmer-content" opacity too much. --- src/assets/scss/dashboard/_progress.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/scss/dashboard/_progress.scss b/src/assets/scss/dashboard/_progress.scss index 0820f442d..43d2c2a16 100644 --- a/src/assets/scss/dashboard/_progress.scss +++ b/src/assets/scss/dashboard/_progress.scss @@ -93,7 +93,7 @@ Dimmer } .dimmer-content { - opacity: .04; + opacity: .4; pointer-events: none; } } @@ -137,4 +137,4 @@ $loader-size: 2.5rem; border-top-color: currentColor; box-shadow: 0 0 0 1px transparent; } -} \ No newline at end of file +} From d7eb39c4bd43254676619eecf5bcd0a1ee8dd209 Mon Sep 17 00:00:00 2001 From: johnunclesam Date: Wed, 18 Apr 2018 00:50:27 +0200 Subject: [PATCH 2/4] Update _progress.scss --- src/assets/scss/dashboard/_progress.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/scss/dashboard/_progress.scss b/src/assets/scss/dashboard/_progress.scss index 43d2c2a16..ee962cb02 100644 --- a/src/assets/scss/dashboard/_progress.scss +++ b/src/assets/scss/dashboard/_progress.scss @@ -93,7 +93,7 @@ Dimmer } .dimmer-content { - opacity: .4; + opacity: .5; pointer-events: none; } } From c523c882785046d27f6a310b9e2d084ae67f915f Mon Sep 17 00:00:00 2001 From: Jess Date: Tue, 3 Jul 2018 09:13:03 -0700 Subject: [PATCH 3/4] Added backers and sponsors on the README --- README.md | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cca2b03a8..7de9af35c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Tabler - +[![Backers on Open Collective](https://opencollective.com/tabler/backers/badge.svg)](#backers) + [![Sponsors on Open Collective](https://opencollective.com/tabler/sponsors/badge.svg)](#sponsors) Automated by Buddy Premium and Open Source dashboard template with responsive and high quality UI. @@ -25,7 +26,7 @@ We created this admin panel for everyone who wants to create any templates based ## Status -Total Downloads License Latest Release devDependency Status [![buddy pipeline](https://app.buddy.works/codecalm/tabler/pipelines/pipeline/131922/badge.svg?token=1ab151000ecf8700a90dd4d0d7184945d439d2642679b257092d16e76a45dce4 "buddy pipeline")](https://app.buddy.works/codecalm/tabler/pipelines/pipeline/131922) + Total Downloads License Latest Release devDependency Status [![buddy pipeline](https://app.buddy.works/codecalm/tabler/pipelines/pipeline/131922/badge.svg?token=1ab151000ecf8700a90dd4d0d7184945d439d2642679b257092d16e76a45dce4 "buddy pipeline")](https://app.buddy.works/codecalm/tabler/pipelines/pipeline/131922) ## Documentation @@ -82,6 +83,36 @@ Latest ✔ | Latest ✔ | Latest ✔ | 11+ ✔ | 9.1+ ✔ | Latest ✔ - - +## Contributors + +This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. + + + +## Backers + +Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/tabler#backer)] + + + + +## Sponsors + +Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/tabler#sponsor)] + + + + + + + + + + + + + + ## Copyright and license Code and documentation copyright 2018 the [Tabler Authors](https://github.com/tabler/tabler/graphs/contributors) and [codecalm.net](https://codecalm.net). Code released under the [MIT License](https://github.com/tabler/tabler/blob/master/LICENSE). From 6bb511ebdff8ff6f03c2e317cf66a0a8a7c995e9 Mon Sep 17 00:00:00 2001 From: Jess Date: Tue, 3 Jul 2018 09:13:03 -0700 Subject: [PATCH 4/4] Added call to donate after npm install (optional) --- package.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a1c631230..a84002a65 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "dist": "gulp build && JEKYLL_ENV=production jekyll build --destination dist", "publish-dist": "./gh-pages.sh", "watch": "gulp build && npm-run-all --parallel gulp-watch jekyll-watch", - "serve": "gulp build && npm-run-all --parallel gulp-watch jekyll-serve" + "serve": "gulp build && npm-run-all --parallel gulp-watch jekyll-serve", + "postinstall": "opencollective postinstall" }, "repository": { "type": "git", @@ -43,7 +44,9 @@ "bootstrap": "^4.1.0", "npm-run-all": "^4.1.2" }, - "dependencies": {}, + "dependencies": { + "opencollective": "^1.0.3" + }, "files": [ "dist/", "src/" @@ -59,5 +62,9 @@ "Safari >= 9", "Android >= 4.4", "Opera >= 30" - ] -} + ], + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/tabler" + } +} \ No newline at end of file