From 0e86b574edc3ff25cf300c66ed0076bbd1b383df Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 11 May 2026 18:13:56 -0500 Subject: [PATCH] feat(frontend) update styling --- .../frontend/components/about/AboutPage.vue | 179 +++++---- .../components/blocked/BlockedPage.vue | 343 ++++++++++-------- .../components/contacts/ContactsPage.vue | 79 +++- .../components/interfaces/Interface.vue | 6 +- .../components/interfaces/InterfacesPage.vue | 2 +- .../components/page-nodes/PageNodesPage.vue | 111 +++--- .../components/tools/RepositoryServerPage.vue | 98 ++--- 7 files changed, 454 insertions(+), 364 deletions(-) diff --git a/meshchatx/src/frontend/components/about/AboutPage.vue b/meshchatx/src/frontend/components/about/AboutPage.vue index 265acfd..1743024 100644 --- a/meshchatx/src/frontend/components/about/AboutPage.vue +++ b/meshchatx/src/frontend/components/about/AboutPage.vue @@ -96,18 +96,18 @@
-
-
+
+
- + {{ $t("about.contact_developer") }}
- -
-
-
+
+ - {{ $t("about.contact_lxmf_address") }} -
-
- - {{ developerLxmfPrimary }} - - -
+ {{ developerLxmfPrimary }} + +
-
-
+ - {{ $t("about.contact_alternate") }} -
-
- - {{ developerLxmfAlternate }} - - -
+ {{ developerLxmfAlternate }} + +
-
{{ $t("about.contact_propagation_hint") }}
-
+
-
+
- + {{ $t("about.donate_label") }}
{{ $t("about.donate_monero_label") }}
-
+
{{ moneroDonateAddress }}
@@ -252,12 +228,12 @@ href="https://ko-fi.com/quad4" target="_blank" rel="noopener noreferrer" - class="inline-flex flex-1 items-center justify-center gap-2 px-4 py-2.5 rounded-xl border border-gray-200 dark:border-zinc-700 bg-white/90 dark:bg-zinc-900/70 hover:bg-blue-500/[0.06] hover:border-blue-500/25 dark:hover:bg-zinc-800/80 text-gray-800 dark:text-zinc-100 text-xs font-bold uppercase tracking-wide min-h-[44px] transition-colors" + class="inline-flex flex-1 items-center justify-center gap-2 px-4 py-2.5 rounded-xl border border-gray-200 dark:border-zinc-700 bg-gray-50 dark:bg-zinc-900/40 hover:bg-gray-100 dark:hover:bg-zinc-800 text-gray-800 dark:text-zinc-100 text-xs font-semibold transition-colors" > {{ $t("about.donate_kofi") }} @@ -265,12 +241,12 @@ href="https://buymeacoffee.com/quad4" target="_blank" rel="noopener noreferrer" - class="inline-flex flex-1 items-center justify-center gap-2 px-4 py-2.5 rounded-xl border border-gray-200 dark:border-zinc-700 bg-white/90 dark:bg-zinc-900/70 hover:bg-blue-500/[0.06] hover:border-blue-500/25 dark:hover:bg-zinc-800/80 text-gray-800 dark:text-zinc-100 text-xs font-bold uppercase tracking-wide min-h-[44px] transition-colors" + class="inline-flex flex-1 items-center justify-center gap-2 px-4 py-2.5 rounded-xl border border-gray-200 dark:border-zinc-700 bg-gray-50 dark:bg-zinc-900/40 hover:bg-gray-100 dark:hover:bg-zinc-800 text-gray-800 dark:text-zinc-100 text-xs font-semibold transition-colors" > {{ $t("about.donate_buymeacoffee") }} @@ -987,6 +963,19 @@
+
+ + Suspicious backups are created when the database size or message count + drops unexpectedly compared to the last known baseline, usually after a + crash, corruption, or deletion. They are kept automatically so you can + inspect or restore from them. +
+