Another week, another batch of fixes. The team's been tightening up imports and squashing navigation bugs.
What's new
Category picker upgrade — The bulk pull modal now uses a two-column cascader instead of a basic select. Easier to scan, faster to find what you need.
Component imports got smarter — You can now send raw data with column mappings. Less preprocessing on your end before bringing components into Duro.
Improvements & fixes
Fixed modifier-click navigation opening things twice. Cmd+click now behaves like a normal human expects.
Scoped React Query cache keys per library — no more stale component data bleeding across libraries.
Fixed Redis cache eviction was [sometimes] failing silently due to a type mismatch.
Archived components render conditionally instead of cluttering your views.