Commit Graph

12 Commits (e6139c15deae7a82f71870dabb5ca19c6e9f3f4e)

Author SHA1 Message Date
dependabot[bot] 654ad02d8a
Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 (#3323)
* Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 25.0.1 to 26.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v25.0.1...v26.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Clean up .eslintrc.json

* Autofix

* Temporarily disable `unicorn/consistent-destructuring`

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-18 10:01:39 +02:00
XhmikosR 2545f04bf3
Use template literals (#2835) 2020-06-13 14:34:10 +02: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
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 ff41f98ea5
enhanced CardWidget & card style with nav-tabs 2020-01-28 11:25:39 +01:00
REJack ce486267c4
fixed nested card collapse/expand icon bug 2020-01-17 07:37:39 +01:00
REJack e24c4d01ff
some small js option fixes 2019-11-17 11:53:47 +01:00
REJack 7c730af2c8
fixed icon update in CardWidget 2019-08-29 11:55:25 +02:00
REJack b816ef347a
enhanced CardWidget (Widget)
- renamed Widget to CardWidget
- renamed data-widget to data-card-widget
- reworked Selector & ClassName Icons to Option
- splited toggleMaximize to maximize & minimize
- added maximizeTrigger Option
- enhance code to run methods without buttons
2019-08-20 12:33:52 +02:00