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

View File

@@ -11,8 +11,8 @@
},
"dependencies": {
"@ciphera-net/ui": "^0.0.50",
"@radix-ui/react-icons": "^1.3.0",
"@ducanh2912/next-pwa": "^10.2.9",
"@radix-ui/react-icons": "^1.3.0",
"axios": "^1.13.2",
"country-flag-icons": "^1.6.4",
"d3-scale": "^4.0.2",
@@ -50,6 +50,6 @@
"eslint-config-next": "^16.1.1",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
"typescript": "5.9.3"
}
}