Skip to content

Add ability to list and remove matched web inputs in AuthsList#517

Open
capaj wants to merge 1 commit intomainfrom
codex/add-button-to-remove-search-input-x1bl0c
Open

Add ability to list and remove matched web inputs in AuthsList#517
capaj wants to merge 1 commit intomainfrom
codex/add-button-to-remove-search-input-x1bl0c

Conversation

@capaj
Copy link
Copy Markdown
Collaborator

@capaj capaj commented Apr 23, 2026

Motivation

  • Expose saved web input matches for the current page in the auths list so users can remove unwanted autofill targets.
  • Keep the extension background device state in sync after a server-side removal.

Description

  • Added useRemoveWebInputMutation, getWebInputsForUrl, and device imports and a matchingWebInputsForCurrentPage computed list using getWebInputsForUrl(currentURL).
  • Implemented removeOneWebInput which calls the removeWebInput GraphQL mutation and then updates device.setWebInputs to remove the deleted input from local state.
  • Rendered a new UI block when filterByTLD and currentURL are set that lists matched webInput items with an on-click Remove Button that invokes removeOneWebInput.
  • Kept existing TOTP and login credential rendering intact and only conditionally show the web-input removal UI when matches exist.

Testing

  • Ran the TypeScript type-check/build pipeline which completed successfully.
  • Executed the test suite and linters; all automated tests passed.

Codex Task

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
🔵 In progress
View logs
authier-vault-web f068271 Apr 23 2026, 04:15 PM

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 23, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
authier-api f068271 Commit Preview URL

Branch Preview URL
Apr 23 2026, 04:16 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant