From 5cef76ae57b2f35781c842f95575cdaf946ea3a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20G=C3=B3mez=20Morales?= Date: Thu, 18 Sep 2025 08:50:15 +0200 Subject: [PATCH] feat(editor): [Insights] Add filter by project (#19643) --- .../components/Projects/ProjectSharing.vue | 18 +- .../components/InsightsDashboard.test.ts | 199 +++++++++++++++++- .../insights/components/InsightsDashboard.vue | 77 +++++-- .../src/features/insights/insights.api.ts | 4 +- .../src/features/insights/insights.store.ts | 4 +- 5 files changed, 272 insertions(+), 30 deletions(-) diff --git a/packages/frontend/editor-ui/src/components/Projects/ProjectSharing.vue b/packages/frontend/editor-ui/src/components/Projects/ProjectSharing.vue index f303c09b78..274ca0fea3 100644 --- a/packages/frontend/editor-ui/src/components/Projects/ProjectSharing.vue +++ b/packages/frontend/editor-ui/src/components/Projects/ProjectSharing.vue @@ -1,15 +1,16 @@