nishiki-tech / nishiki-frontend

Nishiki is an app for tracking and sharing food inventories within groups for better pantry management.
https://nishiki.tech
MIT License
20 stars 5 forks source link

feat: create dialog component based on shadcn #79

Closed nick-y-ito closed 9 months ago

nick-y-ito commented 9 months ago

Overview

This pull request introduces the Dialog component based on shadcn/ui.

How I installed and customized

  1. Ran npx shadcn-ui@latest add dialog, and a pre-made dialog component was generated.
  2. Adjusted the styles using Tailwind CSS classes.
  3. Configured some animations in the tailwind.config.ts and adjusted the animations of the dialog as well.
  4. Added the Body part to the dialog component.

Note

https://github.com/genesis-tech-tribe/nishiki-frontend/assets/99148565/b961bbd8-52a7-4583-8341-ff03af43f1ca

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nishiki-frontend ❌ Failed (Inspect) Dec 11, 2023 6:18am
nick-y-ito commented 9 months ago

@kotaaaa Thank you for your review and the earlier discussion. I fixed them, so please review them again.