canina/frontend/application
parsa aghaei 5ec99155c4
Some checks failed
Deploy Canina / deploy (push) Failing after 1s
fix(admin,frontend): fix hydration mismatch, admin UI texts sync, and product image resolution
2026-08-15 15:16:04 +03:30
..
app fix(frontend/backend): suppress unauth toast on init, fix admin-login DTO validation and RSC directives 2026-08-08 18:02:43 +03:30
components fix(admin,frontend): fix hydration mismatch, admin UI texts sync, and product image resolution 2026-08-15 15:16:04 +03:30
lib fix(admin,frontend): fix hydration mismatch, admin UI texts sync, and product image resolution 2026-08-15 15:16:04 +03:30
public feat: add Persian fonts, fix UI bugs, improve frontend quality 2026-07-11 19:48:43 +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 fix(admin-panel): resolve all ESLint errors, types, and hooks lifecycle warnings 2026-08-02 17:08:01 +03:30
next.config.ts feat(application): implement Phase 2 SEO metadata, Next.js image optimization, and HTTP security headers 2026-08-06 23:02:07 +03:30
package-lock.json test(frontend): update test imports to lib/ path, configure vitest.config.ts and vitest.setup.ts 2026-08-03 10:22:16 +03:30
package.json test(frontend): update test imports to lib/ path, configure vitest.config.ts and vitest.setup.ts 2026-08-03 10:22:16 +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 refactor(application): restore RSC root layout, add server-side data fetching, and use granular Zustand selectors 2026-08-06 22:55:54 +03:30
vitest.config.ts test(frontend): update test imports to lib/ path, configure vitest.config.ts and vitest.setup.ts 2026-08-03 10:22:16 +03:30
vitest.setup.ts test(frontend): update test imports to lib/ path, configure vitest.config.ts and vitest.setup.ts 2026-08-03 10:22:16 +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.