Commit Graph

577 Commits (15e92b4546d6e190d0124a347387f8b3267f3409)

Author SHA1 Message Date
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 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 1058af118a rework navbar to be scrollable 2020-09-20 11:16:39 +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
REJack b810326bb8 further changes
- add empty tab
- fix tab switching
- add _fixHeight
2020-09-18 12:54:44 +02:00
REJack a298bab35d start iframe plugin 2020-09-16 15:32:22 +02:00
REJack 80f96916e0
Merge pull request #3024 from ColorlibHQ/feat/new-example-pages
new example pages
2020-09-14 12:52:23 +02:00
Ryan 48743c7dee
Small fix for TodoList plugin (#3013)
Properly attach the event listener to the correct selector and fix on the options passed on in the JQuery API. However, a new bug comes from this fix when both data-widget and Jquery API is set where the event listener will be triggered twice
2020-09-11 11:57:33 +02:00
REJack fdf849bab9 add new login, register & recover-password v2 page 2020-07-25 23:50:56 +02:00
REJack c79452bb22
sidebar search enhancements (#2929)
* add ability to move across entries with arrow keys
* small style fixes for sidebar search
* bump bundlewatch size
2020-07-25 22:52:55 +02:00
REJack 127a1568c7
remove simplemde (#2928)
* remove simplemde
* remove simplemde from docs/dependencies
2020-07-25 19:58:03 +02:00
REJack 45a51f51b2
fix control-sidebar height with layout-fixed (#2927) 2020-07-25 00:39:07 +02:00
REJack 346515b5a7
remove sidebar-is-opening on expand (#2926) 2020-07-24 22:43:50 +02:00
REJack 67c15d1389
remove flot-old and add flot plugins from flot/source folder (#2924) 2020-07-24 22:13:20 +02:00
REJack 949f91985f
add support for fontawesome svg icons (#2920)
* add support for fontawesome svg icons
* bump bundlewatch sizes
2020-07-24 17:59:40 +02:00
REJack 216841f578 add dropzonejs plugin 2020-07-24 14:56:45 +02:00
REJack 2df58a35cc add codemirror & simplemde plugin files 2020-07-24 13:16:36 +02:00
REJack 46927d3259 add bs-stepper plugin 2020-07-23 23:12:42 +02:00
REJack bafc8e67b8
fix maximized-card card-body overflow (#2915) 2020-07-23 22:18:44 +02:00
REJack 16686958b6
add nav-collapse-hide-child in demo.js (#2913)
* add nav-collapse-hide-child in demo.js
* fix nav-collapse-hide-child with sidebar-no-expand
2020-07-23 20:58:15 +02:00
REJack aac8ca32df
add font awesome light & duotone icons support (#2911)
* add font awesome light & duotone icons support
* fix lint error
2020-07-22 16:50:44 +02:00
REJack 1666fa3a46
enhance brand-link with pushmenu inside brand (#2910) 2020-07-22 16:08:19 +02:00
REJack b48419b23b
sidebar custom area (#2908)
* add sidebar-custom style
* fix hide-on-collapse
* add new sidebar menu entry
* add custom area docs info
2020-07-22 16:06:12 +02:00
REJack 01e00cd43d
enhance ExpandableTable for table tree (#2907)
* enhance ExpandableTable for table tree
* remove unused rotate class
* fix html validator error/warnings
2020-07-22 16:03:54 +02:00
REJack c9603ef5aa
fullscreen plugin/button (#2906)
* add fullscreen plugin
* add fullscreen buton in topnav
* remove old mozilla function
2020-07-22 16:01:38 +02:00
REJack 42a184233e
add pagination month (#2905) 2020-07-22 16:00:40 +02:00
REJack c02ab3f0cd
Merge pull request #2841 from ColorlibHQ/feat/sidebar-search
Sidebar Search
2020-07-05 12:03:22 +02:00
XhmikosR 755df41324
Remove console.log (#2860) 2020-06-28 14:03:01 +02:00
REJack 5b24a7a47d
rework expandable table (#2825) 2020-06-27 18:58:40 +02:00
REJack 45d4759ab0 add abilty to highlight name and path 2020-06-27 18:58:12 +02:00
REJack 6823a175d2
Revert "fix: ignore warnings for deprecation and add TODO for removing dependency (#2852)" (#2858)
This reverts commit 2458663439.
2020-06-27 18:30:21 +02:00
Shawn Heide 2458663439
fix: ignore warnings for deprecation and add TODO for removing dependency (#2852) 2020-06-27 17:56:03 +02:00
REJack 30746618d0 add sidebar search style 2020-06-13 17:33:02 +02:00
REJack 00b4aec60a add SidebarSearch.js 2020-06-13 17:32:43 +02:00
XhmikosR c886592bc5
ControlSidebar.js: minor simplification (#2837) 2020-06-13 14:42:56 +02:00
XhmikosR 2545f04bf3
Use template literals (#2835) 2020-06-13 14:34:10 +02:00
XhmikosR bce97813d6
Be explicit with the background color property (#2834) 2020-06-13 12:22:58 +02:00
XhmikosR 6a7c491071 ExpandableTable.js: add missing variable 2020-06-13 10:23:57 +03:00
XhmikosR f94fa978f9 Fix DirectChat toggled event. 2020-06-13 10:23:57 +03: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 7f890fd6a2 ExpandableTable.js: lowercase `colspan` 2020-06-08 14:29:22 +03:00
XhmikosR e8043b6a25 vnu: enable `Werror` 2020-06-08 14:29:22 +03:00