Migration restaurant-comparison-tool to Tinyfish SDK #203
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- Replace flat eslint.config.js with standard .eslintrc.json (next/core-web-vitals) - Delete 10 unused component files (LiveSearchPanel, GoogleMapsLink, ConfidenceIndicator, FitExplanation, AllergenRiskPanel, dialog, scroll-area, select, skeleton, toggle) - Fix unescaped quotes in ComparisonDashboard.tsx - Fix components.json css path to src/app/globals.css - Add .env to .gitignore
simantak-dabhade
left a comment
There was a problem hiding this comment.
Clean migration. Fixed ESLint config, removed unused components, added .env to gitignore. Build passes.
Removes the last Vite artefact from the App Router migration. src/App.tsx was a near-identical duplicate of src/app/page.tsx left over from the Vite entry point — nothing imported it, now it's gone.
Also fixes the README setup flow: setup step now points to .env.example with a cp command instead of instructing users to hand-author a .env.local, and the sign-up link corrected from agent.tinyfish.ai to tinyfish.ai to match .env.example. README fully rewritten to match the current codebase.