Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix HTML text about double-clicking | Adam Spiers | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | move buttons onto same line to save space | Adam Spiers | 2015-01-13 | 1 | -5/+2 |
| | |||||
* | double-click to explore commit (#15) | Adam Spiers | 2015-01-11 | 1 | -0/+1 |
| | | | | Later we'll change this to clicking a plus icon to expand. | ||||
* | switch to using Browserify | Adam Spiers | 2015-01-10 | 1 | -9/+1 |
| | | | | | | | | | For now this requires using my fork noty which adds support for CommonJS. Unfortunately WebCola is still broken with CommonJS. Gulp automation will come soon ... | ||||
* | split out data-handling into git-deps-data.js | Adam Spiers | 2015-01-10 | 1 | -0/+1 |
| | |||||
* | make layout responsive (closes #10) | Adam Spiers | 2015-01-09 | 1 | -19/+25 |
| | |||||
* | add zoom to fit and fullscreen (closes #6 and #7) | Adam Spiers | 2015-01-09 | 1 | -0/+6 |
| | |||||
* | split noty helpers into separate file | Adam Spiers | 2015-01-08 | 1 | -0/+1 |
| | |||||
* | fix deduplication and provide notifications on XHR results | Adam Spiers | 2015-01-08 | 1 | -0/+3 |
| | | | | | | Uses new noty jQuery plugin, and animate.css: http://daneden.github.io/animate.css/ | ||||
* | support dynamic queries! | Adam Spiers | 2015-01-08 | 1 | -0/+7 |
| | | | | | Add form with event handler which performs JSON XHR query and draws results. | ||||
* | split long <p> line | Adam Spiers | 2015-01-08 | 1 | -1/+5 |
| | |||||
* | add tip about mouse hover | Adam Spiers | 2015-01-08 | 1 | -1/+1 |
| | |||||
* | move css files into subdirectory | Adam Spiers | 2015-01-08 | 1 | -2/+2 |
| | |||||
* | remove imported js packages and use npm instead | Adam Spiers | 2015-01-08 | 1 | -4/+4 |
| | |||||
* | add a basic commit tip | Adam Spiers | 2015-01-08 | 1 | -0/+2 |
| | |||||
* | for now, use the non-minified versions of d3 and webcola | Adam Spiers | 2015-01-06 | 1 | -2/+2 |
| | | | | This makes for less cryptic debugging messages. | ||||
* | add zooming and panning | Adam Spiers | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | render graph from test.json | Adam Spiers | 2015-01-06 | 1 | -0/+21 |