Alex Hua
|
c7fe21050c
|
Fix a mini sidebar bug when embedding admin-lte into iframe (#4799)
When embedding whole admin-lte page into a iframe, mini sidebar will display without content.
|
2023-03-21 18:25:32 +05:30 |
REJack
|
75deb497b3
|
fix(plugins): reworked jQueryInterface's for all plugins
|
2022-06-29 21:10:20 +02: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
|
c1101389a3
|
fix(js): body layout-fixed & layout-navbar-fixed calculates wrong minHeight
|
2022-01-09 22:42:22 +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
|
2bbb0f1cab
|
fix(4033): iframe tab id is not valid with escaped href's
|
2021-11-24 17:38:54 +01: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
|
4a2c52d962
|
add allowReload option for IFrame plugin
|
2021-09-17 23:18:19 +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
|
26c84e39a3
|
fix iframe mode with hash-links
|
2021-07-29 22:22:26 +02:00 |
REJack
|
1f1d19ad52
|
fix click sidebar link if iframe-mode isn't active
|
2021-07-12 22:36:38 +02:00 |
REJack
|
4a2a28f799
|
fix height bug w/o footer
|
2021-07-12 21:59:23 +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 |
Diego Smania
|
39429d88a7
|
[Treeview Menu]: Fix childs behaviour when closing parent treeview menu.
|
2021-06-14 14:34:04 -03: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 |
Daniel
|
7cbd3ff08e
|
Update Fullscreen.js
|
2021-04-29 14:42:15 +05:30 |
Diego Smania
|
482046d869
|
[Fullscreen Plugin]: Fix icon change when enter/exit full screen mode.
|
2021-04-28 18:10:45 -03:00 |
equada
|
a7e0650821
|
add errorhandling to cardrefresh plugin (#3555)
Co-authored-by: REJack <info@rejack.de>
Co-authored-by: Daniel <50356015+danny007in@users.noreply.github.com>
|
2021-04-27 17:33:14 +05:30 |
REJack
|
5b07bdd8e9
|
fixed IFrame jQuery API configuration & height calculation in iframe elements
|
2021-04-07 02:12:18 +02:00 |
Daniel
|
c434c98aa8
|
Fix: sidebar search url issue (#3557)
Fixed https://github.com/ColorlibHQ/AdminLTE/issues/3556
|
2021-04-07 01:05:07 +02:00 |
REJack
|
5b19f5e9aa
|
enhanced IFrame plugin
- fix error throw
- add tab close button hide/show with hover/focus
|
2021-03-04 08:04:09 +01:00 |
eworld
|
ee740e97e4
|
Rename selector name
- Rename SELECTOR_BODY as SELECTOR_EXPANDABLE_BODY
|
2021-02-27 12:10:43 +00:00 |
eworld
|
b4a4463240
|
Improve expandable table
|
2021-02-27 11:56:00 +00:00 |
Daniel
|
0f694c624d
|
small patch fix at switchTab in iFrame (#3435)
|
2021-02-22 08:50:37 +01:00 |
REJack
|
25a3c4bf1f
|
rework IFrame for single tab closing
|
2021-02-17 11:23:12 +01:00 |
REJack
|
e9ee4e5e17
|
enhance IFrame close button & removeActiveTab function
|
2021-02-17 09:18:44 +01:00 |
REJack
|
8ed2712688
|
small IFrame plugin fixes
|
2021-02-17 09:00:25 +01:00 |
REJack
|
a2ace385cd
|
add ability to create start tab (selfcreated)
|
2021-02-17 08:43:08 +01:00 |
REJack
|
e0a5aa8541
|
remove debug console.log from IFrame plugin
|
2021-02-10 08:42:36 +01:00 |
REJack
|
472c1622cf
|
add allowDuplicates option to IFrame plugin
|
2021-02-10 08:41:59 +01:00 |
REJack
|
1b66775d4b
|
fix iframe mode fullscreen height calculation
|
2021-02-10 08:20:01 +01:00 |
REJack
|
1cacb6aed9
|
small NavbarSearch improvements
|
2021-02-02 08:15:50 +01:00 |
Daniel
|
36f82d7335
|
preload improve
|
2021-01-28 01:10:05 +05:30 |
REJack
|
983b5ec24f
|
add sidebar-search-results to IFrame tab creation
|
2021-01-27 08:44:43 +01:00 |
Daniel
|
951a67b43f
|
eslint unicorn fix lint errors (#3363)
|
2021-01-27 07:55:54 +01:00 |
REJack
|
c104f19a0c
|
Merge pull request #3284 from danny007in/preloader-add
Preloader Added
|
2021-01-19 07:57:18 +01:00 |
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 |
Daniel
|
6fb29e917a
|
Preloader Added
|
2021-01-05 07:04:04 +05:30 |
REJack
|
e4ab1e4737
|
fix small iframe bug
|
2021-01-01 14:29:57 +01:00 |
REJack
|
e41e0401c0
|
Merge pull request #3265 from ColorlibHQ/dependabot/npm_and_yarn/eslint-plugin-unicorn-25.0.0
Bump eslint-plugin-unicorn from 23.0.0 to 25.0.0
|
2020-12-30 08:42:00 +01:00 |
Daniel
|
1ce6165330
|
Fixed Errors of PR - Bump eslint-plugin-unicorn from 23.0.0 to 25.0.0 (#3267)
Fixed Lint Errorshttps://github.com/ColorlibHQ/AdminLTE/pull/3265
|
2020-12-30 08:34:17 +01:00 |
REJack
|
955d89b08d
|
fix content height bug (#3249)
|
2020-12-30 08:29:46 +01:00 |
REJack
|
f378e2f359
|
fix IFrame plugin for old browsers
|
2020-12-30 08:22:19 +01:00 |
REJack
|
f8ce13b9fa
|
fix iframe unique name with special chars
|
2020-12-23 08:13:02 +01:00 |
Daniel
|
077599d1cc
|
Layout Height Fixed (#3214)
|
2020-12-22 10:17:18 +01:00 |
Daniel
|
93c155bb7a
|
Bug fixed in iFrame.js (#3235)
Done #3233 with lgtm warning fixed
|
2020-12-22 08:45:59 +01:00 |