From 761b0a3ac2b651502e947f796d076f7daccb68f1 Mon Sep 17 00:00:00 2001
From: FineArchs <133759614+FineArchs@users.noreply.github.com>
Date: Sun, 18 Aug 2024 07:35:54 +0900
Subject: [PATCH 1/5] flash: sticky buttons
* sticky save buttons
* fix
* add spacer
* fix design
---
.../frontend/src/pages/flash/flash-edit.vue | 33 ++++++++++++-------
1 file changed, 22 insertions(+), 11 deletions(-)
diff --git a/packages/frontend/src/pages/flash/flash-edit.vue b/packages/frontend/src/pages/flash/flash-edit.vue
index d282ed48107a..436fa0072845 100644
--- a/packages/frontend/src/pages/flash/flash-edit.vue
+++ b/packages/frontend/src/pages/flash/flash-edit.vue
@@ -11,6 +11,12 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts._play.title }}
+
+ {{ i18n.ts.visibility }}
+ {{ i18n.ts._play.visibilityDescription }}
+
+
+
{{ i18n.ts._play.summary }}
@@ -18,19 +24,19 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts._play.script }}
-
- {{ i18n.ts.visibility }}
- {{ i18n.ts._play.visibilityDescription }}
-
-
-
-
- {{ i18n.ts.save }}
- {{ i18n.ts.show }}
- {{ i18n.ts.delete }}
-
+
+
+
+
+ {{ i18n.ts.save }}
+ {{ i18n.ts.show }}
+ {{ i18n.ts.delete }}
+
+
+
+
@@ -459,3 +465,8 @@ definePageMetadata(() => ({
title: flash.value ? `${i18n.ts._play.edit}: ${flash.value.title}` : i18n.ts._play.new,
}));
+
From 2b8d78896585763de54d6f6c70e59af62f962ef5 Mon Sep 17 00:00:00 2001
From: FineArchs <133759614+FineArchs@users.noreply.github.com>
Date: Sun, 18 Aug 2024 07:41:15 +0900
Subject: [PATCH 2/5] Update CHANGELOG.md
---
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3d6dcf53503..367b167acf39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
### Client
- Enhance: 「自分のPlay」ページにおいてPlayが非公開かどうかが一目でわかるように
- Enhance: 不適切なページ、ギャラリー、Playを通報できるように
+- Enhance: Play編集画面の項目の並びを少しリデザイン
- Fix: Play編集時に公開範囲が「パブリック」にリセットされる問題を修正
- Fix: ページ遷移に失敗することがある問題を修正
- Fix: iOSでユーザー名などがリンクとして誤検知される現象を抑制
From 756574a53eb3f4da2c0c157a60a1aff36ae7254d Mon Sep 17 00:00:00 2001
From: FineArchs <133759614+FineArchs@users.noreply.github.com>
Date: Sun, 18 Aug 2024 07:52:15 +0900
Subject: [PATCH 3/5] revert experimental background
---
.../frontend/src/pages/flash/flash-edit.vue | 21 +++++++------------
1 file changed, 7 insertions(+), 14 deletions(-)
diff --git a/packages/frontend/src/pages/flash/flash-edit.vue b/packages/frontend/src/pages/flash/flash-edit.vue
index 436fa0072845..7e542c36bdc7 100644
--- a/packages/frontend/src/pages/flash/flash-edit.vue
+++ b/packages/frontend/src/pages/flash/flash-edit.vue
@@ -27,15 +27,13 @@ SPDX-License-Identifier: AGPL-3.0-only
-
-
-
- {{ i18n.ts.save }}
- {{ i18n.ts.show }}
- {{ i18n.ts.delete }}
-
-
-
+
+
+ {{ i18n.ts.save }}
+ {{ i18n.ts.show }}
+ {{ i18n.ts.delete }}
+
+
@@ -465,8 +463,3 @@ definePageMetadata(() => ({
title: flash.value ? `${i18n.ts._play.edit}: ${flash.value.title}` : i18n.ts._play.new,
}));
-
From b0f46995dc6f94d9d78bbbc14afb7fcd0dbe4916 Mon Sep 17 00:00:00 2001
From: FineArchs <133759614+FineArchs@users.noreply.github.com>
Date: Sun, 18 Aug 2024 19:20:01 +0900
Subject: [PATCH 4/5] add background
---
.../frontend/src/pages/flash/flash-edit.vue | 23 +++++++++++++------
1 file changed, 16 insertions(+), 7 deletions(-)
diff --git a/packages/frontend/src/pages/flash/flash-edit.vue b/packages/frontend/src/pages/flash/flash-edit.vue
index 7e542c36bdc7..fd6fadd0b371 100644
--- a/packages/frontend/src/pages/flash/flash-edit.vue
+++ b/packages/frontend/src/pages/flash/flash-edit.vue
@@ -27,13 +27,15 @@ SPDX-License-Identifier: AGPL-3.0-only
-
-
- {{ i18n.ts.save }}
- {{ i18n.ts.show }}
- {{ i18n.ts.delete }}
-
-
+
+
+
+ {{ i18n.ts.save }}
+ {{ i18n.ts.show }}
+ {{ i18n.ts.delete }}
+
+
+
@@ -463,3 +465,10 @@ definePageMetadata(() => ({
title: flash.value ? `${i18n.ts._play.edit}: ${flash.value.title}` : i18n.ts._play.new,
}));
+
From 3aae25da70dd0930fd17e6036ef8e77a3cbbee74 Mon Sep 17 00:00:00 2001
From: FineArchs <133759614+FineArchs@users.noreply.github.com>
Date: Sun, 18 Aug 2024 19:27:05 +0900
Subject: [PATCH 5/5] Update CHANGELOG.md
---
CHANGELOG.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ce385e07a47..5aed6eecc6e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@
-
### Client
--
+- Enhance: Play編集画面の項目の並びを少しリデザイン
### Server
-
@@ -21,7 +21,6 @@
### Client
- Enhance: 「自分のPlay」ページにおいてPlayが非公開かどうかが一目でわかるように
- Enhance: 不適切なページ、ギャラリー、Playを通報できるように
-- Enhance: Play編集画面の項目の並びを少しリデザイン
- Fix: Play編集時に公開範囲が「パブリック」にリセットされる問題を修正
- Fix: ページ遷移に失敗することがある問題を修正
- Fix: iOSでユーザー名などがリンクとして誤検知される現象を抑制