From 2284bfad818bd4a99337fe172ab0b1dae1c84f11 Mon Sep 17 00:00:00 2001 From: Didier Lafforgue Date: Sun, 15 Jun 2025 23:14:56 +0200 Subject: [PATCH 1/2] feat(ui): revamp the list item components (icon + label) --- .../editor/assets/remixicons/ri-draggable.svg | 1 + .../assets/remixicons/ri-expand-up-down-line.svg | 1 - .../editor/components/section-list/list-item.vue | 12 ++++++------ .../components/section-pane/block-list/index.vue | 1 + .../section-pane/block-list/list-item.vue | 13 ++++++++----- 5 files changed, 16 insertions(+), 12 deletions(-) create mode 100644 app/frontend/editor/assets/remixicons/ri-draggable.svg delete mode 100644 app/frontend/editor/assets/remixicons/ri-expand-up-down-line.svg diff --git a/app/frontend/editor/assets/remixicons/ri-draggable.svg b/app/frontend/editor/assets/remixicons/ri-draggable.svg new file mode 100644 index 00000000..89f6046c --- /dev/null +++ b/app/frontend/editor/assets/remixicons/ri-draggable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/frontend/editor/assets/remixicons/ri-expand-up-down-line.svg b/app/frontend/editor/assets/remixicons/ri-expand-up-down-line.svg deleted file mode 100644 index 8c478b3e..00000000 --- a/app/frontend/editor/assets/remixicons/ri-expand-up-down-line.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/frontend/editor/components/section-list/list-item.vue b/app/frontend/editor/components/section-list/list-item.vue index 1b927598..33175eb5 100644 --- a/app/frontend/editor/components/section-list/list-item.vue +++ b/app/frontend/editor/components/section-list/list-item.vue @@ -1,16 +1,16 @@