From d1fdb0ff23e8b783d8ceb9c4a654e0ecee13c14b Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 6 May 2025 11:00:22 +0200 Subject: [PATCH 1/2] chore(SessionList): Convert CRLF newlines to LF newlines Signed-off-by: Jonas --- src/components/Editor/SessionList.vue | 394 +++++++++++++------------- 1 file changed, 197 insertions(+), 197 deletions(-) diff --git a/src/components/Editor/SessionList.vue b/src/components/Editor/SessionList.vue index 296ea908529..130da3535f0 100644 --- a/src/components/Editor/SessionList.vue +++ b/src/components/Editor/SessionList.vue @@ -1,197 +1,197 @@ - - - - - - - + + + + + + + From 4de245bac6237dade422d1ec04c559338f29eeaa Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 6 May 2025 12:13:59 +0200 Subject: [PATCH 2/2] chore(SessionList): Migrate to NcButton and MDI icon Signed-off-by: Jonas --- src/components/Editor/SessionList.vue | 55 ++++++++++++--------------- 1 file changed, 24 insertions(+), 31 deletions(-) diff --git a/src/components/Editor/SessionList.vue b/src/components/Editor/SessionList.vue index 130da3535f0..a7f7e1fbd02 100644 --- a/src/components/Editor/SessionList.vue +++ b/src/components/Editor/SessionList.vue @@ -7,16 +7,19 @@