Performance
Virtual Masonry from First Principles โ Inside KnowMore
May 2, 2026
How KnowMore renders galleries of a thousand photos by mounting only the dozen tiles the user can actually see. A walk through coordinate translation, greedy packing, and using $effect as a bridge between browser events and the reactive graph.
KnowMore v0.7.3 - Chat Virtual Scrolling & Gallery Architecture
Apr 3, 2026
KnowMore v0.7.3 replaces the chat message loop with TanStack Virtual and canvas-based pretext height estimation, restructures the gallery around per-album routes and a team-aware store, and fixes three Svelte 5 state mutation bugs that were crashing production.
KnowMore v0.6-v0.7 - Dashboard, Immich Integration & Go Migration
Mar 26, 2026
KnowMore v0.6 through v0.7 introduces a customizable dashboard with responsive tiles, full Immich photo integration through a Go proxy, migrates all JS hooks to Go for a single-language backend, and hardens 15+ security surfaces.
KnowMore Real-Time Data Loading
Nov 22, 2025
How KnowMore loads and synchronizes data in real-time: the watch() utility, distributed team stores, subscription handling, and reconnection strategy.