v44.52 — Add Shortcut hotfix
Fixes two issues reported on v44.51:
- Native tab "Native app store not initialized (Redis unavailable?)" FIXED. The native config store is now built on-demand from the live Redis connection at request time if the eager boot-time wiring is absent (a documented post-
:8080-bind boot-race could leave the field unset). Redis is up at request time (Docker apps prove it), so native scan/add/install resolve. - Web catalog: some apps showed a blank/placeholder icon. Six entries whose dashboard-icons SVG doesn't exist (Canva, Trello, Stack Overflow, Dribbble, Wise, Midjourney) now use a reliable favicon fallback → every catalog tile shows a real icon. The other ~49 keep their crisp dashboard-icons SVGs.
Verified: pnpm --filter ui build exit 0 · livinityd tsc at baseline (305). Additive, no schema change. Existing boxes get it on the next Update.
Full Changelog: v44.51...v44.52