[ACS-8746] use notification service instead of store, yellow warnings, warning on no library permission (#4577)

* [ACS-8746] use notification service instead of store, yellow warnings, warning on no library permissions

* [ACS-8746] move snackbar bg styling to app level, review comments

* [ACS-8746] change warning color for improved accessibility

* [ACS-8746] fix wrong css class for copy and move notifications

* [ACS-8746] completely replace SnackbarActions with notifications service, update warning color

* [ACS-8746] improve copy and move nodes notifications

* ACS-8746 fix undo delete notification action

* ACS-8746 review comments

* ACS-8746 review comments
This commit is contained in:
Grzegorz Jaśkowski
2025-06-16 10:14:27 +02:00
committed by GitHub
parent 1072c7d2f3
commit f48fc8c2d7
45 changed files with 476 additions and 786 deletions

View File

@@ -548,7 +548,7 @@ describe('FilesComponent', () => {
);
fixture.detectChanges();
expect(getGenericErrorText()).toBe('APP.BROWSE.LIBRARIES.ERRORS.LIBRARY_NO_PERMISSIONS');
expect(getGenericErrorText()).toBe('APP.BROWSE.LIBRARIES.LIBRARY_NO_PERMISSIONS_WARNING');
});
it('should have set text to library not found error if library does not exist and actual url is libraries', () => {
@@ -638,7 +638,7 @@ describe('FilesComponent', () => {
);
fixture.detectChanges();
expect(getGenericErrorText()).toBe('APP.BROWSE.LIBRARIES.ERRORS.LIBRARY_NO_PERMISSIONS');
expect(getGenericErrorText()).toBe('APP.BROWSE.LIBRARIES.LIBRARY_NO_PERMISSIONS_WARNING');
});
it('should have set text to library not found error if library does not exist issue and actual url is libraries', () => {