Add copilot to every page

This commit is contained in:
Pranav
2025-05-09 13:16:27 -07:00
parent a06964c0f1
commit 66fcaa5e01
5 changed files with 92 additions and 1 deletions
@@ -19,6 +19,7 @@ import AddLabelModal from 'dashboard/routes/dashboard/settings/labels/AddLabel.v
import NotificationPanel from 'dashboard/routes/dashboard/notifications/components/NotificationPanel.vue';
import UpgradePage from 'dashboard/routes/dashboard/upgrade/UpgradePage.vue';
import CopilotContainer from 'dashboard/components/copilot/CopilotContainer.vue';
import CopilotToggleButton from 'dashboard/components/copilot/CopilotToggleButton.vue';
import { useUISettings } from 'dashboard/composables/useUISettings';
import { useAccount } from 'dashboard/composables/useAccount';
@@ -210,6 +211,7 @@ onUnmounted(() => {
/>
<template v-if="!showUpgradePage">
<router-view />
<CopilotToggleButton />
<CopilotContainer />
<CommandBar />
<NotificationPanel