feat: add browse-at-scale — date ranges, load more, month navigator

CLI: --month YYYY-MM, --from/--to date range, --limit override
API: from/to query params for date range filtering
Web: load more button for pagination, month nav (◂/▸) in stream view
This commit is contained in:
2026-05-14 14:03:45 -04:00
parent 2d62199705
commit 949ccaca59
6 changed files with 226 additions and 8 deletions
+4 -1
View File
@@ -22,7 +22,10 @@
</header>
<main>
<aside id="tag-rail"></aside>
<section id="entity-list"></section>
<section id="entity-panel">
<div id="month-nav"></div>
<div id="entity-list"></div>
</section>
<aside id="detail-pane">
<div class="detail-empty">select an entity</div>
</aside>