Commit graph

1460 commits

Author SHA1 Message Date
XhmikosR 8e48630aac
Update .browserslistrc (#2849)
* Remove the minimum Chrome and Firefox versions
* Make Edge 16 the minimum version
* Add Firefox ESR
2020-06-27 17:54:31 +02:00
XhmikosR 5386be7a22
Fix comment (#2839) 2020-06-13 14:43:12 +02:00
XhmikosR c886592bc5
ControlSidebar.js: minor simplification (#2837) 2020-06-13 14:42:56 +02:00
XhmikosR 57c2dd90c0
Update browserslist config (#2836)
* use the defaults
* drop Edge < 15
* drop Android since newer Android uses Android WebView which is Chromium-based
2020-06-13 14:34:36 +02:00
XhmikosR 2545f04bf3
Use template literals (#2835) 2020-06-13 14:34:10 +02:00
XhmikosR bce97813d6
Be explicit with the background color property (#2834) 2020-06-13 12:22:58 +02:00
REJack fffb131305
Merge pull request #2830 from XhmikosR/js-string-constants
Switch to String constants
2020-06-13 12:17:41 +02:00
XhmikosR 6a7c491071 ExpandableTable.js: add missing variable 2020-06-13 10:23:57 +03:00
XhmikosR f94fa978f9 Fix DirectChat toggled event. 2020-06-13 10:23:57 +03:00
XhmikosR 4101916d14 Switch to String constants
Should result in better compression (aprox. -10% from the compressed adminlte.min.js) and should be easier to see unused/undefined variables on lint stage.
2020-06-13 10:23:56 +03:00
REJack 0a589f61b1
Merge pull request #2818 from XhmikosR/patch-1
vnu: enable `Werror`
2020-06-12 20:43:16 +02:00
REJack 515edfa906
Merge pull request #2829 from XhmikosR/deps
Update dependencies
2020-06-12 20:42:12 +02:00
XhmikosR a8b291a943
Ignore more plugin files. (#2831) 2020-06-12 20:41:13 +02:00
XhmikosR 3f203af04b
Remove .nav-tabs-custom references (#2832) 2020-06-12 20:40:06 +02:00
XhmikosR 5af47e0398
Update docs.yml
Fix ruby cache invalidation
2020-06-12 14:22:24 +03:00
XhmikosR 967fdeff31 Update Gemfile.lock 2020-06-12 12:49:44 +03:00
XhmikosR 29631025f3 Update dependencies
* flag-icon-css          ^3.4.6  →   ^3.5.0
* sweetalert2           ^9.14.0  →  ^9.14.4
* eslint-config-xo      ^0.30.0  →  ^0.31.0
* eslint-plugin-import  ^2.20.2  →  ^2.21.2
* rollup                ^2.13.1  →  ^2.15.0
2020-06-11 15:27:46 +03:00
XhmikosR 3bbde9e7ec pages/gallery.html: add missing headings 2020-06-08 14:29:23 +03:00
XhmikosR 9dfc8da08a It's JavaScript. 2020-06-08 14:29:23 +03:00
XhmikosR 500a53be1c pages/tables/simple.html: add colspan 2020-06-08 14:29:23 +03:00
XhmikosR 7f890fd6a2 ExpandableTable.js: lowercase colspan 2020-06-08 14:29:22 +03:00
XhmikosR 819455f5ec Fix 404.html page 2020-06-08 14:29:22 +03:00
XhmikosR e8043b6a25 vnu: enable Werror 2020-06-08 14:29:22 +03:00
XhmikosR cf2e1b85dc
Fix accordion example (#2823)
* make collapsible heading behave like a block
* remove the non-existent `panel-collapse` class
* replace the `in` class with `show`
2020-06-08 13:28:13 +02:00
XhmikosR 18ee4a5421
Ignore inputmask.binding.js (#2820) 2020-06-08 12:33:22 +02:00
XhmikosR 8daa7a8f86
Use Bootstrap 4.4 consistently. (#2824) 2020-06-08 12:31:05 +02:00
REJack 06239d3d35
Merge pull request #2817 from XhmikosR/deps
Deps
2020-06-06 11:29:42 +02:00
XhmikosR 9cabb6468d Update devDependencies 2020-06-06 09:42:01 +03:00
XhmikosR b2233260d4 Update bootstrap-slider to v11.0.2. 2020-06-06 09:41:45 +03:00
XhmikosR a4673ccd1b
Unbreak lines (#2814) 2020-06-05 16:36:57 +02:00
REJack 5ed7e97288
Merge pull request #2797 from XhmikosR/docs
Fix docs
2020-06-05 16:34:46 +02:00
XhmikosR 1f6c5a8181
Fix typo in comment (#2813) 2020-06-05 16:14:36 +02:00
XhmikosR 7782373a12 Remove docs from the npm package 2020-06-05 17:02:09 +03:00
XhmikosR 6017b241bf Markdown tweaks 2020-06-05 17:02:09 +03:00
XhmikosR edc51cc61b Fix Jekyll variables and Liquid consistency tweaks
* add `baseurl`
* add `url`
2020-06-05 17:02:09 +03:00
XhmikosR 4bc6c1e8d6
Add missing trailing slash in docs link. (#2812) 2020-06-05 16:00:55 +02:00
XhmikosR ae670b200e
Load the minified summernote CSS (#2804) 2020-06-05 16:00:30 +02:00
XhmikosR a3dc358394
language-menu.html: load flag-icon-css locally (#2803) 2020-06-05 16:00:15 +02:00
XhmikosR 3cec30427d
layout.md: Escape \ (#2811) 2020-06-05 15:51:49 +02:00
XhmikosR ea21c73666
Add back jsgrid/demos/db.js (#2810)
It's used in pages/tables/jsgrid.html.
2020-06-05 15:51:13 +02:00
XhmikosR 39e9416f8c
Rename variable for clarity (#2801) 2020-06-05 15:49:56 +02:00
REJack 4a31f9986b
Merge pull request #2799 from XhmikosR/pages
HTML Pages tag cleanup
2020-06-05 15:49:39 +02:00
XhmikosR 6788552f17
chartjs.html: switch to $. like everywhere else (#2798) 2020-06-05 15:47:32 +02:00
XhmikosR 695cfb9dd9
Update devDependencies and gems (#2796) 2020-06-05 15:46:57 +02:00
XhmikosR 96946b4fd4 Remove the obsolete X-UA-Compatible 2020-06-05 08:31:34 +03:00
XhmikosR 2f4a7e0e3e Move Google Fonts CSS first.
Also, fix a couple of comments.
2020-06-05 08:27:14 +03:00
REJack 5a6a9142fe bump bundlewatch size 2020-06-05 01:46:36 +02:00
bansalshashank f1ce1758ce
[Tables] Expandable table (#2528)
* [Tables] Expandable table

* enhance expandable table

* fix AdminLTE.js export

* fix linting errors

* fix HTML validator errors

Co-authored-by: Shashank Bansal <shashank.bansal@eloquent.studio>
Co-authored-by: REJack <info@rejack.de>
2020-06-05 00:35:50 +02:00
REJack 9f8149a44e remove missplaced "Outline" on non-outlined boxes 2020-06-04 21:39:44 +02:00
XhmikosR 74cccca8a1
Refactor SCSS main files. (#2791) 2020-06-04 21:27:13 +02:00