Skip to content

Add controller-first console mode with PIN-protected profiles - #697

Open
zortos293 wants to merge 5 commits into
devfrom
t3code/redesign-console-mode-1
Open

Add controller-first console mode with PIN-protected profiles#697
zortos293 wants to merge 5 commits into
devfrom
t3code/redesign-console-mode-1

Conversation

@zortos293

Copy link
Copy Markdown
Collaborator

Summary

  • Add a controller-first console shell for Home, Library, Store, game details, and profile management.
  • Add controller navigation, focus scrolling, game rows, store selection, and console-specific media presentation.
  • Add persistent 4-digit profile PINs with hashing, lockout handling, encrypted storage, and recovery flows.
  • Expose minimal PIN status and verification IPC handlers without leaking hashes or salts.
  • Add console mode settings, localization strings, visual probes, and related unit tests.
  • Update README links for Android and the upcoming Switch homebrew port.

Testing

  • Added unit coverage for PIN policy, hashing, encrypted storage, profile persistence, lockouts, account cleanup, controller input, console state, library rows, store choices, and catalog UI helpers.
  • Added CDP-based visual verification scripts and screenshots for console library, details, store, profile picker, and layout fitting.
  • Not run: repository typecheck and full test suite.

- 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
@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 3b97123f-4ca2-4a9c-96d0-48b8a72c0610

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@capy-ai

capy-ai Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants