From 05cc75fa954392b9716e30a26fb63205f8e27eb7 Mon Sep 17 00:00:00 2001 From: riefive Date: Wed, 19 Nov 2025 12:23:03 +0700 Subject: [PATCH] refactor: move list sep logic to handlers --- app/components/content/sep/list.vue | 261 +++------------- app/handlers/integration-sep-entry.handler.ts | 0 app/handlers/integration-sep-list.handler.ts | 283 ++++++++++++++++++ app/lib/download.ts | 10 +- 4 files changed, 326 insertions(+), 228 deletions(-) create mode 100644 app/handlers/integration-sep-entry.handler.ts create mode 100644 app/handlers/integration-sep-list.handler.ts diff --git a/app/components/content/sep/list.vue b/app/components/content/sep/list.vue index 2fc1a7b4..a416528f 100644 --- a/app/components/content/sep/list.vue +++ b/app/components/content/sep/list.vue @@ -1,10 +1,5 @@