Commit Graph

13 Commits

Author SHA1 Message Date
74a1716e11 feat(openapi): add readStatus filter to API query parameters
Introduced a new optional query parameter `filters[readStatus]` in the openapi.json file to allow filtering by read state (read or unread). This enhancement improves the API's flexibility in managing notification states.
2026-09-10 13:08:18 +03:30
09debac84f feat(lint): integrate Oxlint for enhanced linting capabilities
Added a new configuration file `.oxlintrc.json` to incorporate Oxlint into the project, allowing for improved linting of TypeScript and React code. Updated the linting scripts in `package.json` to run Oxlint alongside ESLint, ensuring a comprehensive linting process. This change enhances code quality and consistency across the codebase.
2026-09-10 12:54:10 +03:30
2580f04f06 fix 2026-09-09 11:45:12 +03:30
5205ad6d16 fix 2026-09-08 18:51:43 +03:30
8967a48f94 fix 2026-09-07 21:51:09 +03:30
525fcbfaa5 chore: bump version to 0.1.6 2026-09-07 21:14:31 +03:30
8b6791b3a2 chore: bump version to 0.1.5 2026-09-07 18:17:22 +03:30
0421b4f6ee fix 2026-09-07 14:30:56 +03:30
8721190502 chore: bump version to 0.1.3 2026-09-07 13:07:11 +03:30
840c328819 refactor: remove unused icons and dependencies
- Deleted several unused icon components including AddDocumentIcon, ArrowRightIcon, AttachIcon, and others to clean up the codebase.
- Removed the 'arcaptcha-react' package from package.json and next.config.js as it is no longer needed.
- This cleanup helps improve project maintainability and reduces bundle size.
2026-09-05 16:40:50 +03:30
871176ba92 update version 2026-09-05 16:06:01 +03:30
0bb22059d0 fix 2026-09-05 15:15:35 +03:30
e1eaf5eff5 feat: initial ghabilee-admin backoffice app
Extract admin dashboard from ghabilee-frontend2 into a dedicated Next.js
app for backoffice.ghabilee.ir (no SEO indexing / Clarity).
2026-09-05 13:12:59 +03:30