From e9a97b471796c58b946a656372aeaddab871a292 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 18 Jul 2022 00:31:55 +0900 Subject: [PATCH] =?UTF-8?q?enhance(client):=20=E3=82=A6=E3=82=A3=E3=83=B3?= =?UTF-8?q?=E3=83=89=E3=82=A6=E3=82=92=E6=9C=80=E5=A4=A7=E5=8C=96=E3=81=A7?= =?UTF-8?q?=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 + packages/client/src/components/ui/window.vue | 586 ++++++++++--------- 2 files changed, 316 insertions(+), 279 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfaf06ea8..aa253d11a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ You should also include the user name that made the change. --> +## 12.x.x (unreleased) + +### Improvements +- Client: ウィンドウを最大化できるように @syuilo +- Client: UIのブラッシュアップ @syuilo + +### Bugfixes +- + ## 12.116.1 (2022/07/17) ### Bugfixes diff --git a/packages/client/src/components/ui/window.vue b/packages/client/src/components/ui/window.vue index d15503382..120861917 100644 --- a/packages/client/src/components/ui/window.vue +++ b/packages/client/src/components/ui/window.vue @@ -1,6 +1,6 @@ -