Auto-dismiss notifications popover if no unread notifications exist

This commit is contained in:
Johannes Zellner
2025-11-03 15:32:01 +01:00
parent bd4e132709
commit b2c8f87276
4 changed files with 66 additions and 61 deletions

View File

@@ -7,7 +7,7 @@
},
"type": "module",
"dependencies": {
"@cloudron/pankow": "^3.5.5",
"@cloudron/pankow": "^3.5.6",
"@fontsource/inter": "^5.2.8",
"@fortawesome/fontawesome-free": "^7.1.0",
"@vitejs/plugin-vue": "^6.0.1",
@@ -18,12 +18,12 @@
"async": "^3.2.6",
"chart.js": "^4.5.1",
"chartjs-plugin-annotation": "^3.1.0",
"eslint": "^9.38.0",
"eslint": "^9.39.0",
"eslint-plugin-vue": "^10.5.1",
"marked": "^16.4.1",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"vite": "^7.1.10",
"vite": "^7.1.12",
"vite-plugin-singlefile": "^2.3.0",
"vue": "^3.5.22",
"vue-i18n": "^11.1.12",