feat: enhance notifications system with UX improvements, new settings management links, and audit log for notification preferences

This commit is contained in:
Usman Baig
2026-02-16 11:55:08 +01:00
parent 4b61f1a397
commit c6373d5f2d
7 changed files with 318 additions and 22 deletions

4
package-lock.json generated
View File

@@ -42,7 +42,7 @@
"eslint-config-next": "^16.1.1",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
"typescript": "5.9.3"
}
},
"node_modules/@alloc/quick-lru": {
@@ -9260,6 +9260,8 @@
},
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true,
"license": "Apache-2.0",
"peer": true,