Add controller-first console mode with PIN-protected profiles - #697
Add controller-first console mode with PIN-protected profiles#697zortos293 wants to merge 5 commits into
Conversation
- Introduce console library, store, details, navigation, and profile-picker UI - Add persisted, encrypted profile PIN management with lockout handling - Add localization, IPC contracts, tests, and visual verification probes
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Capy auto-review is paused for this organization because the usage-cycle auto-review limit has been reached. Increase the limit or turn it off in billing settings to resume automatic reviews. |
- Make the console shell and billboard span the full window - Remove navbar and shelf backdrop blur for clearer artwork - Delete temporary CDP probes and screenshots
- Show a timed, skippable splash before profile selection - Fix billboard image crossfade flashes and refine controller branding
- Request responsive image widths across console views - Match hero preloads to rendered cache entries - Increase Chromium disk cache for catalog artwork
| export function withImageWidth(url: string | undefined, px: number): string | undefined { | ||
| if (!url) return url; | ||
|
|
||
| const isResizable = url.includes(RESIZABLE_HOST) || /;w=\d+/.test(url); |
- Update home and library layouts for console-focused navigation - Refresh console store presentation and app shell integration
Summary
Testing