From 6ba6f494c1c67d0d1cda5d3b78f22538af31f095 Mon Sep 17 00:00:00 2001 From: gagan Date: Mon, 22 Jun 2026 14:50:17 -0700 Subject: [PATCH] fix(google-docs): move Add Google Doc into Knowledge Quick actions (#635) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Place the action in the files-view "Quick actions" row (next to New note) instead of the header, where it sat after the dev↔drive merge. Widen QuickAction's icon type to accept the custom GoogleDriveIcon component. --- .../x/apps/renderer/src/components/knowledge-view.tsx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/apps/x/apps/renderer/src/components/knowledge-view.tsx b/apps/x/apps/renderer/src/components/knowledge-view.tsx index b1fa48fd..1d5b1397 100644 --- a/apps/x/apps/renderer/src/components/knowledge-view.tsx +++ b/apps/x/apps/renderer/src/components/knowledge-view.tsx @@ -234,14 +234,6 @@ export function KnowledgeView({ /> - @@ -344,6 +336,7 @@ function QuickActions({
actions.createNote(parent)} /> + actions.addGoogleDoc(parent)} /> void }) {