REJack
d31d3f0dfc
fixed unable to click on hamburger button ( #2137 )
6 years ago
REJack
4350df0686
fixed sidebar child indent to indent even level 2+ entries
6 years ago
REJack
2c5cf85ee0
fixed infobox gradient color
6 years ago
REJack
8fe10a9963
some little changes with gradients
...
- removed default gradients
- renamed bg-*-gradient to bg-gradient-* to follow bootstrap's default gradients
- added btn related gradient hover & active changes
- updated related demo files (index.html, pages/widgets.html & pages/UI/buttons.html)
- rebuild dist files
6 years ago
REJack
66f15c4f3d
added notification plugins aka toasts (sweetalert2 & toastr)
...
- added sweetalert2 & toastr to package.json & build/npm/Plugins.js
- added plugin related scss fixes and created files per plugin
- updated "Modals" demo page to "Modals & Alerts" & renamed link on all demo files
- rebuild dist files
6 years ago
REJack
0b96c5ca71
changed navbar child indent to optional via `.nav-child-indent`
6 years ago
REJack
0ab4842315
added sidebar nav-treeview intending
6 years ago
REJack
db9c190e5c
fixed unable to expand sidebar in with navbar-fixed & footer-fixed width
6 years ago
REJack
d852f4ba34
enhanced card & widget with expand/compress (fullscreen) and some little fixes
...
- updated Widget.js
- updated _cards.scss
- enabled gradients in _bootstrap-variables.scss
- fixed old bg-*-gradient (theme colors)
- added bg-*-gradient (colors)
- updated cards demo section in pages/widgets.html
6 years ago
REJack
f70483a806
plugins updates part 2
...
- added .editorconfig
- updated package.json & build/npm/Plugins.js according to the following changes
- updated dev dependencies to clear audits
- updated daterangepicker
- updated overlayScrollbars
- moved flot (0.8.2) to flot-old for plugins
- updated flot
- updated fullcalendar
- replaced icheck with icheck-bootstrap & updated demo files
- added icheck-bootstrap color overrides
- updated inputmask
- updated ion-rangeslider
- updated jquery-ui
- updated bootstrap-slider tweaks & demo files
- replaced jvectormap with jqvmap & updated demo files
- added jquery-mapael & replaced in index2 jvectormap
- updated jquery-knob
- replaced pace with pace-progress
- updated select2 & demo files
- replaced jquery.sparkline with sparklines & updated demo files and removed jquery.sparkline demo section
6 years ago
REJack
91434f4215
added legacy user menu
...
- added scss lines form @BruceHill
- created pages/examples/legacy-user-menu.html as single page demo with html code from @BruceHill but with some modifications ;)
- updated demo files, added legacy user menu link in Extras after Starter Page
- rebuild dist files
6 years ago
REJack
b8ffeb2d5d
fixed sidebar collapse bug after autoCollapse feature
6 years ago
REJack
9b03b865ad
updated plugins part 1
...
- updated package.json plugins (fontawesome)
- updated npm/Plugins
- removed bootstrap css files
- replaced bootstrap-wysihtml5 (it's not support BS4) with summernote
- updated bootstrap-slider to latest version & updated demo
- replaced old chartjs demos with new chartjs
- updated bootstrap-colorpicker & updated forms/advanced demo file
- removed ckeditor in order to respect licenses
- replaced bootstrap-datepicker & bootstrap-timepicker with tempusdominus-bootstrap-4
6 years ago
REJack
9ffff7df6f
modal overlay
...
- update color darken/lighten for custom-switch's
- added .overlay in .modal-dialog/.modal-content
- created demo modal in modals.html
- rebuild css dist files
6 years ago
REJack
7ad0bae031
enhanced custom-switch
...
- updated forms/general demo page
- added custom-switch off/on color variants
- rebuild css files
6 years ago
REJack
cc8a2d7e51
added js option for content height fixed
6 years ago
REJack
5e05228f3c
removed console.log() from PushMenu
6 years ago
REJack
9c640e0f6f
added ability for auto collapse sidebar option
6 years ago
REJack
42568b9b8d
Road to v3.0.0-beta.1
...
- replaced slimScroll to overlayScrollbars
- added new layout types (fixed, navbar-fixed & footer-fixed)
- changed old default layout from "fixed" to non-fixed
- enhanced PushMenu.js to load options via data
- enhanced Layout.js new layout calcs, options via data for scrollbar
- fixed forms fontawesome icons
- added warning-feedback (without icon)
- added sidebar-mini-md
- updated index to use layout-fixed
- updated index2 to use layout-fixed, layout-navbar-fixed & layout-footer-fixed
6 years ago
REJack
ce032ed76f
updated AdminLTE css
...
- fixed fontawesome icon rules in buttons, cards, sidebar & smallbox
- added calc for `.content-wrapper` min-height
- added layouts: top-nav, boxed & sidebar collapsed
- fixed mailbox attachment size
- added bg-*, navbar-*
- updated demo.js
- updated sidebar in demo files (added layout options)
- added autoprefixer to fix browser specific css changes
- added css sourcemap for adminlte.min.css
6 years ago
REJack
d753e8cef9
updated fontawesome to fontawesome-free 5.8.2
...
- updated all demo pages
- updated fontawesome entries in build/npm/Plugins
- updated package.json & package-lock.json
- replaced fontawesome files in plugins/
6 years ago
REJack
64aaa1d3cf
fixed same text-color as background for nav-item:hover dropdown ( Closes #1893 )
6 years ago
REJack
a873327611
added modals & changed zindex's
...
- added Modals Demo Page
- added Link to Modals in any other Demo Page
- added Modal Color Variation fixes
- updated zindex values `header` from 1000 to 900 `sidebar` from 1100 to 950 (below bootstrap 4 defaults to work with dropdown, modal, popover & tooltip)
- removed tooltip zindex overide
6 years ago
REJack
210ee93972
added tooltip fix for tooltips in sidebar (incl. rebuild)
6 years ago
REJack
eab9a2dc00
added fix for cutted nav-link in sidebar collapsed state (incl. rebuild)
6 years ago
REJack
fd7bda276f
added `color: inherit` to .table, incl. rebuild
6 years ago
Jorge Vilaça
61f3ef7a91
minor formatting
6 years ago
Jorge Vilaça
8a7de1cc56
clean debug code
6 years ago
Jorge Vilaça
654f5b169d
slimscroll implementation o v3
6 years ago
Liu Xinyu
7e09433c4d
fix($login-and-register): input border breaks when focus and with validation class ( #2026 )
6 years ago
Eric Enns
163e2d4976
Fix Layout content height to consider footer-height when setting min-height ( #1945 )
6 years ago
hendimarcos
ab9715fd6a
same text-color as background for nav-item:hover dropdown ( #1939 )
...
* fix(scss): same text-color as background for nav-item:hover dropdown
https://github.com/almasaeed2010/AdminLTE/issues/1893
* fix(scss): same text-color as background for nav-item:hover dropdown
https://github.com/almasaeed2010/AdminLTE/issues/1893
6 years ago
hendimarcos
261c5c714e
fix(js): AdminLTE 3 collapse button ( #1938 )
...
https://github.com/almasaeed2010/AdminLTE/issues/1910
6 years ago
Abdullah Almsaeed
a8ed14c146
Update bootstrap and fix #1902
6 years ago
heemza
dfd2677a6d
Fix #1881 ( #1898 )
6 years ago
Abdullah Almsaeed
49fdbb2873
Fix #1689
7 years ago
Abdullah Almsaeed
0ba5f1c3ad
Add demo functions
7 years ago
Abdullah Almsaeed
910f4e5186
Add control sidebar
7 years ago
Abdullah Almsaeed
c33e313723
Add ckeditor5 and fix shadow in form control
7 years ago
Abdullah Almsaeed
53a7c75964
Dev release
7 years ago
Abdullah Almsaeed
f390ddcc1f
Add webpack
7 years ago
Abdullah Almsaeed
cfe8c644f4
Create site wide search bar
8 years ago
Abdullah Almsaeed
b2a83e147f
Remove app.js and enable the Layout module by default
8 years ago
Abdullah Almsaeed
e47cc06a9e
Update search to remove headers and keep parent menus open if a search match is found
8 years ago
Abdullah Almsaeed
41f6f8d55a
Create Search plugin
8 years ago
Abdullah Almsaeed
e8507e21d7
Reformat code style
8 years ago
Abdullah Almsaeed
8781ae4854
Add Search plugin to babel compiler and reformat code style
8 years ago
Abdullah Almsaeed
97dfbaa79f
Update adminlte version
8 years ago
Abdullah Almsaeed
64443ee54f
Replace labels with tags according to BS4 implementation
8 years ago
Abdullah Almsaeed
f27bb32c4a
Add Control Sidebar Plugin
8 years ago
Abdullah Almsaeed
547428c8c9
Add more css features
8 years ago
Abdullah Almsaeed
92775041a4
Add notify to grunt
8 years ago
Abdullah Almsaeed
7041e65d3f
Update JS files
8 years ago
Abdullah Almsaeed
71c560ec27
Fix layout height computation
8 years ago
Abdullah Almsaeed
3f47e43650
Add bower_components to gitignore
8 years ago
Abdullah Almsaeed
f6c69f1d12
Update sidebar
9 years ago
Abdullah Almsaeed
6841615631
Update Layout manager to work with regular layout for now
9 years ago
Abdullah Almsaeed
7861601c7e
Add tether to bower
9 years ago
Abdullah Almsaeed
97df6065b1
Move grunt-tasks to the build folder
9 years ago
Abdullah Almsaeed
545a862c1d
Dev setup
9 years ago
Abdullah Almsaeed
c4ac73688b
Create PushMenu.js
9 years ago
Abdullah Almsaeed
f5f78f415b
Add AdminLTE.css to css folder
9 years ago
Abdullah Almsaeed
6237a4cf8e
Change header markup
9 years ago
Abdullah Almsaeed
846cee1b4d
Add Fix header height issue
9 years ago
Abdullah Almsaeed
17dce579b0
Add new js build folder
9 years ago
Abdullah Almsaeed
c6667c6bca
Adjusted skins and main-header to function with BS4
9 years ago
Abdullah Almsaeed
7b67b58db6
Deleted LESS files
9 years ago
Abdullah Almsaeed
1acadbe382
Convert LESS to SASS
9 years ago
Abdullah Almsaeed
1ee281b3b9
Increment version number
9 years ago
Abdullah Almsaeed
57e10bc372
Fix issue #752
9 years ago
Sullivan SENECHAL
4a83dc18ce
Do not use absolute position for .pull-right on sidebar
9 years ago
Abdullah Almsaeed
4cd707a49e
Merge branch 'master' of https://github.com/almasaeed2010/AdminLTE
9 years ago
Abdullah Almsaeed
8a7a7ae527
Add new map and implementation reference
9 years ago
Gwenael Gallon
226ba4f4ed
Update Bootstrap less files to 3.3.5
9 years ago
Abdullah Almsaeed
0748343f22
Update version
9 years ago
Abdullah Almsaeed
86712ae424
Fix issue #676
9 years ago
Abdullah Almsaeed
ee1782c007
Reformat code
9 years ago
Dennis Neufeld
91f47a8b7a
Formatting
9 years ago
Abdullah Almsaeed
cba5477a46
Reduce text-elipsis rules
9 years ago
Abdullah Almsaeed
fc9554f866
Merge pull request #640 from devmark/patch-1
...
navs add different color
9 years ago
Mark
f7dc1429e2
navs add different color
...
https://github.com/almasaeed2010/AdminLTE/issues/429
9 years ago
Dennis Neufeld
81e784af15
Formatting and stuff
9 years ago
Abdullah Almsaeed
f25c90f598
Fixed csslint error
9 years ago
Abdullah Almsaeed
dde604023b
Fix issue #430
9 years ago
Abdullah Almsaeed
6ab5a66fa2
Fix issue #578
9 years ago
Abdullah Almsaeed
a335278aa1
Fix issue #579
9 years ago
Abdullah Almsaeed
3faad543cb
Update version
9 years ago
Abdullah Almsaeed
36f31d1448
Fixed typo attachemnt to attachment
9 years ago
Abdullah Almsaeed
1555830bc6
Add activity tab to profile
9 years ago
Abdullah Almsaeed
2f390152bc
Created and updated the profile page
9 years ago
Abdullah Almsaeed
e7653c8655
Add box-comment feature
9 years ago
Abdullah Almsaeed
af4deafa7c
Add social widgets
9 years ago
Emin Şen
a7158e5ab8
remove multiple selection height property
9 years ago
Abdullah Almsaeed
30e6e1f034
Conform to CSSLINT rules
9 years ago
Abdullah Almsaeed
0943d33ff3
compressed images
9 years ago
Abdullah Almsaeed
12996b0242
Compressed images
9 years ago
Abdullah Almsaeed
6676c7d068
formatted core.less
9 years ago
Abdullah Almsaeed
2296534d36
Fixed issue with active nav-stacked background
9 years ago
Abdullah Almsaeed
6bf4e63c44
Fixed issue with user menu on small screens
9 years ago
Abdullah Almsaeed
8f1173b340
Fixed issue #590
9 years ago