OpenStack Task Tracking Browser Client
Go to file
Michael Krotscheck 52da495399 Textareas now autoresize their height.
I added the monospaced.elastic library from bower, as it already
implements everything we need for the textarea resize. Then I applied
it to several of the textareas throughout the application. In a
few cases I had to add a small timeout trigger to force a recalculation
of the text area, because the initial size check was performed while
the element in question was hidden which confuses browsers.

Change-Id: I368096c93f61142df472573e84bac2d13b4647f0
2014-05-26 08:08:04 -07:00
bin Fix API launch 2014-02-28 14:08:34 -08:00
src Textareas now autoresize their height. 2014-05-26 08:08:04 -07:00
test Added unit tests for string_util. 2014-03-28 16:57:32 -07:00
.gitignore Favicon Whitelabel 2014-04-24 10:59:05 -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 Textareas now autoresize their height. 2014-05-26 08:08:04 -07:00
Gruntfile.js Favicon Whitelabel 2014-04-24 10:59:05 -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 Ajust tox.ini 2014-05-13 13:49:40 +04: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