diff --git a/frontend/src/pages/account/IntegrationsPage.tsx b/frontend/src/pages/account/IntegrationsPage.tsx
index ebb7c5b8..fd5595d3 100644
--- a/frontend/src/pages/account/IntegrationsPage.tsx
+++ b/frontend/src/pages/account/IntegrationsPage.tsx
@@ -1,5 +1,5 @@
import { useEffect, useState } from 'react'
-import { Plug, CheckCircle2, AlertCircle, Loader2, Pencil, Trash2, Shield } from 'lucide-react'
+import { Plug, CheckCircle2, AlertCircle, Loader2, Pencil, Trash2, Shield, History, Ticket } from 'lucide-react'
import { PageMeta } from '@/components/common/PageMeta'
import { integrationsApi } from '@/api/integrations'
import type { PsaConnectionResponse, PsaConnectionCreate, PsaConnectionUpdate, PsaConnectionTestResponse } from '@/types'
@@ -38,7 +38,10 @@ const emptyForm: ConnectionForm = {
client_id: '',
}
+type Tab = 'connection' | 'post-history'
+
export function IntegrationsPage() {
+ const [activeTab, setActiveTab] = useState
+ View post history from individual sessions by clicking on linked tickets. + When a session has a ConnectWise ticket linked, use the Update button to post + session documentation and view previous posts. +
+