From d0039afbb76a9364c1e6ac9715ccc3c239dc8cb6 Mon Sep 17 00:00:00 2001
From: Ryan <43447928+Rmiller5466@users.noreply.github.com>
Date: Fri, 3 Oct 2025 04:42:24 -0400
Subject: [PATCH 1/9] fix: wrong url on settings branding link
---
frontend/src/views/settings/Global.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/src/views/settings/Global.vue b/frontend/src/views/settings/Global.vue
index e397c6f7..0a42a293 100644
--- a/frontend/src/views/settings/Global.vue
+++ b/frontend/src/views/settings/Global.vue
@@ -65,7 +65,7 @@
{{ t("settings.documentation") }}
From a397e7305d1572baf67823413f97a29eea38f0cc Mon Sep 17 00:00:00 2001
From: Ryan <43447928+Rmiller5466@users.noreply.github.com>
Date: Fri, 17 Oct 2025 10:45:36 -0400
Subject: [PATCH 2/9] fix: editor discard prompt doesn't save nor discard
Co-authored-by: Ryan Miller
---
.../components/prompts/DiscardEditorChanges.vue | 10 ++--------
frontend/src/views/files/Editor.vue | 16 ++++++++++++++--
2 files changed, 16 insertions(+), 10 deletions(-)
diff --git a/frontend/src/components/prompts/DiscardEditorChanges.vue b/frontend/src/components/prompts/DiscardEditorChanges.vue
index bd6bc49a..7a99c5fc 100644
--- a/frontend/src/components/prompts/DiscardEditorChanges.vue
+++ b/frontend/src/components/prompts/DiscardEditorChanges.vue
@@ -17,7 +17,7 @@