Can attach multiple inbox entries to movements at once

This commit is contained in:
2025-05-15 19:40:07 +02:00
parent 5aa954dca2
commit 0f6447155b
7 changed files with 232 additions and 27 deletions

View File

@ -26,7 +26,8 @@
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router": "^7.4.1",
"react-router-dom": "^7.4.1"
"react-router-dom": "^7.4.1",
"ts-pattern": "^5.7.0"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
@ -4575,7 +4576,6 @@
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/ts-pattern/-/ts-pattern-5.7.0.tgz",
"integrity": "sha512-0/FvIG4g3kNkYgbNwBBW5pZBkfpeYQnH+2AA3xmjkCAit/DSDPKmgwC3fKof4oYUq6gupClVOJlFl+939VRBMg==",
"dev": true,
"license": "MIT"
},
"node_modules/tslib": {