From 7a3a016683712b607f2987b3f19a00b538831622 Mon Sep 17 00:00:00 2001 From: eiiko6 Date: Sun, 18 Jan 2026 21:17:24 +0100 Subject: [PATCH] added compacat layout toggle and fixed colorschemes --- src/App.vue | 12 ++++--- src/components/MessageList.vue | 62 +++++++++++++++++++++++----------- src/locales/en.ftl | 1 + src/locales/fr.ftl | 1 + src/pages/SettingsPage.vue | 51 ++++++++++++++++++++++++---- src/store.ts | 13 +++++++ src/themes.json | 2 +- 7 files changed, 112 insertions(+), 30 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1cb61cf..ab47a1c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@