From 90efe128337eb2f1efa6553b09ec2af19a4995c9 Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Fri, 14 Jun 2024 12:10:33 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E3=82=A2=E3=83=B3=E3=83=86=E3=83=8A?= =?UTF-8?q?=E3=80=81=E3=83=AA=E3=82=B9=E3=83=88=E7=AD=89=E3=81=AE=E5=90=8D?= =?UTF-8?q?=E5=89=8D=E3=82=92=E3=82=AB=E3=83=A9=E3=83=A0=E5=90=8D=E3=81=AE?= =?UTF-8?q?=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88=E5=80=A4=E3=81=AB?= =?UTF-8?q?=E3=81=99=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 --- packages/frontend/src/ui/deck.vue | 2 +- packages/frontend/src/ui/deck/antenna-column.vue | 8 +++++++- packages/frontend/src/ui/deck/channel-column.vue | 16 +++++++++++----- packages/frontend/src/ui/deck/column.vue | 5 +++-- packages/frontend/src/ui/deck/direct-column.vue | 3 ++- packages/frontend/src/ui/deck/list-column.vue | 16 +++++++++++----- .../frontend/src/ui/deck/mentions-column.vue | 3 ++- .../src/ui/deck/notifications-column.vue | 2 +- .../src/ui/deck/role-timeline-column.vue | 6 +++++- packages/frontend/src/ui/deck/tl-column.vue | 2 +- packages/frontend/src/ui/deck/widgets-column.vue | 2 +- 11 files changed, 45 insertions(+), 20 deletions(-) diff --git a/packages/frontend/src/ui/deck.vue b/packages/frontend/src/ui/deck.vue index 1356bbb073..448020707d 100644 --- a/packages/frontend/src/ui/deck.vue +++ b/packages/frontend/src/ui/deck.vue @@ -199,7 +199,7 @@ const addColumn = async (ev) => { addColumnToStore({ type: column, id: uuid(), - name: i18n.ts._deck._columns[column], + name: null, width: 330, }); }; diff --git a/packages/frontend/src/ui/deck/antenna-column.vue b/packages/frontend/src/ui/deck/antenna-column.vue index c3dc1e4fce..31a645f6db 100644 --- a/packages/frontend/src/ui/deck/antenna-column.vue +++ b/packages/frontend/src/ui/deck/antenna-column.vue @@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only