Commit Graph

7 Commits

Author SHA1 Message Date
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
XhmikosR
5a1ae0c35e Cache selectors when possible. (#2790) 2020-06-04 20:06:38 +02:00
XhmikosR
e848621b32 Remove unneeded IIFEs (#2774) 2020-06-02 15:23:22 +02:00
XhmikosR
e56939983d Remove variables only used once. 2020-06-02 06:30:39 +03:00
XhmikosR
27ff009494 Comply to the ESLint rules. 2020-06-01 14:26:08 +03:00
REJack
e24c4d01ff some small js option fixes 2019-11-17 11:53:47 +01:00
REJack
ec008a693f added Toasts.js & enhanced toasts style
- created Toasts.js
- updated build/js/scss/plugins/_toastr.scss
- added toast-variant mixin in build/scss/_mixinis.scss
- created build/scss/_toasts.scss
- added zindex-toasts variable in build/scss/_variables.scss
- updated build/scss/AdminLTE.scss & build/scss/AdminLTE-raw.scss
- updated pages/UI/modals.html
- created docs/javascript/toasts.md
- updated docs/_config.yml
2019-09-16 12:05:25 +02:00