-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated bootstrap v3 to bootstrap v4 Updated chart js from v1 to v2 Configure grunt so files in bower folder are copied first then minified instead of just copied Delete not needed css files for datatables and add the minimal one jquery.dataTables.min.css Added images for datatable for better UX knowing you can sort tables Moved chart code into its own method into main/php/main.php Made charts half columns on default now col-md-6 instead of col-md-12. This allows you to see more easier if you have multiple monitors. If theres only 1 monitor it will fallback to full width col-md-12. Update some comments in the PHP. Refactor some css and use bootstrap 4 native classes to handle most of the margin/padding in the template. Add _() function on all translatable strings. ( plan on adding translation soon ) Performance improvements. Charts had some lag before and now they seem to be a lot faster. Migration: Just git pull and relax. No need to do anything else. :)
- Loading branch information
1 parent
8a3d13f
commit 075348c
Showing
26 changed files
with
3,492 additions
and
5,762 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
{ | ||
"name": "uptime-robot", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"authors": [ | ||
"HeadTalker <code@headtalker.com>" | ||
"HeadTalker <contact@headtalker.com>" | ||
], | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components" | ||
], | ||
"dependencies": { | ||
"Chart.js": "~1.0.2", | ||
"bootstrap": "~3.3.5", | ||
"jquery": "~2.1.4" | ||
"Chart.js": "2.1.4", | ||
"jquery": "2.1.4", | ||
"bootstrap": "v4.0.0-alpha.2", | ||
"tether": "1.3.2", | ||
"datatables.net": "1.10.12", | ||
"datatables.net-dt": "1.10.12" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.