Skip to content

feat: device management UI and API#124

Merged
tomymaritano merged 8 commits into
developfrom
feature/device-management
Mar 12, 2026
Merged

feat: device management UI and API#124
tomymaritano merged 8 commits into
developfrom
feature/device-management

Conversation

@tomymaritano

Copy link
Copy Markdown
Collaborator

Summary

  • API endpoints: GET/PATCH/DELETE /devices + POST /devices/revoke-others for listing, renaming, and revoking sync devices
  • Auth hardening: /auth/refresh now rejects revoked devices (device row deleted → 401 on next refresh)
  • IPC bridge: window.readied.devices with list/rename/revoke/revokeOthers/getCurrent
  • Settings UI: New DevicesSection in Account settings with inline rename, platform icons, revoke with confirmation, "Sign out other devices" bulk action

Test plan

  • Sign in, verify devices list shows current device with "This device" badge
  • Rename device inline (click name → type → Enter)
  • Revoke another device, verify it disappears from list
  • Revoke current device, verify logout
  • "Sign out other devices" bulk action
  • Revoked device fails to refresh token (401)

🤖 Generated with Claude Code

tomymaritano and others added 6 commits March 11, 2026 14:28
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai

coderabbitai Bot commented Mar 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 1eae6af3-f71d-40af-9fe8-39ee887b9ad0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/device-management

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@tomymaritano

Copy link
Copy Markdown
Collaborator Author

@coderabbitai full review

@coderabbitai

coderabbitai Bot commented Mar 11, 2026

Copy link
Copy Markdown
✅ Actions performed

Full review triggered.

tomymaritano and others added 2 commits March 11, 2026 21:00
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
# Conflicts:
#	apps/desktop/src/renderer/pages/settings/sections/Section.module.css
#	packages/storage-sqlite/src/repositories/SQLiteNoteRepository.ts
@tomymaritano tomymaritano merged commit cdd2db0 into develop Mar 12, 2026
@tomymaritano tomymaritano deleted the feature/device-management branch March 12, 2026 00:34
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.

1 participant