(this screenshot is the current look, but needs more work in terms of hero background and input focus)
To support the Catalog page, add a unison-share css folder for the catalog page and a new Card module for cards holding each category in the catalog.
Rename UI.Page to UI.PageLayout to better communicate what that module is for.
Add a way to generate a Route from a Project (exclusively to the Unison Share target) to allow clicking to through to the project page from the catalog
Caveats/Notes
There's a bunch of hardcoded mock data that'll be removed when we load this from the server for real (empty categories are not expected to show up on the final page).
Problem
We want to render a catalog page (https://github.com/unisonweb/codebase-ui/issues/144)
Solution
(this screenshot is the current look, but needs more work in terms of hero background and input focus)
UI.Page
toUI.PageLayout
to better communicate what that module is for.Caveats/Notes
There's a bunch of hardcoded mock data that'll be removed when we load this from the server for real (empty categories are not expected to show up on the final page).