11 Commits

Author SHA1 Message Date
Jake McDermott
e72f0bcfd4
update content loading and error handling
unwind error handling

use auth cookie as source of truth, fetch config only when authenticated
2019-06-14 13:00:37 -04:00
Michael Abashian
2ae93261d1
api.js refactor using classes (#250)
Refactor api.js into an api module where endpoint specific models can be imported and used in components.
2019-06-07 15:48:09 -04:00
Kia Lam
5287af1b9f
Add logged in username to top level header bar. 2019-04-30 11:05:08 -04:00
mabashian
8cfe74a854 Code cleanup, renaming functions, use .all() on config promises 2019-04-26 11:02:16 -04:00
mabashian
38bb4f3f3c Fix merge conflicts 2019-04-23 13:27:00 -04:00
mabashian
5ae7cbb43a Add RBAC to org views 2019-04-23 13:19:34 -04:00
John Mitchell
ce49cb9ba4
fix config context if value passed by props not getting overwritten 2019-04-18 13:53:05 -04:00
John Mitchell
e1333f5e00
move value by prop in providers to consistent interface 2019-04-18 10:52:35 -04:00
John Mitchell
09a950570e
Update provider export syntax 2019-04-11 17:10:32 -04:00
John Mitchell
344713f938
fix unit tests for network handling 2019-04-11 10:42:33 -04:00
John Mitchell
aea4a04c66
add RootDialog and Network contexts, update app bootstrapping 2019-04-11 10:34:48 -04:00