feat: wire MKT tab to top-level filters and remove internal category filter

MktDataView now receives filteredData/filteredAdsData so the global
FilterBar controls the tab's data. Removed the local "All Categories"
dropdown that previously sat next to the Include COGS toggle.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christian Vidal Wolf
2026-03-12 14:35:37 +01:00
co-authored by Claude Sonnet 4.6
parent 12fb15cae3
commit 657009a7ba
2 changed files with 3 additions and 33 deletions
+1 -1
View File
@@ -926,7 +926,7 @@ const App: React.FC = () => {
<Suspense fallback={<LoadingSpinner />}>
<div className={view === 'mkt' ? '' : 'hidden'}>
<MktDataView rawData={rawData} adsData={adsData} />
<MktDataView rawData={filteredData} adsData={filteredAdsData} />
</div>
</Suspense>