Skip to content

Commit 0bdad58

Browse files
author
Timothy Dodd
committed
refactor: remove modal component and service, replace with toast notifications
- Deleted modal component and its associated styles. - Removed modal service and its usages across the application. - Integrated toast notifications using rd-ui for user feedback. - Updated user settings and work queue components to utilize new toast service. - Refactored confirmation dialogs to use the new confirm dialog service. - Adjusted various components to ensure proper functionality without the modal.
1 parent fcccc4f commit 0bdad58

File tree

19 files changed

+299
-731
lines changed

19 files changed

+299
-731
lines changed

src/LogMkWeb/package-lock.json

Lines changed: 69 additions & 100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/LogMkWeb/package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
},
1818
"private": true,
1919
"dependencies": {
20-
"@angular/animations": "^21.1.0",
2120
"@angular/cdk": "^21.1.0",
2221
"@angular/common": "^21.1.0",
2322
"@angular/compiler": "^21.1.0",
@@ -35,7 +34,6 @@
3534
"date-fns": "^4.1.0",
3635
"lucide-angular": "^0.562.0",
3736
"ng2-charts": "^8.0.0",
38-
"ngx-toastr": "^19.1.0",
3937
"rxjs": "~7.8.2",
4038
"tslib": "^2.8.1",
4139
"zone.js": "~0.16.0"
@@ -52,21 +50,21 @@
5250
"@angular/localize": "^21.1.0",
5351
"@types/jasmine": "~5.1.15",
5452
"@types/node": "^25.0.9",
55-
"@typescript-eslint/eslint-plugin": "8.53.0",
56-
"@typescript-eslint/parser": "8.53.0",
53+
"@typescript-eslint/eslint-plugin": "8.53.1",
54+
"@typescript-eslint/parser": "8.53.1",
5755
"angular-eslint": "^21.1.0",
5856
"eslint": "~9.39.2",
5957
"eslint-config-prettier": "^10.1.8",
6058
"eslint-plugin-prettier": "^5.5.5",
61-
"jasmine-core": "~6.0.0",
59+
"jasmine-core": "~6.0.1",
6260
"karma": "~6.4.4",
6361
"karma-chrome-launcher": "~3.2.0",
6462
"karma-coverage": "~2.2.1",
6563
"ng-packagr": "^21.1.0",
6664
"prettier": "^3.8.0",
6765
"prettier-eslint": "^16.4.2",
68-
"rimraf": "^6.0.1",
66+
"rimraf": "^6.1.2",
6967
"typescript": "~5.9.3",
70-
"typescript-eslint": "^8.53.0"
68+
"typescript-eslint": "^8.53.1"
7169
}
7270
}

0 commit comments

Comments
 (0)