canina/frontend/application
parsa aghaei 7615aa0e51 fix: resolve seed encoding, search param, and wiki data source issues
- Fix seed-products.ts TS error (implicit any) and BOM handling
- Re-run full seed to restore correct Persian encoding in DB
- Fix productService query→search param mismatch
- Fix IngredientWiki hardcoded port 4000→use settingsStore
- Restore seed-products-data.json from git after accidental corruption
2026-07-11 15:40:49 +03:30
..
app fix: resolve seed encoding, search param, and wiki data source issues 2026-07-11 15:40:49 +03:30
components fix: resolve seed encoding, search param, and wiki data source issues 2026-07-11 15:40:49 +03:30
lib fix: resolve seed encoding, search param, and wiki data source issues 2026-07-11 15:40:49 +03:30
public feat: nextjs setup and configuration (lib, store, css, assets) 2026-06-12 01:00:54 +03:30
.gitignore feat: complete phase 2 mock removal and db seed 2026-06-12 00:58:10 +03:30
AGENTS.md fix: resolve seed encoding, search param, and wiki data source issues 2026-07-11 15:40:49 +03:30
CLAUDE.md feat: complete phase 2 mock removal and db seed 2026-06-12 00:58:10 +03:30
eslint.config.mjs feat: complete phase 2 mock removal and db seed 2026-06-12 00:58:10 +03:30
next.config.ts Fix Admin panel categories modal, add error handling, enforce cursor-pointer globally 2026-06-12 21:57:09 +03:30
package-lock.json feat: complete admin panel major functionalities including responsive layout, recharts, custom modals, inline editing, and loading states 2026-06-12 16:19:57 +03:30
package.json design: update color palette to match official brand and add gold top banner 2026-07-10 17:30:01 +03:30
postcss.config.mjs feat: complete phase 2 mock removal and db seed 2026-06-12 00:58:10 +03:30
README.md feat: complete phase 2 mock removal and db seed 2026-06-12 00:58:10 +03:30
tsconfig.json feat: complete phase 2 mock removal and db seed 2026-06-12 00:58:10 +03:30

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.