Commit Graph

5277 Commits (b7e7aa9c5de8fcda5bf6f5285a404e652d0962af)

Author SHA1 Message Date
Alex P f88cf2ee38 Remove small gap between cell and legend that can cause legend to disappear 2017-09-27 11:10:22 -07:00
Alex P 9dc5346b9c Updoot the log of changes 2017-09-27 11:02:11 -07:00
Alex P f684167d97 Add arrows to legend indicating which cell it is pointing to 2017-09-27 10:54:21 -07:00
Alex P dbd19a37ed Position legend above the graph when it would otherwise go off the screen 2017-09-27 10:54:05 -07:00
Hunter Trujillo 9208e76e2c Merge pull request #2002 from influxdata/ux-improvements
UX Improvements
2017-09-26 14:58:57 -06:00
Alex P 1cc87fd42e Remove console log 2017-09-26 10:43:38 -07:00
Alex P e296fa4656 Use enter and escape to stage changes to the cell name
Sort of confusing if you look at the implementation, but produces the
desired user experience. There’s a two-step saving process with cell
names now. The user has to change the cell name and hit Enter (or
manually blur) and the name is committed to CEO workingCellName state.
If they hit Escape it reverts to its name when the cell was initially
edited.
2017-09-26 10:37:49 -07:00
Andrew Watkins abbcd6ccdc Remove react-addons-update 2017-09-22 15:14:28 -07:00
Andrew Watkins 4abe50e042 Merge branch 'feature/tickscript-editor' of github.com:influxdata/chronograf into feature/tickscript-editor 2017-09-22 15:07:29 -07:00
Andrew Watkins f5209a8842 Fix multiselect in Admin page 2017-09-22 15:07:12 -07:00
Chris Goller b7cc4ea2d0 Merge pull request #2015 from ar7z1/2014-permanent-critical-for-windows-hosts
Chronograf shows real status for windows hosts when metrics are saved in non-default db
2017-09-22 08:25:09 -05:00
Chris Goller a08c69528b Merge branch 'master' into 2014-permanent-critical-for-windows-hosts 2017-09-22 08:22:38 -05:00
Andrew Watkins fd595a30b6 Merge pull request #2019 from influxdata/bugfix/dup-kapa-name-error-misfire
BUGFIX: Fix improper banner error for duplicate kapacitor name
2017-09-21 15:43:20 -07:00
Andrew Watkins 10ba55b3ed Merge branch 'master' into bugfix/dup-kapa-name-error-misfire 2017-09-21 15:35:44 -07:00
Andrew Watkins 4ba0dd6f68 Merge pull request #2018 from influxdata/bugfix/unresponsive-display-options
BUGFIX: Unresponsive query builder, display options, and cell
2017-09-21 15:35:23 -07:00
Andrew Watkins 5d0355c7a8 Use lodash to get random element from array 2017-09-21 15:24:06 -07:00
Andrew Watkins 9e28673fed Update CHANGELOG 2017-09-21 15:06:54 -07:00
Andrew Watkins 6ada0ec767 Remove binds from constructor 2017-09-21 15:04:31 -07:00
Andrew Watkins 8ca3d81685 Fix bug 2017-09-21 15:01:13 -07:00
Andrew Watkins 3ed50daa65 Update CHANGELOG 2017-09-21 14:43:56 -07:00
Andrew Watkins 30bc28954f Return proper empty state for visualizations in the dashboard overlay 2017-09-21 14:30:18 -07:00
Artem Zinenko 4efa98c4c7 Fixed #2014 2017-09-21 09:56:59 +03:00
Alex P c0329a823f Updoot the log of changes 2017-09-20 19:25:40 -07:00
Alex P 31cbcdbd03 Cleanup 2017-09-20 19:15:16 -07:00
Alex P 7ad43b4103 Remove cell name from state in favor of prop
This component doesn’t need to use state for this any longer. Also
causes the dashboard cell to render the new name without having to
refresh
2017-09-20 19:14:05 -07:00
Alex P 77c6255889 Set cellWorkingName to input value in CEO 2017-09-20 17:54:31 -07:00
Alex P ca5af59b97 Remove vestigial cell renaming code 2017-09-20 14:21:26 -07:00
Alex P 0ea831524f Refactor NameableGraph into LayoutCell
Chose a more semantic name for NameableGraph and its sub-components,
removed unused functions
2017-09-20 13:34:19 -07:00
Alex P 547fa63370 Move delete confirmation to a different position than the delete button
Better UX, less accidents
2017-09-20 13:17:31 -07:00
Alex P d49da08d3f Cleanup 2017-09-20 13:08:06 -07:00
Alex P 33a3427c08 Add style for untitled cells
Also using the language “Untitled Cell” instead of “Name this Graph” as
the thing being named is actually a cell, not a graph. Also now that
renaming is a little more buried, I am avoiding the urgency of “Name
this Graph”
2017-09-20 13:06:11 -07:00
Alex P 429a36512a Redesign context menu to expose actions without dropdown 2017-09-20 12:39:42 -07:00
Alex P 3053ac5d1d Revert "WIP show query errors on cells"
This reverts commit ea8a344501.
2017-09-19 14:34:40 -07:00
Deniz Kusefoglu 9b1d829227 Merge pull request #2006 from influxdata/bugfix/duplicateDBname
Display error if new db name matches an existing db name
2017-09-19 13:22:20 -07:00
deniz kusefoglu 57acfb52cb Allow code to breathe 2017-09-19 13:09:08 -07:00
deniz kusefoglu 65ccac70db Generate a unique db self.link for use as a temp-id-key 2017-09-19 13:05:31 -07:00
deniz kusefoglu ed359f7ff3 Update changelog 2017-09-18 20:20:26 -07:00
deniz kusefoglu 1900e79243 camelCase is alWays beTTer 2017-09-18 20:17:43 -07:00
deniz kusefoglu 6d2e1100d8 Fix behavior on db creation with enter and make db keys unique 2017-09-18 20:07:21 -07:00
deniz kusefoglu fb4f9693e3 Display error and prevent new db creation if new db name matches existing db name 2017-09-18 19:34:58 -07:00
Deniz Kusefoglu 64d94b250f Merge pull request #2004 from influxdata/fix/QueryTemplates
Display Query Templates dropdown even when status is null
2017-09-18 16:52:37 -07:00
Alex P ea8a344501 WIP show query errors on cells 2017-09-18 14:40:13 -07:00
deniz kusefoglu f06d3f6b13 Update CHANGELOG.md 2017-09-18 14:30:01 -07:00
deniz kusefoglu 223d46f497 Display Query Templates dropdown even when status is null 2017-09-18 14:11:52 -07:00
Alex P 63033b8d62 Updoot the log of changes 2017-09-18 13:03:05 -07:00
Alex P 9b643c7f7e Sort databases list alphabetically by database name 2017-09-18 10:41:37 -07:00
Alex P 035637f1cd Require user confirmation to delete a cell 2017-09-18 10:13:37 -07:00
Andrew Watkins 9059da096d Merge branch 'master' into feature/tickscript-editor 2017-09-14 14:29:00 -07:00
Andrew Watkins 2fdee35bb6 Update CHANGELOG 2017-09-14 14:17:30 -07:00
Andrew Watkins e314789895 Refine copy 2017-09-14 14:15:42 -07:00