About QuickBar
Discuss QuickBar here. See all the available themes at the official Github repo.
QuickBar adds an Evo-style Quick Edit bar to the front end of your site. For logged in users only of course.
You'll see a thin green strip at the top. Hovering over it will slide down a bar with Edit Resource, Dashboard and Create Here buttons.
Supports Articles, meaning if you are viewing an Article Container, clicking Create Here, will take you to a page to create a new Article within that container. If you are viewing an Article, you'll be taken to a page to create a new Article in the same Article Container.
This is the initial commit so leaving the 'pieces' of the addon as Chunks and Snippets viewable in the admin. Overtime, may move them to be more behind the scenes.
Information
New in QuickBar 1.1.0
QuickBar 1.1.0
- QuickBar's chunk is now configurable. Thanks sottwell!
QuickBar 1.0.5
- Update quickbar.chunk.tpl #18 (thanks to sottwell for the PR)
QuickBar 1.0.4
- Change permissions check to edit_document
QuickBar 1.0.3
- Simplify authentication logic
QuickBar 1.0.2
- Added purplerain theme
QuickBar 1.0.1
- Bug Fixes
QuickBar 1.0.0
====================================
- Reduced elements Quickbar adds to tree
- Added 25 themes to choose from! See assets/components/quickbar/css
- Changed default theme
QuickBar 0.5.6
====================================
- Now using id rather than class for quickbar-wrapper
QuickBar 0.5.5
====================================
- added to GitHub and now packaged using a build script (rather than PackMan)
- QuickBar stylesheet now dynamically added to head tag
- added white-space:nowrap to the li code
- now supports CSS resets that use * { box-sizing:border-box }
- removed getMgrURL Snippet
QuickBar 0.4.4
====================================
- added responsive styling for 480px wide and below
- added responsive styling for touch devices (if modernizr is included)
QuickBar 0.4.3
====================================
- initial commit
- to use, include [[!QuickBar]] just after your closing body tag