20 Commits

Author SHA1 Message Date
Friedrich Lindenberg
467e27a95d Split views into separate files. fixes #41. 2012-02-16 17:04:49 +01:00
Rufus Pollock
7b496fc276 [refactor][s]: split out backends from model.js to backend.js.
* And do some slight improvement of the model and backend docco docs by using some markdown formatting.
2012-02-07 12:20:48 +00:00
Rufus Pollock
32a74949cc [vendor][s]: remove deps-min.js and explicitly linked to required vendor libraries.
* Why: it is then explicitly clear in demos what vendor libs are needed and make its easier to use those demos as a template for integration elsewhere.
2012-01-23 10:01:05 +00:00
Rufus Pollock
04279b0150 [#22][s]: refactor notification to use Bootstrap alerts. 2012-01-11 12:22:59 +00:00
Rufus Pollock
b5593e45dc [#22][xs]: move demo/newtheme.html to demo/index.html and old index.html to origina.html. 2012-01-11 08:39:12 +00:00
Rufus Pollock
f8cbb60bf6 [#14,refactor][s]: move dialog and notification out of demo/index.html and into DataExplorer view template.
* Believe these are the last items that tie us to demo/index.html but could be wrong!
2012-01-06 18:57:16 +00:00
Rufus Pollock
48dcdd31b0 [#14,refactor][s]: move (data table) menu out of html and into DataTable view.
* Also rename element class to data-table-menu for greater specificity
* Allows us to get rid of a nastiness (DataTable view was binding to events outside of itself) -- and another step to making the Explorer completely autonomous and non-dependent on HTML.
2012-01-06 14:25:51 +00:00
Rufus Pollock
151dacd033 [refactor][xs]: remove mustache templates from index.html that had already been moved to src/view.js. 2012-01-06 13:46:30 +00:00
Rufus Pollock
c8c6ca3da0 [#14,refactor][s]: move all mustache templates used by util that are still in demo.html into util.js templates hash.
* This is important as it makes the app standalone and not depdendent on specific html (we plan for explorer to embed in different html frontends).
2012-01-06 13:42:07 +00:00
Rufus Pollock
08d256816f [#22,css][s]: add specific div for data explorer to live in in demo (so we are not tied to specific html).
* also minor fix to data table to have th for header row.
2012-01-06 13:02:35 +00:00
rgrp
67f7660ab9 [css,layout][m]: get things layed out reasonably nicely again.
* Use top menu again
* Refactor main area so that data-table-container becomes data-view-container
* Fix up width of flot graph and editor so they line up reasonably nicely
2011-11-15 20:40:27 +00:00
rgrp
e02188e01b [view/chart][m]: (refs #11) chart view working a bit more (e.g. chart renders (though empty) and drop downs have column names). 2011-11-09 02:54:31 +00:00
rgrp
3bf7d9ceb4 [view,demo][m]: (refs #12) new DataExplorer parent view to hold the main app. 2011-11-09 01:41:49 +00:00
rgrp
2fe1b48fc3 [demo][xs]: very minor tidying. 2011-11-09 00:29:43 +00:00
rgrp
07275a8fcc [demo][s]: allow loading of demo data viewer from a webstore url. 2011-11-08 16:12:56 +00:00
Max Ogden
bd52bb2c58 get a datatable rendering with fake data 2011-11-04 13:18:29 +00:00
Max Ogden
2f9efbae09 start implementing backbone models and collections - ui is currently broken 2011-11-02 22:32:42 -07:00
Max Ogden
d629629bf1 cleanup whitespace, rename files, build new deps with backbone 2011-11-02 19:58:56 -07:00
rgrp
3e9c588d22 [refactor][xs]: (refs #1) start moving the couch recline app specific stuff out of core into demo app. 2011-10-24 20:29:16 +01:00
rgrp
27a63e6577 [all][s]: (refs #1) refactor layout to be like standard js library rather than couch app. 2011-10-24 16:00:28 +01:00