mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Add feature library for rendering grouped notifications with: - Grouped notification display with collapsible sections - Unread/read status indication - Relative timestamps via date-fns - Action buttons supporting navigation and callback types
21 lines
497 B
JSON
21 lines
497 B
JSON
{
|
|
"name": "shell-notifications",
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "libs/shell/notifications/src",
|
|
"prefix": "shell",
|
|
"projectType": "library",
|
|
"tags": [],
|
|
"targets": {
|
|
"test": {
|
|
"executor": "@nx/vite:test",
|
|
"outputs": ["{options.reportsDirectory}"],
|
|
"options": {
|
|
"reportsDirectory": "../../../coverage/libs/shell/notifications"
|
|
}
|
|
},
|
|
"lint": {
|
|
"executor": "@nx/eslint:lint"
|
|
}
|
|
}
|
|
}
|