From 74cfe2131692ceea2aff24571ae789863fa36ccc Mon Sep 17 00:00:00 2001 From: overtrue Date: Thu, 20 Nov 2025 19:57:50 +0800 Subject: [PATCH 1/3] feat: add option to show deleted objects in object list - Add checkbox to toggle showing deleted objects - Update UI layout to include search and show deleted option - Add i18n translations for 'Show Deleted Objects' in en-US, tr-TR, and zh-CN --- components/object/list.vue | 124 ++++++++++++++++++++----------------- components/page-header.vue | 2 +- i18n/locales/en-US.json | 1 + i18n/locales/tr-TR.json | 1 + i18n/locales/zh-CN.json | 1 + 5 files changed, 71 insertions(+), 58 deletions(-) diff --git a/components/object/list.vue b/components/object/list.vue index 852fdd0..ab37715 100644 --- a/components/object/list.vue +++ b/components/object/list.vue @@ -1,7 +1,13 @@