You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New dark theme: midnight (still work in progress, some elements are missing)
Breaking Changes
accordion() id becomes inputId. accordionItem() id parameter is removed
rework appButton() : this is a classic shiny actionButton, with improved styling.
change title_url in titleUrl in attachmentBlock()
change number_color, number_icon, margin_bottom and rightBorder to camelcase params
in descriptionBlock()
numberIcon in descriptionBlock() only need the name of the icon ('times') instead of the full class (like fa fa-times)
New features
add userMessages() and userMessage()
add dashboardBadge(): use in elements like appButton(). This is different from dashboardLabel()
Minor Change
Fix #52: add collapsed arg to widgetUserBox(). Thanks @terpsrule
Fix #40: add sidebar_icon argument to boxPlus(). Thanks @jmw86069 for the suggestion
Bug Fixes
Fix #61: uniqness of accordion() id. Thanks @RegaCaska
Fix #23: rework id arg in flipBox(). Thanks @vinpogo
Add class btn-box-tool to close button in widgetUserBox().
Prevent from ugly rendering
Fix #51: change card sidebar z-index so that it is not displayed on top of
the page preloader. Thanks @leungi