Update launcher

This commit is contained in:
Pranav
2025-05-22 17:22:32 -07:00
parent a5126309c2
commit 3c64f04f27
4 changed files with 13 additions and 44 deletions
@@ -19,7 +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 CopilotLauncher from 'dashboard/components-next/copilot/CopilotLauncher.vue';
import { useUISettings } from 'dashboard/composables/useUISettings';
import { useAccount } from 'dashboard/composables/useAccount';
@@ -211,7 +211,7 @@ onUnmounted(() => {
/>
<template v-if="!showUpgradePage">
<router-view />
<CopilotToggleButton />
<CopilotLauncher />
<CopilotContainer />
<CommandBar />
<NotificationPanel