Automate issuer overlay creation from ticker searches

This commit is contained in:
2026-03-19 20:44:58 -04:00
parent 17de3dd72d
commit 391d6d34ce
79 changed files with 4746 additions and 695 deletions

View File

@@ -15,6 +15,7 @@ import { ValuationFactsTable } from '@/components/analysis/valuation-facts-table
import { Panel } from '@/components/ui/panel';
import { useAuthGuard } from '@/hooks/use-auth-guard';
import { useLinkPrefetch } from '@/hooks/use-link-prefetch';
import { ensureTickerAutomation } from '@/lib/api';
import { buildGraphingHref } from '@/lib/graphing/catalog';
import { queryKeys } from '@/lib/query/keys';
import { companyAnalysisQueryOptions } from '@/lib/query/options';
@@ -119,6 +120,10 @@ function AnalysisPageContent() {
return;
}
void ensureTickerAutomation({
ticker: normalized,
source: 'analysis'
});
setTicker(normalized);
}}
onRefresh={() => {