]> git.otsuka.systems Git - cotsuka.github.io/commit
add star rating component, update rating metadata, add recharts, update dependencies
authorCameron Otsuka <cameron@otsuka.haus>
Tue, 1 Jul 2025 19:26:05 +0000 (12:26 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Tue, 1 Jul 2025 19:26:05 +0000 (12:26 -0700)
commit7e39f02f4cbab4d65ca4bef27831941d945a40ad
tree6f056798a2e9c69b182357107a402a255a66fa31
parent4d34516e0cebb6d028006b142effdab2c98dbefe
add star rating component, update rating metadata, add recharts, update dependencies
22 files changed:
astro.config.mjs
bun.lock
content/reviews/a-complete-unknown.mdx
content/reviews/burning.mdx
content/reviews/challengers.mdx
content/reviews/conclave.mdx
content/reviews/hunchback-of-notre-dame.mdx
content/reviews/its-whats-inside.mdx
content/reviews/perfect-days.mdx
content/reviews/sinners.mdx
content/reviews/subservience.mdx
content/reviews/the-boy-and-the-heron.mdx
content/reviews/warfare.mdx
content/reviews/wicked.mdx
package.json
src/components/metadata.astro
src/components/ratingdistribution/chart.tsx [new file with mode: 0644]
src/components/ratingdistribution/component.astro [new file with mode: 0644]
src/components/ui/rating.astro [new file with mode: 0644]
src/content.config.ts
src/pages/reviews/index.astro
tsconfig.json