You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grid card layout for the session list, with a detail view for selected sessions
Google Favicon Service integration — session cards show site brand icons for each domain
Delete mode toggle via trash icon in the footer; individual delete buttons appear per card
\Alt+G\ keyboard shortcut to open the extension popup (via \commands\ in manifest)
Scroll fade overlay on the session list for visual depth cue
Fixed
\handleLoad\ in popup now shows an error toast with the failed count when cookie injection partially fails, instead of always reporting success
\getExtraDomains\ in background now filters the primary domain from its own return value, preventing redundant double-queries on save and double-clears on load
\handleSaveSession\ in background validates session name length ≤ 40 chars on the backend (mirrors frontend \maxlength)
Removed \console.debug\ from \cookieManager.js\ per commit-hygiene rule