Skip to content

feat (SDK): add sessions page#1081

Merged
paanSinghCoder merged 52 commits intomainfrom
feat/sessions-page-sdk
Oct 14, 2025
Merged

feat (SDK): add sessions page#1081
paanSinghCoder merged 52 commits intomainfrom
feat/sessions-page-sdk

Conversation

@paanSinghCoder
Copy link
Contributor

@paanSinghCoder paanSinghCoder commented Jul 24, 2025

SDK API integration.

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

@vercel
Copy link

vercel bot commented Jul 24, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
frontier Ready Ready Preview Comment Oct 14, 2025 6:11am

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

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 37.071%

Totals Coverage Status
Change from base Build 18486311000: 0.0%
Covered Lines: 14593
Relevant Lines: 39365

💛 - Coveralls

Copy link
Contributor

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

Copy link
Contributor

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

Copilot reviewed 14 out of 14 changed files in this pull request and generated 3 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

paanSinghCoder and others added 3 commits October 13, 2025 12:36
Co-authored-by: Rishabh Mishra <[email protected]>
Co-authored-by: Rishabh Mishra <[email protected]>
Co-authored-by: Rishabh Mishra <[email protected]>
@paanSinghCoder paanSinghCoder merged commit 3c89feb into main Oct 14, 2025
7 checks passed
@paanSinghCoder paanSinghCoder deleted the feat/sessions-page-sdk branch October 14, 2025 06:16
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.

3 participants