phase-10.5: screener enhancements

This commit is contained in:
Kazuma
2026-06-11 19:18:19 -04:00
parent f0c794f0c0
commit bf2a85b5c4
51 changed files with 3745 additions and 36 deletions
+7
View File
@@ -5,6 +5,8 @@
import AssetTable from '$lib/components/screener/AssetTable.svelte';
import AnalysisSidebar from '$lib/components/screener/AnalysisSidebar.svelte';
import WatchlistPanel from '$lib/components/screener/WatchlistPanel.svelte';
import SectorPulse from '$lib/components/screener/SectorPulse.svelte';
import SectorPanel from '$lib/components/screener/SectorPanel.svelte';
const s = screenerStore;
@@ -19,11 +21,16 @@
if (_booted) return;
_booted = true;
s.reloadCatalysts();
s.loadSectorPulse();
});
</script>
<div class="screener-page">
<!-- ── Market pulse — page-level header band (sectors today) ──────── -->
<SectorPulse />
<SectorPanel />
<!-- ── Toolbar ────────────────────────────────────────────────────── -->
<div class="toolbar">
<div class="toolbar-top">