Commit Graph

768 Commits

Author SHA1 Message Date
REJack
75deb497b3 fix(plugins): reworked jQueryInterface's for all plugins 2022-06-29 21:10:20 +02:00
REJack
fe9461033d fix(4556): enable scroll-behavior smooth as default behavior 2022-06-29 20:48:00 +02:00
REJack
12ad550a4a fix(stylelint): config extend broken & fontawesome class lint error 2022-06-28 23:11:35 +02:00
REJack
4f1546acb2 feat: removed bootstrap-switch due massive npm bugs & incompatible updates 2022-06-28 21:35:06 +02:00
REJack
959d8dd9e0 fix: flag-icon-css/flag-icons replace missing 2022-06-28 20:54:18 +02:00
André Teles
7748b38a6e Add verification use of & outside of style rules (#4276) 2022-03-03 20:45:40 +01:00
REJack
2db3ee975e bump version 2022-02-07 21:33:08 +01:00
REJack
f88d61cbc6 fix(4186): various collapsed sidebar-mini bugs 2022-01-22 22:01:56 +01:00
Mahmoud
0b6c1339ea Fix Bug for encoding URI (#4207)
Encoded URI:
http%3A%2F%2F127.0.0.1%3A8001%2F

Decoded URI:
http://127.0.0.1:8001/
2022-01-21 19:35:31 +01:00
REJack
0c983d5623 fix/remove-division (#4204)
* Fix Using / for division is deprecated (#4123)

* Fix Using / for division is deprecated
* replace divide function by multiplication
* attempt to fix tests

* fix: remove leading zero

* fix: Undefined operation "times"

Co-authored-by: Vincent Garnier <forxer@gmail.com>
2022-01-18 19:47:31 +01:00
kreic51
60c63ab68b Fix card-outline-tabs in dark mode and hover (#4099)
* Fix card-outline-tabs in dark mode and hover

* removing blanks

Co-authored-by: Erick <kreic51@hotmail.com>
2022-01-12 19:21:15 +01:00
REJack
0927e68fa4 feat(css): add sidebar-hidden class to hide completely the sidebar 2022-01-12 19:15:17 +01:00
REJack
c1101389a3 fix(js): body layout-fixed & layout-navbar-fixed calculates wrong minHeight 2022-01-09 22:42:22 +01:00
REJack
69c8d427be fix(scss): form-control-sm and custom-select-sm are inconsistent 2022-01-09 22:18:50 +01:00
REJack
a936e220f6 feat(control-sidebar): add ability to toggle between multiple control-sidebars
- instead of collapse and show (2 clicks)
2021-11-25 02:11:39 +01:00
Rikson
adc28b9dae Fixed toggling multiple control sidebar (#4070) 2021-11-25 02:08:12 +01:00
REJack
41e2971cd2 feat(3973): enhance ExpandableTable with button click beside table row click 2021-11-24 22:44:04 +01:00
REJack
52d947384e fix(3965): bg-* get overwritten by print mode 2021-11-24 18:39:47 +01:00
REJack
2bbb0f1cab fix(4033): iframe tab id is not valid with escaped href's 2021-11-24 17:38:54 +01:00
REJack
9cc4ce3988 fix(4042): miss aligned buttons on jqvmap 2021-11-24 17:27:16 +01:00
Cleverson
3517de7586 Fixed border color for active item on dark-mode
Fixed border color for active item on dark-mode
2021-10-23 21:41:11 -03:00
REJack
0a39ce0165 bump version 2021-09-19 12:21:26 +02:00
REJack
a2cf3e1a63 add darkmode for daterangepicker 2021-09-18 02:02:39 +02:00
REJack
f545979c64 fix iframe plugin for default tabs 2021-09-18 01:28:18 +02:00
REJack
9e1de03c2d add collapsed-done event for control-sidebar and pushmenu 2021-09-18 00:21:26 +02:00
REJack
791a8462ed add .hide-nav-header-on-hover to hide nav-header on focus/hover 2021-09-17 23:52:20 +02:00
REJack
13bcd7b662 fix iframe fullscreen mode with fixed navbar 2021-09-17 23:42:08 +02:00
REJack
4a2c52d962 add allowReload option for IFrame plugin 2021-09-17 23:18:19 +02:00
REJack
d2e2987a5f fix control-sidebar-open 2021-09-17 22:32:08 +02:00
REJack
ab0ebc9a88 fix click event if iframe mode is loaded on contentwrapper 2021-09-17 21:28:20 +02:00
Diego Smania
3267f781b9 [build/js]: Fix height problem on default tabs for the IFrame plugin. (#3876) 2021-09-17 21:26:49 +02:00
REJack
afc5fb71de fix autofill bug in chrome 2021-08-26 22:01:35 +02:00
REJack
26c84e39a3 fix iframe mode with hash-links 2021-07-29 22:22:26 +02:00
REJack
1098533bcd add navbar-nav-not-expanded class 2021-07-29 22:04:58 +02:00
REJack
52ff423787 fix invisible nav items if there is a second nav in content 2021-07-29 19:33:58 +02:00
REJack
5ed42b14da add z-index on control-sidebar in layout-boxed 2021-07-12 23:15:05 +02:00
REJack
9d099b11ee fix sidebar custom area placing on mobile devices 2021-07-12 23:10:14 +02:00
REJack
1f1d19ad52 fix click sidebar link if iframe-mode isn't active 2021-07-12 22:36:38 +02:00
REJack
c40e59870e fix badge link with custom accent 2021-07-12 22:04:57 +02:00
REJack
4a2a28f799 fix height bug w/o footer 2021-07-12 21:59:23 +02:00
REJack
ad2cdc7a56 fix custom area with body.text-sm 2021-07-12 21:40:48 +02:00
REJack
eb5be81a11 further iframe fixes & changes
- add iframe-dark
- add autoDarkMode for loaded iframes
- add border-dark overwrite in dark-mode
- fix markup with Default IFrame Tab on load
2021-07-12 21:28:23 +02:00
REJack
6dd6d2f503 fix dark-mode (text|link)-(black|dark) color switch 2021-07-12 20:13:33 +02:00
Diego Smania
39429d88a7 [Treeview Menu]: Fix childs behaviour when closing parent treeview menu. 2021-06-14 14:34:04 -03:00
REJack
bea0e5aa8f Merge pull request #3696 from Shidersz/fix_default_btn_disabled_style
Fix disabled style for some buttons.
2021-06-12 18:56:34 +02:00
Diego Smania
e156784867 [Gradient Buttons]: Fix to keep font color on hover event. 2021-06-12 12:13:59 -03:00
Diego Smania
1b8435c09a [scss/info-box]: Fix overflow style on info-box-content class. (#3694) 2021-06-12 03:09:15 +02:00
mostafahesham-dev
3ac53de622 fix Closing parent in Treeview closes descendants, but "arrow" icon is not changed properly (#3647)
* fix #3643

* added extra line

* remove extra space
2021-06-12 03:03:03 +02:00
Diego Smania
2aa1da0db3 Add some fixes 2021-05-16 12:23:38 -03:00
Diego Smania
2bca2ef341 [pages, scss]: Add new light and dark buttons variants to the buttons page and fix they style. 2021-05-15 17:19:39 -03:00