Skip to content

design: session management and devices view#184

Open
sanmipaul wants to merge 1 commit into
RevoraOrg:masterfrom
sanmipaul:any/uiux-session-management
Open

design: session management and devices view#184
sanmipaul wants to merge 1 commit into
RevoraOrg:masterfrom
sanmipaul:any/uiux-session-management

Conversation

@sanmipaul

Copy link
Copy Markdown

Closes #169

Summary

Implements the Session Management and Active Devices settings view with:

  • Device listing with icons (desktop/mobile/tablet), browser/OS info, location, last active timestamp, and IP address
  • Current session badge indicator
  • Per-row Revoke action with destructive confirm dialog
  • "Sign out of all other devices" bulk action
  • Empty state when no sessions remain
  • Screen reader live region for action announcements
  • WCAG 2.1 AA compliance (focus trapping, ARIA roles, keyboard navigation, high contrast support, reduced motion)

Implementation Details

  • Route: /settings/sessions
  • Component: src/components/SessionManagement/SessionManagement.tsx
  • Styles: src/components/SessionManagement/SessionManagement.css
  • Uses the existing glass-card pattern and design tokens
  • Confirm dialog with focus trap and Escape-to-close (same pattern as KeyboardShortcutsOverlay)
  • Responsive: stack layout on mobile, row layout on desktop
  • Mock data for 4 devices (current session + 3 others)

@drips-wave

drips-wave Bot commented Jun 25, 2026

Copy link
Copy Markdown

@sanmipaul Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

[UI/UX Design] Design the Session Management and Active Devices settings view

1 participant