Commit Graph

3 Commits

Author SHA1 Message Date
ARCHITECT
4f3a7e7949 Fix graph sidebar state closure issue
Event handlers now read fresh state from State.get() instead of
using captured values from when bindSidebarEvents was called.
This ensures the sidebar updates correctly with each render.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 22:15:06 +00:00
ARCHITECT
964b7820f7 Fix getLibraries to query library tables directly
Instead of depending on non-existent api_library_list_* views,
now queries library_${base} for unique mrf_library values and
fetches tag info from main table.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 22:01:40 +00:00
ARCHITECT
1475372d9b Initial commit: HST Frontend
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 21:03:26 +00:00