Commit Graph

22 Commits (fdc346471035005e20c08412b92cf12b5564d2a5)

Author SHA1 Message Date
Jim Heising fdc3464710 Minified 2014-09-29 11:51:00 -07:00
Jim Heising b6ac25061f Added .map files and fixed one issue with value editor 2014-09-29 11:50:13 -07:00
Jim Heising 36ce5bb0d7 Fixed issue with stylesheet rendering on IE 2014-09-23 14:31:33 -07:00
Jim Heising f337b26eee Fixed issue with stylesheet rendering on IE 2014-09-23 14:26:41 -07:00
Jim Heising 99e377a562 Fixed issue with serialization when only one datasource or widget plugin was loaded 2014-09-23 09:45:14 -07:00
Kyle Campbell 87508efdc3 Fix multi-column resizing issue on zoomed browsers.
On some browsers (Chrome) the calculated width of DOM elements can be off by
a pixel or two when the browser is zoomed far out. Likely due to a floating
point error in the pixel scaling. This manifests as a broken add column button:
we set the width to be exactly wide enough to accommodate the columns we want,
but when gridster checks the container width it finds it to be a pixel too
small. Add a few pixels buffer to the max-width we set on the gridster
container to workaround this.
2014-09-16 01:16:53 -04:00
Jim Heising e222e8f339 Fixed issue with code editor and sparklines 2014-09-15 13:42:19 -07:00
Jim Heising 252bfe1f6d Sizing fixes 2014-09-12 17:57:16 -07:00
Kyle Campbell 6fa20aca0e fix multi-column pane resizing issues
- On setting the number of columns for a single pane, trigger processResize
to ensure that the displayed width of the pane does not exceed the number
of alotted columns nor the space available
- On add or remove column, adjust multi-column panes so that they fit within
the alotted columns and in the space available
- On resize window, adjust multi-column panes so that they fit within the
alotted columns (in addition to fitting within the space available)
2014-09-10 00:58:04 -04:00
Jim Heising 7e29d27a6b Fixed some issues with column sizing 2014-09-05 14:39:18 -07:00
Jim Heising 5b6e69826f Fixed a minification issue 2014-09-05 13:55:36 -07:00
Jim Heising 7c7ecf57e0 Bug fixes, and file renaming 2014-09-05 13:24:54 -07:00
Kyle Campbell 4ae9e84d23 grunt minify 2014-09-05 12:35:04 -04:00
Kyle Campbell 3c3a8d79cb fix copy-paste error and minify 2014-09-05 11:54:05 -04:00
Kyle Campbell 4fcaad44e6 grunt minified 2014-09-05 11:42:08 -04:00
Kyle Campbell 2085bb4d67 grunt minified 2014-09-04 13:19:43 -04:00
Jim Heising 5dc4e0db9a Fixed issue with assetroot 2014-09-02 15:28:46 -07:00
Jim Heising a8a2a108d7 Updated index.html and minified 2014-09-02 15:12:55 -07:00
Kyle Campbell f6497e8ebb move grid layout logic to FreeboardUI 2014-07-21 01:31:51 -04:00
Kyle Campbell 9eba6a1910 Fix datasource autocompletion support for multi-level JSON
Also eliminate dot notation for JSON autocompletion fields
2014-07-07 00:45:11 -04:00
Jim Heising dbd609ec84 more grunt changes 2014-07-03 15:33:38 -07:00
Jim Heising 7a9b070cde more changes for grunt integration 2014-07-03 13:27:08 -07:00