Financial-Times / origami-registry-ui

Get information about Origami components, services, and repositories.
https://registry.origami.ft.com/
15 stars 3 forks source link

Update for origami v2 on npm #599

Closed chee closed 3 years ago

chee commented 3 years ago

notes

fish(1):

for dep in (jq -r '.dependencies|keys[]' bower.json);
      npm install @financial-times/$dep@prerelease
end

bash(1) or zsh(1):

for dep in $(jq -r '.dependencies|keys[]' bower.json); do
      npm install @financial-times/$dep@prerelease
done
JakeChampion commented 3 years ago

When running this locally, the homepage looks to no longer have checkboxes for the search filter for origami type -- image

chee commented 3 years ago

When running this locally, the homepage looks to no longer have checkboxes for the search filter for origami type -- image

nice

chee commented 3 years ago

When running this locally, the homepage looks to no longer have checkboxes for the search filter for origami type -- a screenshot without checkboxes on the search filter

sorry @JakeChampion, can't reproduce. mine has radio buttons locally: a screenshot where the CSS hasn't loaded in at all

chee commented 3 years ago

ah, this seems to have fixed it: image

origamiserviceuser commented 3 years ago

:tada: This PR is included in version v219.1.0 :tada: