Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Pull Request Test Coverage Report for Build 18487174847Details
💛 - Coveralls |
Contributor
There was a problem hiding this comment.
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 |
sdks/js/packages/core/react/components/organization/sessions/SessionsPage.tsx
Outdated
Show resolved
Hide resolved
sdks/js/packages/core/react/components/organization/sessions/SessionsPage.tsx
Outdated
Show resolved
Hide resolved
sdks/js/packages/core/react/components/organization/sessions/RevokeSessionConfirm.tsx
Outdated
Show resolved
Hide resolved
sdks/js/packages/core/react/components/organization/sessions/RevokeSessionConfirm.tsx
Outdated
Show resolved
Hide resolved
paanSinghCoder
commented
Oct 10, 2025
sdks/js/packages/core/react/components/organization/sessions/sessions-page.tsx
Outdated
Show resolved
Hide resolved
rsbh
requested changes
Oct 13, 2025
sdks/js/packages/core/react/components/organization/sessions/revoke-session-confirm.tsx
Outdated
Show resolved
Hide resolved
sdks/js/packages/core/react/components/organization/sessions/revoke-session-confirm.tsx
Outdated
Show resolved
Hide resolved
sdks/js/packages/core/react/components/organization/sessions/revoke-session-final-confirm.tsx
Outdated
Show resolved
Hide resolved
sdks/js/packages/core/react/components/organization/sessions/sessions-page.tsx
Outdated
Show resolved
Hide resolved
sdks/js/packages/core/react/components/organization/sessions/sessions-page.tsx
Outdated
Show resolved
Hide resolved
Contributor
There was a problem hiding this comment.
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.
sdks/js/packages/core/react/components/organization/sessions/revoke-session-confirm.tsx
Show resolved
Hide resolved
Co-authored-by: Rishabh Mishra <[email protected]>
Co-authored-by: Rishabh Mishra <[email protected]>
Co-authored-by: Rishabh Mishra <[email protected]>
rsbh
approved these changes
Oct 13, 2025
ui/src/pages/users/details/security/sessions/revoke-session-confirm.tsx
Outdated
Show resolved
Hide resolved
sdks/js/packages/core/react/components/organization/sessions/sessions-page.tsx
Outdated
Show resolved
Hide resolved
…essions-page.tsx Co-authored-by: Rishabh Mishra <[email protected]>
…nfirm.tsx Co-authored-by: Rishabh Mishra <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SDK API integration.