feat: add sent messages list page with filters and table

This commit is contained in:
hamid zarghami
2025-05-27 11:26:16 +03:30
parent c826d21add
commit 6be80bbd81
14 changed files with 566 additions and 54 deletions
+5
View File
@@ -10,9 +10,13 @@
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.3.2",
"@tailwindcss/vite": "^4.1.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"i18next": "^25.0.1",
"iconsax-react": "^0.0.8",
"lucide-react": "^0.511.0",
"react": "^19.0.0",
"react-date-object": "^2.1.9",
"react-dom": "^19.0.0",
@@ -36,6 +40,7 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"tw-animate-css": "^1.3.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.3.1"