Skip to content

feat(ui): add inline tooltip for Personal Access Token privacy info #348

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

Merged
merged 2 commits into from
Jul 1, 2025

Conversation

filipchristiansen
Copy link
Contributor

What’s new

  • Adds a small gray icon inside the Personal Access Token input.
  • Tooltip (hover / focus) shows four concise bullets:
    • PAT is never stored in the backend
    • Used once for cloning, then discarded from memory
    • No browser caching
    • Cloned repos are deleted after processing

Why

A lightweight inline tooltip keeps the form compact while still answering the “where does my token go?” question.

Closes

Closes #321

Screenshots

Screenshot 2025-07-01 at 10 06 19 Screenshot 2025-07-01 at 10 06 38

Copilot

This comment was marked as off-topic.

@filipchristiansen filipchristiansen merged commit 2592303 into main Jul 1, 2025
18 checks passed
@filipchristiansen filipchristiansen deleted the feat/inline-pat-tooltip branch July 1, 2025 08:30
@coderamp-ci coderamp-ci bot mentioned this pull request Jul 21, 2025
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.

feat: (web) add help doc to explain PAT handling
2 participants