MosswartOverlord/frontend
Erik 936628065c 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>
2026-07-15 21:52:50 +02:00
..
public perf(v2): 8 optimizations — 24% smaller bundle, fewer re-renders 2026-04-14 12:11:08 +02:00
src feat(frontend): replace inventory pagination with one-shot load + incremental scroll render 2026-07-15 21:52:50 +02:00
.gitignore feat: v2 dashboard — React + Vite parallel implementation 2026-04-12 15:07:11 +02:00
index.html perf(v2): 8 optimizations — 24% smaller bundle, fewer re-renders 2026-04-14 12:11:08 +02:00
package-lock.json feat: major cleanup + death alerts + idle detection + Discord webhooks 2026-04-14 16:32:14 +02:00
package.json feat: major cleanup + death alerts + idle detection + Discord webhooks 2026-04-14 16:32:14 +02:00
tsconfig.json feat: v2 dashboard — React + Vite parallel implementation 2026-04-12 15:07:11 +02:00
tsconfig.tsbuildinfo build(frontend): deploy inventory search redesign 2026-07-15 06:31:25 +02:00
vite.config.ts feat: major cleanup + death alerts + idle detection + Discord webhooks 2026-04-14 16:32:14 +02:00