fix(ui): persistent chat history using session storage (#1442)

This commit is contained in:
Ariel
2025-02-28 22:50:01 +08:00
committed by GitHub
parent 077f3f23e1
commit 96827303c0
3 changed files with 55 additions and 6 deletions
+2 -1
View File
@@ -99,6 +99,7 @@
"react-toastify": "^8.0.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"unist-util-visit": "^5.0.0"
"unist-util-visit": "^5.0.0",
"uuid": "^11.1.0"
}
}