summaryrefslogtreecommitdiff
path: root/public/css
AgeCommit message (Collapse)AuthorFilesLines
2013-05-30Adjust loading screen layoutFreeyorp1-0/+55
This should make the distinction between loading own files and using the latest dataset clearer. The equal height psuedo-columns could be applicable to the chart columns too. Generic column layout based on: http://nicolasgallagher.com/multiple-backgrounds-and-borders-with-css2/demo/backgrounds.html
2013-05-27Initial brushable trellis chartFreeyorp1-4/+13
Deselecting areas, applying filters, and broadcasting filters are not implemented yet.
2013-05-27Disable controls until init has finishedFreeyorp1-0/+8
Before, if you were quick or your connection was slow, you could select the files before mv.init registers the callback. This left things stuck, either requiring another set of files to be selected, or a refresh of the page. This closes #18.
2013-05-26Set sensible min-heightFreeyorp1-1/+1
2013-05-26Implement remote resource loadingFreeyorp1-0/+32
mv.loader.use takes an array of URLs, which are fetched via d3.xhr. This also restructures mv.loader to refactor out some shared functionality between mv.loader.use and the file selector change events. mv.loader could still use some cleanup. http://css-tricks.com/examples/ButtonMaker/ makes a pretty neat css button. Hopefully, it's visually attractive enough so people in a hurry know where to go. :)
2013-05-26Make map chart and user list biggerFreeyorp1-5/+5
2013-05-26Style changesFreeyorp1-0/+19
Based off bootstrap
2013-05-16Show the active filter, display reset in a nicer wayFreeyorp1-0/+10
2013-05-16Add axis labels and help textFreeyorp1-1/+43
2013-05-15Add a note about possible UI lockupsFreeyorp1-2/+2
2013-05-15Add a thin line of separation between chartsFreeyorp1-0/+7
2013-05-15Remove column backgroundsFreeyorp1-14/+0
Almost everything is white anyway due to the svg backgrounds, and having just the titles tinted looks strange.
2013-05-14Remove debug spam, show visible warning on disconnectFreeyorp1-0/+10
2013-05-14Describe how and why records needs to be loadedFreeyorp1-1/+1
2013-05-14Add channelsFreeyorp1-1/+12
Active filters will only be applied from users in the same channel. This closes #14.
2013-05-14Separate connection status, hide while offlineFreeyorp1-1/+8
2013-05-13Add domain labels to trellis chartFreeyorp1-0/+16
Massive cleanup of margins and offsets.
2013-05-13Restructure trellis-chart DOM, add separatorsFreeyorp1-1/+1
2013-05-13White chart backgrounds, pad userlistFreeyorp1-1/+5
2013-05-13Faint backgrounds for each columnFreeyorp1-1/+14
Also push vis-hide structure up to contain the columns, rather than each column having its own vis-hide div
2013-05-13Update documentationFreeyorp1-1/+1
2013-05-13Move served files to a public/ directoryFreeyorp1-0/+134