From dff2c036bc6915b37aac2c5bf5bce004d4c13350 Mon Sep 17 00:00:00 2001 From: Salma Alam-Naylor Date: Sun, 8 Feb 2026 15:59:36 +0000 Subject: [PATCH 01/11] add basic keyboard shortcuts popover --- app/components/AppFooter.vue | 142 +++++++++++++++++++++++++++++++++++ i18n/locales/en.json | 17 ++++- lunaria/files/en-GB.json | 17 ++++- lunaria/files/en-US.json | 17 ++++- 4 files changed, 190 insertions(+), 3 deletions(-) diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue index 83491bf70..8ed3b31dc 100644 --- a/app/components/AppFooter.vue +++ b/app/components/AppFooter.vue @@ -1,6 +1,38 @@