Fixed pagination. Added entity page channel tile expand.

This commit is contained in:
2024-01-25 03:07:26 +01:00
parent 0b3f98826b
commit d739975d36
29 changed files with 1056 additions and 128 deletions

View File

@@ -13,6 +13,8 @@
"@vitejs/plugin-vue": "^4.5.2",
"@vue/compiler-sfc": "^3.3.10",
"@vue/server-renderer": "^3.3.10",
"@vueuse/components": "^10.7.1",
"@vueuse/core": "^10.7.1",
"compression": "^1.7.4",
"config": "^3.3.9",
"convert": "^4.14.1",
@@ -34,6 +36,7 @@
"vike": "^0.4.150",
"vite": "^4.5.1",
"vue": "^3.3.10",
"vue-virtual-scroller": "^2.0.0-beta.8",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1"
},