[CORL-444] Stories Tab Adjustments (#2404)

* feat: improved stories tab

* feat: swapped date sorting with text sorting
This commit is contained in:
Wyatt Johnson
2019-07-12 20:18:21 +00:00
committed by GitHub
parent 340052cdf0
commit 7fd01e5845
10 changed files with 319 additions and 108 deletions
+6
View File
@@ -159,6 +159,11 @@ export async function createContext({
token,
});
const rest2 = createRestClient({
uri: `${BASE_PATH}api/v2`,
token,
});
const staticConfig = getStaticConfiguration();
let { LIVE_URI: liveUri, BASE_ORIGIN: origin } = staticConfig;
if (liveUri == null) {
@@ -193,6 +198,7 @@ export async function createContext({
plugins,
eventEmitter,
rest,
rest2,
graphql,
notification,
localStorage,