15 Commits

Author SHA1 Message Date
krzysztofmadejski
5976edd377 #459 2016-11-06 13:46:56 +01:00
John Glover
f0005bed6c Hide the sidebar if it's empty.
When updating the view check to see if the sidebar
contains any visible children elements. If not,
hide it.
2013-02-06 12:09:34 +01:00
Rufus Pollock
c6a0cc3906 [css/grid][xs]: border-bottom on rows for Grid. 2012-07-08 23:48:59 +01:00
Rufus Pollock
22dd818183 [view/grid][s]: strip out all the menu stuff as somewhat broken both in UI (overflow not working) and functional terms (transform has changed).
* Felt simpler to remove and possibly reinstate later than try and fix now.
2012-07-08 16:41:34 +01:00
Rufus Pollock
aa1a362bb2 [#94,transform][m]: rework transform functionality and integration extensively (+ its working again!).
* view.transform.js: major refactor
  * general record transform rather than column transform
  * Normal dataset view rather than modal
  * Reworked UI
  * split out css from grid.css and simplify
* model.js + backend.memory.js: transform implemented on Dataset and Memory (Dataset passes off to _store).
* multiview: use new transform view
* _includes/recline-deps - rework to use source files rather than built ones
2012-06-28 23:52:58 +01:00
Rufus Pollock
1c9024d051 [css,refactor][xs]: inline images (spinner + edit-map) into css to avoid dependencies on external image files.
* Why? Cleaner, simpler and avoids problems now we build a single consolidated css file.
2012-06-10 12:49:59 +01:00
Rufus Pollock
ffe07e4ad5 [#116,view/grid][s]: proper support for horizontal scrolling (header scrolls with body). 2012-05-19 12:41:05 +01:00
Rufus Pollock
fa0f37b5f7 [#116,view/grid][s]: do not show extra header col if no scrollbar on grid body. 2012-05-17 23:57:08 +01:00
Rufus Pollock
7963dc2a09 [#116,view/grid][m]: fixed header on grid table so you can scroll and header stays fixed - fixes #116.
* [s] in changes by [m] in effort
* pretty painful to do and we now have to set width of columns explicitly - though this will be useful going forward if we allow adjustable width columns.
* even support different width scrollbars in different browsers (have not tested in IE though!)
* remaining bug is that we have an overhang in header when no scrollbar for body (probably not that hard to fix ...)
2012-05-17 13:22:42 +01:00
Rufus Pollock
f229d6985c [view/grid][xs]: fix to grid css so drop-down menus are not hidden if they overflow plus move no-hidden attribute onto recline-grid making css simpler and more reliable. 2012-05-13 08:25:23 +01:00
Rufus Pollock
8b746f707c [css/grid.css][xs]: remove dialog css as made obsolete when we moved to boostrap modal - cf 9c0c4dfae3618c999e2db5d3f8b600fbd47c2a41. 2012-05-13 07:17:30 +01:00
Rufus Pollock
9c0c4dfae3 [#46,view-grid,view-transform-dialog][s]: switch ColumnTransform to work off bootstrap modal. 2012-04-26 21:20:59 +01:00
Rufus Pollock
2d636b0eb8 [css/grid.css][xs]: vertical-align top for grid cells. 2012-04-16 03:02:42 +01:00
Rufus Pollock
270f68784c [#81,css][xs]: css class read-only -> recline-read-only. 2012-04-15 17:07:43 +01:00
Rufus Pollock
93e8b14a25 [#81,css][xs]: split out grid css into its own css file. 2012-04-15 16:46:59 +01:00