From 0418d05753c27badf5fda9803f6617ffca8be521 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 20 Mar 2023 23:41:50 +0800 Subject: [PATCH] refactor(list): improve form --- components/list/ListEntry.vue | 126 ++++++++++++++-------------------- pages/[[server]]/lists.vue | 4 +- 2 files changed, 55 insertions(+), 75 deletions(-) diff --git a/components/list/ListEntry.vue b/components/list/ListEntry.vue index ba4859c6..d2b19e52 100644 --- a/components/list/ListEntry.vue +++ b/components/list/ListEntry.vue @@ -1,117 +1,102 @@