Skip to content

fix(ui): remove the Verified catalog filter - #2117

Merged
paralta merged 2 commits into
agntcy:mainfrom
conorbronsdon:conorbronsdon/issue-2087-remove-verified-filter
Sep 14, 2026
Merged

paralta merged 2 commits into
agntcy:mainfrom
conorbronsdon:conorbronsdon/issue-2087-remove-verified-filter

Conversation

@conorbronsdon

Copy link
Copy Markdown
Member

The catalog's Verified filter depends on publishers hosting domain-verification keys. As described in #2087, that requirement makes the filter return almost no results and confuses catalog users.

Remove the checkbox and its verified=true query clause. Trusted and Safe continue to work, and record verification metadata stays available to the rest of the UI.

Closes #2087.

Validation from server/gateway/ui:

  • npm test: all 16 tests pass. The regression passes a legacy Verified selection alongside Trusted and Safe, then checks the exact query. It fails against the original implementation.
  • npm run check: zero errors and one existing accessibility warning in DetailModal.svelte.
  • npm ci and npm run build: pass. Generated static assets are included, and a second production build produces no changes to those assets.

Prepared with Codex assistance.

@github-actions github-actions Bot added the size/XS Denotes a PR that changes 0-49 lines label Sep 8, 2026
@codecov

codecov Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@ramizpolic ramizpolic left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@csirmazbendeguz

Copy link
Copy Markdown
Contributor

thanks! please also remove the mention of "Verified" from About page

@github-actions github-actions Bot added size/S Denotes a PR that changes 50-199 lines and removed size/XS Denotes a PR that changes 0-49 lines labels Sep 8, 2026
@conorbronsdon
conorbronsdon marked this pull request as ready for review September 8, 2026 16:43
@conorbronsdon
conorbronsdon requested a review from a team as a code owner September 8, 2026 16:43
@conorbronsdon

Copy link
Copy Markdown
Member Author

thanks! please also remove the mention of "Verified" from About page

done!

@csirmazbendeguz

Copy link
Copy Markdown
Contributor

looks good 👍
please rebase to main and squash your commits, sign it, and make sure the tests are passing

Remove the Verified status option and its query clause while preserving Trusted and Safe filtering. Add a regression for mixed supported and legacy status selections, refresh the embedded UI assets, and update the About page trust copy.

Signed-off-by: Conor Bronsdon <120674402+conorbronsdon@users.noreply.github.com>
@conorbronsdon
conorbronsdon force-pushed the conorbronsdon/issue-2087-remove-verified-filter branch from c89cfb7 to ca4c477 Compare September 11, 2026 22:08
Give the batch export and pull fixtures distinct record names and include those names in their queries so stale index entries from earlier deleted fixtures cannot contaminate the result set.

Signed-off-by: Conor Bronsdon <120674402+conorbronsdon@users.noreply.github.com>
@conorbronsdon
conorbronsdon force-pushed the conorbronsdon/issue-2087-remove-verified-filter branch from 78bb242 to 2251621 Compare September 11, 2026 22:41
@conorbronsdon

Copy link
Copy Markdown
Member Author

@csirmazbendeguz done!

@paralta
paralta merged commit c61a4d1 into agntcy:main Sep 14, 2026
33 checks passed
@conorbronsdon
conorbronsdon deleted the conorbronsdon/issue-2087-remove-verified-filter branch September 14, 2026 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/S Denotes a PR that changes 50-199 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Remove "Verified" status filter from AI Catalog UI

4 participants