From b75aeb6885915fead8d882edd7e88370437aa322 Mon Sep 17 00:00:00 2001 From: entyu Date: Thu, 19 Jan 2023 15:58:53 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC?= =?UTF-8?q?=E3=83=89=E8=A1=A8=E7=A4=BA/=E9=9D=9E=E8=A1=A8=E7=A4=BA?= =?UTF-8?q?=E3=81=AE=E3=83=88=E3=82=B0=E3=83=AB=E6=A9=9F=E8=83=BD=E3=81=AE?= =?UTF-8?q?=E3=83=9E=E3=83=BC=E3=82=B8=E3=82=92=E5=86=8D=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/component/peer-menu/peer-menu.component.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/component/peer-menu/peer-menu.component.ts b/src/app/component/peer-menu/peer-menu.component.ts index c6ab830b2..874225a73 100644 --- a/src/app/component/peer-menu/peer-menu.component.ts +++ b/src/app/component/peer-menu/peer-menu.component.ts @@ -77,6 +77,10 @@ export class PeerMenuComponent implements OnInit, OnDestroy, AfterViewInit { this.modalService.open(LobbyComponent, { width: 700, height: 400, left: 0, top: 400 }); } + togglePasswordVisibility() { + this.isPasswordVisible = !this.isPasswordVisible; + } + findUserId(peerId: string) { const peerCursor = PeerCursor.findByPeerId(peerId); return peerCursor ? peerCursor.userId : ''; From e924eb6badfca5f18e9f5e908f840a398cbac208 Mon Sep 17 00:00:00 2001 From: entyu Date: Thu, 19 Jan 2023 18:52:19 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=E3=83=9E=E3=83=BC=E3=82=B8=E3=81=AB?= =?UTF-8?q?=E3=82=88=E3=82=8B=E5=BC=8A=E5=AE=B3=E3=81=A7=E3=83=81=E3=83=A3?= =?UTF-8?q?=E3=83=83=E3=83=88=E3=81=AE=E6=9C=80=E7=B5=82=E8=A1=8C=E3=81=AE?= =?UTF-8?q?=E7=B8=A6=E5=B9=85=E3=81=8C=E6=B8=9B=E3=81=A3=E3=81=A6=E3=81=97?= =?UTF-8?q?=E3=81=BE=E3=81=86=E7=8F=BE=E8=B1=A1=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/component/chat-window/chat-window.component.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/component/chat-window/chat-window.component.css b/src/app/component/chat-window/chat-window.component.css index 03ca6454b..9097cdb1d 100644 --- a/src/app/component/chat-window/chat-window.component.css +++ b/src/app/component/chat-window/chat-window.component.css @@ -1,7 +1,10 @@ +/* +// これを入れるとチャットログの高さ計算が8px(おそらくpadding分)ずれて最終行下部の高さが足りなくなるためコメントアウト※リリィ :host { display: block; height: 100%; } +*/ .loop-anime { -webkit-animation: anime1 1.3s infinite ease-in-out; From 8d2f61d1a577bd45b380cb01f738399bf5d391a7 Mon Sep 17 00:00:00 2001 From: entyu Date: Thu, 19 Jan 2023 19:39:03 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 4 ++-- package.json | 2 +- src/index.html | 6 +++++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfcc53e78..2950a25b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "udonarium_lily", - "version": "1.10.0b1", + "version": "1.10.0b1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "udonarium_lily", - "version": "1.10.0b1", + "version": "1.10.0b1.1", "license": "MIT", "dependencies": { "@angular/animations": "^13.3.0", diff --git a/package.json b/package.json index 44160aed8..328d3945c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "udonarium_lily", - "version": "1.10.0b1", + "version": "1.10.0b1.1", "license": "MIT", "scripts": { "ng": "ng", diff --git a/src/index.html b/src/index.html index 495f3ee47..2d674b2de 100644 --- a/src/index.html +++ b/src/index.html @@ -9,7 +9,7 @@ } - UdonariumLily 1.10.0b1 + UdonariumLily 1.10.0b1.1