feat: Track navigation path when switching between cards

This commit is contained in:
Maksim Eltyshev
2025-07-31 16:59:16 +02:00
parent a37a6b45b1
commit 0049ba2145
6 changed files with 69 additions and 5 deletions
+4 -4
View File
@@ -49,7 +49,7 @@
"javascript-time-ago": "^2.5.11",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"linkify-react": "^4.3.1",
"linkify-react": "^4.3.2",
"linkifyjs": "^4.3.2",
"lodash": "^4.17.21",
"lowlight": "^3.3.0",
@@ -11079,9 +11079,9 @@
}
},
"node_modules/linkify-react": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/linkify-react/-/linkify-react-4.3.1.tgz",
"integrity": "sha512-w8ahBdCwF9C/doS4V3nE93QF1oyORmosvi8UEUbpHYws077eGzhkxUzJQcE2/SU5Q2K7SD80M4ybwwZGHErx5Q==",
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/linkify-react/-/linkify-react-4.3.2.tgz",
"integrity": "sha512-mi744h1hf+WDsr+paJgSBBgYNLMWNSHyM9V9LVUo03RidNGdw1VpI7Twnt+K3pEh3nIzB4xiiAgZxpd61ItKpQ==",
"license": "MIT",
"peerDependencies": {
"linkifyjs": "^4.0.0",