]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Extremely basic chat component
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sat, 26 Apr 2025 02:29:51 +0000 (19:29 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Wed, 2 Jul 2025 18:03:07 +0000 (11:03 -0700)
commitc809a6557112eddb98ee57ebb23f58068adb4d52
tree7ebb0ee69ba83417e32a2bd3cc32bcecf44e0a89
parentbb3336f7bcadde6008058708e5434fb1c9bf8fdc
Extremely basic chat component
src-ui/src/app/components/app-frame/app-frame.component.html
src-ui/src/app/components/app-frame/app-frame.component.ts
src-ui/src/app/components/app-frame/toasts-dropdown/toasts-dropdown.component.html
src-ui/src/app/components/chat/chat/chat.component.html [new file with mode: 0644]
src-ui/src/app/components/chat/chat/chat.component.scss [new file with mode: 0644]
src-ui/src/app/components/chat/chat/chat.component.ts [new file with mode: 0644]
src-ui/src/app/interceptors/csrf.interceptor.ts
src-ui/src/app/services/chat.service.ts [new file with mode: 0644]
src-ui/src/app/services/csrf.service.ts [new file with mode: 0644]
src-ui/src/main.ts
src/paperless/settings.py