feat(frontend): replace inventory pagination with one-shot load + incremental scroll render

Sort/filter always operate on the full result set server-side; the whole set
(up to 10k) loads in one request and rows render progressively on scroll.
Over-cap searches show a "narrow your filters" notice.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Erik 2026-07-15 21:52:50 +02:00
parent e4960eae5e
commit 936628065c
16 changed files with 87 additions and 63 deletions

File diff suppressed because one or more lines are too long