Commit Graph

31 Commits (a2b19a5e421aae397e29edec3d582d7289aed300)

Author SHA1 Message Date
Alex P dba2cb5215 Introduce OverlayTechnology with accompanying styles, actions, and reducer 2018-04-23 15:24:43 -07:00
Brandon Farmer 1307d81b07 Run eslint to fix issues 2018-03-21 14:41:18 -07:00
Alex P c4f5301b61 Replace addFlashMessage with publishNotification
Also refactoring App.js into a SFC
2018-03-14 10:29:40 -07:00
Alex P d02147d548 Modernize app component definition 2018-03-14 10:25:38 -07:00
Andrew Watkins 5a3ae4b06e Convert all files to use 'prop-types' package 2018-03-13 10:11:11 -07:00
Alex Paxton 63cbd09af0 Fix z-index failure caused by Notifications being below SideNav in DOM
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-06-01 15:28:02 -07:00
Jade McGough e08aa7ca23 webpack is configured to resolve pathnames that start with shared, the src is unnecessary 2017-05-30 14:36:59 -07:00
Hunter Trujillo 45c1b64c4d prettier --single-quote --trailing-comma es5 --bracket-spacing false --semi false --write "src/**/*.js" 2017-04-28 16:37:19 -06:00
Jared Scheib d189019999 Fix logout button display logic to match updated redux schema; refactor SideNav into clearer container vs components scheme & make name more semantic 2017-04-13 13:41:06 -07:00
Jared Scheib 4454fabb27 Upgrade react-router to ^3.0.2 to go ahead and iron out any issues and to accommodate refactor of Notifications and SideNavApp to use withRouter so that 'sourceID' and 'location' use can be cleaned up 2017-04-12 15:18:09 -07:00
Jared Scheib ebf5bd1407 Update some syntax to convention and for consistency around publishNotifications + mapStateToProps + mapDispatchToProps 2017-04-12 14:05:13 -07:00
Jade McGough a9c5d8f146 pass expected arguments to notify action 2017-04-07 15:59:08 -07:00
Jade McGough 295d05eaba refactor notifications to work within the App and CreateSource components 2017-04-07 15:58:57 -07:00
Hunter Trujillo cd8df84db8 The line must be drawn here. This far, no further. 2017-03-29 14:03:52 -06:00
Hunter Trujillo 55d81c58b9 Add presentation mode Redux logic. Add handlers to SideNav. 2017-02-22 11:05:19 -06:00
Andrew Watkins 68ec7dfd26 Remove concept of 'explorations' 2017-02-01 12:34:18 -08:00
Alex P 72293b3fcf All pages have new page classes
- More consistent
- More semantic
- Might have missed a page or two, will circle back later
2016-11-29 15:24:38 -08:00
Jade McGough 0be53cabbd remove references to enterprise 2016-11-14 20:59:00 -08:00
Will Piers 485bd4f637 Allow for warning messages to be published 2016-11-14 17:41:59 -08:00
Jade McGough b4d8bd76ae add redirection and flash messaging when unable to connect to source 2016-11-11 10:32:23 -08:00
Andrew Watkins 5a603a8e07 Fix double click DE bug 2016-10-27 09:49:24 -07:00
Will Piers dab0527bfe Dismiss notifications on route change 2016-10-25 11:11:44 -07:00
Will Piers 34b50c4057 More cleanup and fixes 2016-10-24 14:51:43 -07:00
Will Piers 0ba6880c43 Refactor rendering of notifications. Moar DRY 2016-10-20 13:32:09 -07:00
Will Piers e327fc011c Make notifications more prettier and fix spinner 2016-10-20 13:32:09 -07:00
Will Piers 80c7ec6a45 Render notifications and add dismissal 2016-10-20 13:32:09 -07:00
Will Piers df76e23ca5 Set up action and reducer 2016-10-20 13:32:09 -07:00
Will Piers 8c8557b96c Scope pages by sourceID 2016-09-28 14:49:15 -07:00
Jade McGough 3a0b233d04 removing old API dependencies 2016-09-19 16:43:59 -07:00
Will Piers d7ae615e37 Bring over enterprise ui and configuration
Signed-off-by: Andrew Watkins <watts@influxdb.com>
2016-09-19 13:45:05 -07:00
Will Piers 133da5a14f Use create-react-app 2016-09-09 16:10:54 -07:00