Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Add Catalog Route and render Catalog page #288

Merged
merged 2 commits into from
Dec 13, 2021
Merged

Add Catalog Route and render Catalog page #288

merged 2 commits into from
Dec 13, 2021

Conversation

hojberg
Copy link
Member

@hojberg hojberg commented Dec 13, 2021

Overview

Add a new Catalog Route to render the Catalog page on /catalog (this is
intended to eventually be the front page of Unison Share)

@@ -9,7 +9,7 @@
"scripts": {
"build": "webpack --mode production --config webpack.prod.js",
"clean": "rm -rf dist",
"start": "webpack serve --mode development --port 1234 --config webpack.dev.js",
"start": "echo 'Please use either `npm run start:unisonLocal` or `npm run start:unisonShare`'",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

npm start is no longer used.

Add a new Catalog Route to render the Catalog page on /catalog (this is
intended to eventually be the front page of Unison Share)
, toRoute
, toUrlString
, updatePerspectiveParams
)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is pretty much the old route, now duplicated between UnisonLocal and UnisonShare. The main difference (for right now) is that the UnisonShare.Route has a Catalog variant

@hojberg hojberg merged commit e170b3b into main Dec 13, 2021
@hojberg hojberg deleted the catalog-route branch December 13, 2021 20:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant