diff --git a/frontend/src/pages/explore/PagePhenogridMulticompare.vue b/frontend/src/pages/explore/PagePhenogridMulticompare.vue new file mode 100644 index 000000000..91ad91ec2 --- /dev/null +++ b/frontend/src/pages/explore/PagePhenogridMulticompare.vue @@ -0,0 +1,116 @@ + + + + + + + diff --git a/frontend/src/pages/explore/PagePhenogridSearch.vue b/frontend/src/pages/explore/PagePhenogridSearch.vue new file mode 100644 index 000000000..86e48a59f --- /dev/null +++ b/frontend/src/pages/explore/PagePhenogridSearch.vue @@ -0,0 +1,122 @@ + + + + + + + diff --git a/frontend/src/router/index.ts b/frontend/src/router/index.ts index 5d9daa08f..07bdd2d92 100644 --- a/frontend/src/router/index.ts +++ b/frontend/src/router/index.ts @@ -98,20 +98,20 @@ export const routes: RouteRecordRaw[] = [ }, /** phenogrid compare iframe widget page */ - // { - // path: "/phenogrid-search", - // name: "Phenogrid", - // component: asyncRoute("explore/PagePhenogridSearch"), - // meta: { bare: true }, - // }, + { + path: "/phenogrid-search", + name: "Phenogrid", + component: asyncRoute("explore/PagePhenogridSearch"), + meta: { bare: true }, + }, - // /** phenogrid multi-compare iframe widget page */ - // { - // path: "/phenogrid-multi-compare", - // name: "PhenogridMultiCompare", - // component: asyncRoute("explore/PagePhenogridMulticompare"), - // meta: { bare: true }, - // }, + /** phenogrid multi-compare iframe widget page */ + { + path: "/phenogrid-multi-compare", + name: "PhenogridMultiCompare", + component: asyncRoute("explore/PagePhenogridMulticompare"), + meta: { bare: true }, + }, /** test pages (comment this out when we release app) */ {