From b9bac2ee75c2c25a1f1b0c70872d61cf265b1e2e Mon Sep 17 00:00:00 2001 From: Guillaume Huard Hughes Date: Fri, 5 Jun 2026 04:45:18 -0400 Subject: [PATCH] refactor(desktop): remove Changes and History quick actions from sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These views are reachable from the main tabs, so the duplicate sidebar shortcuts were redundant. Keep the Graph quick action. 🪄 Commit via GitWand --- apps/desktop/src/components/RepoSidebar.vue | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/apps/desktop/src/components/RepoSidebar.vue b/apps/desktop/src/components/RepoSidebar.vue index f802985..f1e30cb 100644 --- a/apps/desktop/src/components/RepoSidebar.vue +++ b/apps/desktop/src/components/RepoSidebar.vue @@ -1450,21 +1450,6 @@ function formatActivityDate(dateStr: string): string { {{ t('sidebar.quickActions') }}
- -