Skip to content

feat (SDK): add sessions page #1081

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Conversation

paanSinghCoder
Copy link
Contributor

@paanSinghCoder paanSinghCoder commented Jul 24, 2025

API integration IN PROGRESS

Screenshot 2025-07-24 at 5 38 23 PM Screenshot 2025-07-24 at 5 37 58 PM

Copy link

vercel bot commented Jul 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
frontier ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 25, 2025 11:17am

@paanSinghCoder paanSinghCoder self-assigned this Jul 24, 2025
@paanSinghCoder paanSinghCoder changed the title feat: add init code feat (SDK): add sessions page Jul 24, 2025
@coveralls
Copy link

coveralls commented Jul 24, 2025

Pull Request Test Coverage Report for Build 16520655306

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 31.283%

Totals Coverage Status
Change from base Build 16491593990: 0.0%
Covered Lines: 10073
Relevant Lines: 32200

💛 - Coveralls

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new sessions page to the SDK that allows users to view and manage their active sessions. The implementation includes a main sessions listing page with session details and a confirmation dialog for revoking sessions.

  • Adds a new "Sessions" navigation item to the sidebar
  • Creates a sessions page displaying active sessions with device and location information
  • Implements a revoke session confirmation dialog with session details
  • Adds routing configuration for the new sessions functionality

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
helpers.ts Adds "Sessions" navigation item to sidebar menu
sessions.module.css Defines CSS styles for sessions page components
index.tsx Exports SessionsPage and RevokeSessionConfirm components
SessionsPage.tsx Main sessions page component with hardcoded session data
RevokeSessionConfirm.tsx Dialog component for confirming session revocation
routes.tsx Adds routing configuration for sessions and revoke session pages

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