diff --git a/.gitignore b/.gitignore index 399004b23..dd599829f 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ luna.tar.gz luna/ package-lock.json .angular +.yarn # generated at build time by scripts/generate-build-info.mjs /src/environments/build-info.ts diff --git a/.yarnrc.yml b/.yarnrc.yml new file mode 100644 index 000000000..3186f3f07 --- /dev/null +++ b/.yarnrc.yml @@ -0,0 +1 @@ +nodeLinker: node-modules diff --git a/src/app/elements/chat/chat.component.html b/src/app/elements/chat/chat.component.html index bb859f32b..81a7b1e48 100644 --- a/src/app/elements/chat/chat.component.html +++ b/src/app/elements/chat/chat.component.html @@ -1,18 +1,46 @@ -
- - @if(isShowSetting && subViews.length === 1) { - - } - - - - - - - - +
+
+ -
+
+ @if (isShowSetting && subViews.length === 1) { + + } + +
+
+ +