add: chat page selection and delete chat functionalities

This commit is contained in:
Mahyar Khanbolooki
2025-07-27 21:33:18 +03:30
parent 6525f99305
commit b8a8c3e487
5 changed files with 158 additions and 42 deletions
+10
View File
@@ -36,6 +36,7 @@
"react-i18next": "^15.6.1",
"react-virtualized": "^9.22.6",
"tailwind-merge": "^3.3.1",
"use-long-press": "^3.3.0",
"zustand": "^5.0.6"
},
"devDependencies": {
@@ -6620,6 +6621,15 @@
}
}
},
"node_modules/use-long-press": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/use-long-press/-/use-long-press-3.3.0.tgz",
"integrity": "sha512-Yedz46ILxsb1BTS6kUzpV/wyEZPUlJDq+8Oat0LP1eOZQHbS887baJHJbIGENqCo8wTKNxmoTHLdY8lU/e+wvw==",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0"
}
},
"node_modules/use-sidecar": {
"version": "1.1.3",
"license": "MIT",