From 99c739543de39edef8930b89e18b8a44f8d95578 Mon Sep 17 00:00:00 2001 From: Enrico Schwendig Date: Wed, 23 Apr 2025 11:39:35 +0200 Subject: [PATCH 1/9] fix channel display issues --- proxy.config.json | 6 ++++ .../channel/channel/channel.component.html | 13 +++++--- .../channel/channel/channel.component.scss | 23 +++++++++++-- .../user/channel/channel/channel.component.ts | 32 +++++++++++++++---- .../edit-channel/edit-channel.component.html | 4 +-- .../edit-channel/edit-channel.component.ts | 10 +++--- src/app/providers/federative.service.ts | 2 +- 7 files changed, 69 insertions(+), 21 deletions(-) diff --git a/proxy.config.json b/proxy.config.json index 09b35a0..0a788d9 100644 --- a/proxy.config.json +++ b/proxy.config.json @@ -4,5 +4,11 @@ "target": "https://localhost:8080", "secure": false, "logLevel": "debug" + }, + "/static": { + "changeOrigin": true, + "target": "https://localhost:8080", + "secure": false, + "logLevel": "debug" } } diff --git a/src/app/pages/user/channel/channel/channel.component.html b/src/app/pages/user/channel/channel/channel.component.html index 54bf731..893e3cf 100644 --- a/src/app/pages/user/channel/channel/channel.component.html +++ b/src/app/pages/user/channel/channel/channel.component.html @@ -1,8 +1,13 @@