Commit graph

172 commits

Author SHA1 Message Date
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
REJack 230c86dc71 fix visible control sidebar on side 2020-12-04 09:11:51 +01:00
REJack bfc26debdc Merge branch 'master' of https://github.com/ColorlibHQ/AdminLTE 2020-12-03 11:03:10 +01:00
REJack 0421dca188 fixed control-siderbar with fixed footer/navbar 2020-12-03 10:56:53 +01:00
REJack 1010ccaade
Merge pull request #3185 from ColorlibHQ/fix-lgtm-unused-local-variable
lgtm fixes part two
2020-12-02 10:15:55 +01:00
REJack 22791b6b17
Merge pull request #3186 from ColorlibHQ/feat/navbar-search
navbar search
2020-12-02 09:50:32 +01:00
REJack 9a4b838251 rename site-search to navbar-search 2020-12-02 09:34:04 +01:00
REJack 700e5a0784 update SiteSearch.js 2020-12-02 09:24:43 +01:00
REJack 2fccc04016 add sitesearch in AdminLTE.js 2020-12-02 08:51:13 +01:00
REJack 63eff3a60f first changes 2020-12-02 08:50:58 +01:00
REJack 5d4ed59ba9 fix SidebarSearch 2020-12-02 08:35:47 +01:00
dependabot[bot] 86af2757ac
Bump eslint-plugin-unicorn from 22.0.0 to 23.0.0 (#3174)
* Bump eslint-plugin-unicorn from 22.0.0 to 23.0.0

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 22.0.0 to 23.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v22.0.0...v23.0.0)

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

* Update Layout.js

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-30 14:46:19 +02:00
REJack 120844862f escape navItem & tabItem in IFrame.js 2020-11-30 09:50:19 +01:00
REJack 480b63121c escape results in SidebarSearch 2020-11-30 09:42:38 +01:00
REJack da94ddd415 add escape around _renderItem in SidebarSearch.js 2020-11-30 09:31:53 +01:00
REJack b0f9c48ea5 try to fix SidebarSearch xss error 2020-11-30 09:03:15 +01:00
REJack 3d4e523b59 remove console.log from ControlSidebar 2020-11-27 10:46:57 +01:00
REJack 29c2375e2b enhance ControlSidebar.js
- add abilty to set target
- fix show control-sidebar on page load
2020-11-27 10:21:42 +01:00
Daniel 48ceaed751
sidebar upgradeed (#3159)
Removed Unnecessary Code
And
Sidebar improved (Can work smothly without overlayscroll plugin)
2020-11-27 09:21:15 +01:00
REJack b835bb678b rework content height events
- add mouse enter/leave event
- add timeout on expand/collapse sidebar event
2020-11-26 16:15:10 +01:00
REJack 8196efdc5e fix min-height calculation with controlSidebar 2020-11-26 15:39:31 +01:00
Daniel 0a70c3c89f layout size bug fixed 2020-11-25 14:22:20 +05:30
REJack 45cd9f6645 rename .fullscreen-mode to .iframe-mode-fullscreen 2020-10-03 15:43:47 +02:00
REJack 865fc053fa add iframe fullscreen mode 2020-10-03 15:43:15 +02:00
REJack 113a477618 add scroll buttons for navbar items 2020-10-03 15:12:06 +02:00
REJack 98962aeab7 enhance removeActiveTab 2020-10-03 14:31:11 +02:00
REJack 81b9131269
Merge branch 'master' into feat/iframe-plugin 2020-10-01 13:11:46 +02:00
REJack a772df102d rework methods 2020-09-30 09:04:29 +02:00
REJack f0f59489f0 fix tab events 2020-09-29 08:48:41 +02:00
REJack 39f9e9e8a8 add usage for useNavbarItems 2020-09-29 08:44:17 +02:00
REJack 94867cd6b5 rename events to onTab* instead of tab* 2020-09-29 08:27:43 +02:00
REJack 99a1632731
Merge pull request #3039 from ColorlibHQ/feat/some-plugin-fixes
some plugin fixes
2020-09-21 10:45:22 +02:00
Ryan 32a760a47d
Fix for sidebar searching when there are no sidebar to search (#3010)
* added examples for box shadows

Add some examples for shadows on certain elements/widgets like the cards or tables; mainly to help with color contrasting since the body background has a similar color / tone with the element/widget's background

* Revert "added examples for box shadows"

This reverts commit 3aa62588db.

* Fix sidebar searching

If there are no data-widget: "sidebar-search" found, then stop init()
2020-09-21 10:33:44 +02:00
REJack 209075b504 fix mulitple level dropdown-menu overlapping 2020-09-21 09:28:14 +02:00
REJack e257bffd0d add posibile fix to use multiple sidebar treeviews 2020-09-21 09:12:41 +02:00
REJack fd07c05d2d last few changes
- fix sidebar menu item name (remove badge text)
- add removeActiveTab and event listener
2020-09-20 11:18:05 +02:00
REJack 0cfe854c71 add ability to set menu items active 2020-09-20 10:55:39 +02:00
REJack 18aeaed0a6 add event callback's (tabClicked, tabChanged, tabCreated) 2020-09-20 10:07:34 +02:00
REJack b4b92be945 add ability to use navbar items 2020-09-20 09:59:23 +02:00
REJack 3a12dce448 add tab loading screen with delay 2020-09-19 14:51:15 +02:00
REJack 5bf7e0346b fix iframe height setter 2020-09-19 14:16:39 +02:00
REJack 563a91d15a add panelAutoHeightMode in Layout.js 2020-09-19 14:15:59 +02:00
REJack 349b501c27 further progress
- fix tab creation
- fix tab switching
- add auto open tab on creation
- add auto iframe mode for easy adaption
- add switchTab method
2020-09-19 14:00:55 +02:00