OpenStack Task Tracking Browser Client
Go to file
Michael Krotscheck 3dd638aabb Moved main navigation into fixed sidebar.
The more I used it and tried to design for it, the more the bootstrappy
header and footer menus started to annoy me. This commit removes them,
and moves primary navigation into a left-locked sidebar. This reclaims
some of the bootstrap wasted whitespace, as well as giving us an
option for two tiers of submenu: directly below the main menu item,
or pulled to the right as a second-tier left menu.

- Removed header and footer as no longer necessary.
- Moved all links into main_menu and restyled.
- Deleted old zombie bootstrap files, not certain where they came from.
- Removed old navbar styles.
- Added new navbar-fixed-left component, as well as a pilltab and
link menu style.
- Added margin and container adjustments for responsive sizing.
- Updated body padding since we don't have top fixed menus anymore.
- Updated global container widths to accomodate for 150px less space.
- Removed zombie code in index.html that should never have been there.
- Updated Bootstrap

Change-Id: Ib84ba77ea296e7ad0c6e8482c7b1c3a31885eb03
2014-04-23 10:44:01 -07:00
bin Fix API launch 2014-02-28 14:08:34 -08:00
src Moved main navigation into fixed sidebar. 2014-04-23 10:44:01 -07:00
test Added unit tests for string_util. 2014-03-28 16:57:32 -07:00
.gitignore Simple whitelabeling 2014-04-14 18:02:34 -07:00
.gitreview Initial commit 2014-01-14 18:49:39 -08:00
.jshintrc Added unit tests for string_util. 2014-03-28 16:57:32 -07:00
bower.json Moved main navigation into fixed sidebar. 2014-04-23 10:44:01 -07:00
Gruntfile.js Enabled functional tests 2014-04-18 09:16:11 -07:00
karma-integration.conf.js Auth support 2014-03-03 13:56:11 -08:00
karma-unit.conf.js Added unit tests for string_util. 2014-03-28 16:57:32 -07:00
LICENSE Initial commit 2014-01-14 18:49:39 -08:00
package.json Enabled functional tests 2014-04-18 09:16:11 -07:00
protractor.conf.js Fix NPM CA Chain issue and port conflict. 2014-02-28 14:04:01 -08:00
README.md Update README 2014-02-24 13:12:55 -08:00
tox.ini Fix API launch 2014-02-28 14:08:34 -08:00

Storyboard Web Client

A WebClient for the OpenStack Storyboard project.


Project Resources

Project status, bugs, and blueprints are tracked at:

http://storyboard.openstack.org

Source code can be found at:

https://git.openstack.org/cgit/openstack-infra/storyboard-webclient/

Documentation can be found here:

http://ci.openstack.org/storyboard/

Additional resources are linked from the project wiki page:

https://wiki.openstack.org/wiki/StoryBoard

Anyone wishing to contribute to an OpenStack project should find plenty of helpful resources here:

https://wiki.openstack.org/wiki/HowToContribute

All OpenStack projects use Gerrit for code reviews. A good reference for that is here:

https://wiki.openstack.org/wiki/GerritWorkflow