]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Feature: better toast notifications management (#8980)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 7 Feb 2025 07:06:16 +0000 (23:06 -0800)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2025 07:06:16 +0000 (23:06 -0800)
commitb8bdc10f25cd4a1d2553dda82323b6825de4595a
treefc2fce00b21f9628356e2be37c624b0ec4649914
parente08606af6e686ab076850c5fae1aa162a6cbe0d5
Feature: better toast notifications management (#8980)
21 files changed:
src-ui/messages.xlf
src-ui/src/app/components/app-frame/app-frame.component.html
src-ui/src/app/components/app-frame/app-frame.component.scss
src-ui/src/app/components/app-frame/app-frame.component.ts
src-ui/src/app/components/app-frame/toasts-dropdown/toasts-dropdown.component.html [new file with mode: 0644]
src-ui/src/app/components/app-frame/toasts-dropdown/toasts-dropdown.component.scss [new file with mode: 0644]
src-ui/src/app/components/app-frame/toasts-dropdown/toasts-dropdown.component.spec.ts [new file with mode: 0644]
src-ui/src/app/components/app-frame/toasts-dropdown/toasts-dropdown.component.ts [new file with mode: 0644]
src-ui/src/app/components/common/toast/toast.component.html [new file with mode: 0644]
src-ui/src/app/components/common/toast/toast.component.scss [new file with mode: 0644]
src-ui/src/app/components/common/toast/toast.component.spec.ts [new file with mode: 0644]
src-ui/src/app/components/common/toast/toast.component.ts [new file with mode: 0644]
src-ui/src/app/components/common/toasts/toasts.component.html
src-ui/src/app/components/common/toasts/toasts.component.scss
src-ui/src/app/components/common/toasts/toasts.component.spec.ts
src-ui/src/app/components/common/toasts/toasts.component.ts
src-ui/src/app/services/toast.service.spec.ts
src-ui/src/app/services/toast.service.ts
src-ui/src/main.ts
src-ui/src/styles.scss
src-ui/src/theme.scss