From 3566bc207f2fb3cb7cba42fc638f7b30f7e00531 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Mon, 1 Sep 2025 16:36:15 +0900 Subject: refactor --- packages/frontend/src/pages/gallery/edit.root.vue | 145 +++++++++++++++++++++ packages/frontend/src/pages/gallery/edit.vue | 150 ++-------------------- 2 files changed, 157 insertions(+), 138 deletions(-) create mode 100644 packages/frontend/src/pages/gallery/edit.root.vue (limited to 'packages') diff --git a/packages/frontend/src/pages/gallery/edit.root.vue b/packages/frontend/src/pages/gallery/edit.root.vue new file mode 100644 index 0000000000..45493ab561 --- /dev/null +++ b/packages/frontend/src/pages/gallery/edit.root.vue @@ -0,0 +1,145 @@ + + + + + + + {{ i18n.ts.title }} + + + + {{ i18n.ts.description }} + + + + + {{ file.name }} + + + {{ i18n.ts.attachFile }} + + + {{ i18n.ts.markAsSensitive }} + + + {{ i18n.ts.save }} + {{ i18n.ts.publish }} + + {{ i18n.ts.delete }} + + + + + + + + diff --git a/packages/frontend/src/pages/gallery/edit.vue b/packages/frontend/src/pages/gallery/edit.vue index 09bc6375ac..12d1a37390 100644 --- a/packages/frontend/src/pages/gallery/edit.vue +++ b/packages/frontend/src/pages/gallery/edit.vue @@ -4,161 +4,35 @@ SPDX-License-Identifier: AGPL-3.0-only --> - - - - - {{ i18n.ts.title }} - - - - {{ i18n.ts.description }} - - - - - {{ file.name }} - - - {{ i18n.ts.attachFile }} - - - {{ i18n.ts.markAsSensitive }} - - - {{ i18n.ts.save }} - {{ i18n.ts.publish }} - - {{ i18n.ts.delete }} - - - - + + + - - -- cgit v1.2.3-freya