Alex P
f3ccbca9ed
Use Page Spinner instead of text
2017-05-10 13:50:35 -07:00
Alex P
a9c86f9b7e
Use generic empty state in Kap Config
2017-05-10 12:14:17 -07:00
Alex P
0d7c48835c
Make table row hover different color than dropdown buttons
...
Is slightly lighter now so the two don’t blend together
2017-05-10 12:13:49 -07:00
Alex P
2962922d10
Remove style causing the janky
2017-05-10 11:55:59 -07:00
Alex P
25693437b8
Update Changelog
2017-05-10 11:42:18 -07:00
Alex P
6a5fc4d05a
Create and use constants for initial heights of QueryMaker and Visualization
...
Fix for #1427
2017-05-10 11:32:32 -07:00
Alex P
b88e54e4df
Add initial height props
...
Default is now 50/50 instead of 60/40, but can be specified on a per
use basis
2017-05-10 11:27:57 -07:00
Alex P
8018e99b47
Use newest pattern
2017-05-10 11:20:28 -07:00
Alex P
05c571efc4
Import without using src/
2017-05-10 11:02:56 -07:00
Alex P
70f6e01657
Rename Component to match filename
...
“FancyScrollbox” —> “FancyScrollbar”
Also went through all the components I touched and made sure to import
the FancyScrollbar in the correct spot
PPS changed relative paths to absolute along the way
2017-05-10 10:58:17 -07:00
Alex P
8123cda148
Make sure this works in Safari
2017-05-09 19:53:18 -07:00
Alex P
1177cf5674
Use proper mixins
2017-05-09 19:42:09 -07:00
Alex P
655113b17f
Update Changelog
2017-05-09 19:14:26 -07:00
Alex P
dcd4ca1bf9
Merge branch 'master' into fancy-scrollbars
2017-05-09 18:37:08 -07:00
Alex P
70ea2d705f
Enforce dropdown styles on page-header-dropdown
2017-05-09 18:31:56 -07:00
Alex P
df6935d849
Remove odd border
...
Looked okay on editable dashboards, but kinda cramped on pre-canned
dashboards
2017-05-09 18:28:01 -07:00
Alex P
572fe17a8f
Update dropdowns, use FancyScroll when possible
2017-05-09 18:25:43 -07:00
Alex P
c7809f82f9
Make dropdowns fancy
2017-05-09 18:17:35 -07:00
Alex P
1eed46b462
Clean up dropdown styles
2017-05-09 17:34:03 -07:00
Timothy J. Raymond
ada57b075e
Merge pull request #1450 from influxdata/bugfix/tr-chronograf-basepath
...
Fix infinite spinner with /chronograf basepath
2017-05-09 17:33:44 -07:00
Alex P
efaade347b
Remove browser scrollbars on query builder lists
...
This way no conflict with fancy scroll
2017-05-09 17:33:27 -07:00
Alex P
b4522c0496
Use proper cursor when hovering over a scrollbar track
2017-05-09 17:26:30 -07:00
Tim Raymond
f018ab8119
Update CHANGELOG for infinite spinner basepath fix
2017-05-09 12:24:43 -07:00
Tim Raymond
befccf44d0
Fix infinite spinner with /chronograf basepath
...
When using a basepath of /chronograf, the app would present a
never-ending spinner when visiting the root route. This was because the
prefixingRedirector middleware which is responsible for appending the
basepath to redirects from downstream http.Handlers thought that the
prefix was already appended since it saw `/chronograf/v1`. In reality,
it should have produced a location like `/chronograf/chronograf/v1`.
The solution was to look beyond the first instance of a prefix and check
for the presence of another prefix to detect if a prefix was already
applied by a downstream handler.
2017-05-09 12:12:42 -07:00
Chris Goller
33b3ccc298
Update version to 1.3 for javascript and swagger
2017-05-09 08:24:04 -07:00
Alex P
b673822dc7
Add fancy scrollbars to the DE
2017-05-08 20:53:59 -07:00
Regan Kuchan
acdc30f861
Merge pull request #1441 from influxdata/chronograf-1.3
...
Updates for 1.3.0
2017-05-08 19:32:50 -07:00
Regan Kuchan
2fb9f3aa95
fix wording
2017-05-08 19:32:25 -07:00
Regan Kuchan
a26de72899
Updates for 1.3.0
2017-05-08 19:31:15 -07:00
Jade McGough
9cd378521d
Merge pull request #1440 from influxdata/fix/remove-the-button
...
remove test button from slack config
2017-05-08 18:35:58 -07:00
Jade McGough
860dcc52d9
remove test button from slack config
2017-05-08 18:32:47 -07:00
lukevmorris
b56348e035
Merge pull request #1434 from influxdata/doc-redirects-1.3
...
Link to new docs!
2017-05-08 18:27:51 -07:00
Luke Morris
52bddb9ba5
Update 3 links
2017-05-08 18:27:25 -07:00
lukevmorris
281e743d95
Add SourceIndicator to Configuration and Admin pages ( #1439 )
...
* Add SourceIndicator to ManageSources + SourcePage
* Update CHANGELOG
* Add Source Indicator to Admin Page
2017-05-08 18:22:53 -07:00
Andrew Watkins
7d89b81d9b
Merge pull request #1435 from influxdata/bugfix/click-meas-sadness
...
Resolve bugs: 1424, 1425, & 1431
2017-05-08 18:04:17 -07:00
Alex P
b3e712daae
Add autoHide prop to pass down
2017-05-08 18:00:11 -07:00
Andrew Watkins
69c0ee61a7
Merge branch 'master' into bugfix/click-meas-sadness
2017-05-08 17:50:12 -07:00
lukevmorris
7b3e23cfba
Update CHANGELOG ( #1436 )
...
* Update CHANGELOG
* Update CHANGELOG
2017-05-08 17:49:13 -07:00
Andrew Watkins
9a8c61bb28
Update CHANGELOG
2017-05-08 17:48:49 -07:00
Andrew Watkins
d5b644274a
Fix #1431 -- no legend on graph-single-stat
2017-05-08 17:47:32 -07:00
Andrew Watkins
37c51a7697
Fixes bugs #1424,#1425
2017-05-08 17:47:32 -07:00
Hunter Trujillo
1febb80aff
Merge pull request #1433 from influxdata/bugfix/router-fix
...
Fall back to useRouterHistory method.
2017-05-08 17:42:12 -07:00
Alex P
4e1e54de96
Fix presentation mode
2017-05-08 17:41:50 -07:00
Luke Morris
59a5ba1f51
Remove redundant if/else
2017-05-08 17:33:07 -07:00
Luke Morris
b7ede8c8a7
Cowabunga, it's dashboard 🕑
2017-05-08 17:12:04 -07:00
Jade McGough
41ed763c91
Merge pull request #1417 from influxdata/fix/safari-presentation-mode
...
support escaping from presentation mode with safari
2017-05-08 16:39:56 -07:00
Jade McGough
c1e040887c
add comment
2017-05-08 16:39:14 -07:00
Regan Kuchan
289c7ed979
Link to new docs!
2017-05-08 16:31:24 -07:00
Jade McGough
bd21b6c8da
Yehuda says to use keyCode for cross-browser support
2017-05-08 16:29:54 -07:00
Hunter Trujillo
3ff8dfbbf8
Update CHANGELOG.
2017-05-08 16:22:45 -07:00