filemanager: support prev/next in image viewer

This commit is contained in:
Johannes Zellner
2023-07-11 13:37:03 +02:00
parent aa00742093
commit d22680bc86
4 changed files with 13 additions and 7 deletions
+4 -4
View File
@@ -11,7 +11,7 @@
"@fontsource/noto-sans": "^5.0.5",
"combokeys": "^3.0.1",
"filesize": "^10.0.7",
"pankow": "^0.4.1",
"pankow": "^0.4.2",
"primeicons": "^6.0.1",
"primevue": "^3.30.0",
"superagent": "^8.0.9",
@@ -916,9 +916,9 @@
}
},
"node_modules/pankow": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/pankow/-/pankow-0.4.1.tgz",
"integrity": "sha512-jL8BoV8WMGMOOekIvVNimnidITN+K1LTeOJEYP1N3LEY8byQTWiLYSjIHn5noWLk/epvalnBwKp54VNc3bCv8g==",
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/pankow/-/pankow-0.4.2.tgz",
"integrity": "sha512-viWPCNH+qICmupZZLYQapPqxuRhxeVAs/rZ4ipHIu6x1+nZOHo4dIpNnzGIV5hSGGasWBOlyK52K7X3JB2TJMQ==",
"dependencies": {
"filesize": "^10.0.7",
"monaco-editor": "^0.40.0",