From bf60b355fec4e1ba429c60aa64f00297ca42e63d Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Mon, 26 Sep 2022 16:16:37 +0100 Subject: [PATCH] save --- src/app/app-routing.module.ts | 4 ++ src/app/pages/chat/chat.page.html | 4 ++ src/app/pages/chat/chat.page.ts | 19 ++++- .../services/chat/ws-chat-methods.service.ts | 72 ++++++++++--------- .../chat-debugging-routing.module.ts | 17 +++++ .../chat-debugging/chat-debugging.module.ts | 20 ++++++ .../chat-debugging/chat-debugging.page.html | 9 +++ .../chat-debugging/chat-debugging.page.scss | 0 .../chat-debugging.page.spec.ts | 24 +++++++ .../chat-debugging/chat-debugging.page.ts | 17 +++++ 10 files changed, 150 insertions(+), 36 deletions(-) create mode 100644 src/app/shared/popover/chat-debugging/chat-debugging-routing.module.ts create mode 100644 src/app/shared/popover/chat-debugging/chat-debugging.module.ts create mode 100644 src/app/shared/popover/chat-debugging/chat-debugging.page.html create mode 100644 src/app/shared/popover/chat-debugging/chat-debugging.page.scss create mode 100644 src/app/shared/popover/chat-debugging/chat-debugging.page.spec.ts create mode 100644 src/app/shared/popover/chat-debugging/chat-debugging.page.ts diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 9844e6e2c..272b77172 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -245,6 +245,10 @@ const routes = [ { path: 'diplomas-gerar-options', loadChildren: () => import('./shared/popover/diplomas-gerar-options/diplomas-gerar-options.module').then( m => m.DiplomasGerarOptionsPageModule) + }, + { + path: 'chat-debugging', + loadChildren: () => import('./shared/popover/chat-debugging/chat-debugging.module').then( m => m.ChatDebuggingPageModule) } /* diff --git a/src/app/pages/chat/chat.page.html b/src/app/pages/chat/chat.page.html index 2e0c5486a..4c473fd14 100644 --- a/src/app/pages/chat/chat.page.html +++ b/src/app/pages/chat/chat.page.html @@ -17,6 +17,10 @@ Chat
+ +