phase-10.5: screener enhancements
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user