Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
|
thanks! please also remove the mention of "Verified" from About page |
conorbronsdon
marked this pull request as ready for review
September 8, 2026 16:43
Member
Author
done! |
Contributor
|
looks good 👍 |
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
force-pushed
the
conorbronsdon/issue-2087-remove-verified-filter
branch
from
September 11, 2026 22:08
c89cfb7 to
ca4c477
Compare
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
force-pushed
the
conorbronsdon/issue-2087-remove-verified-filter
branch
from
September 11, 2026 22:41
78bb242 to
2251621
Compare
Member
Author
|
@csirmazbendeguz done! |
paralta
approved these changes
Sep 14, 2026
conorbronsdon
deleted the
conorbronsdon/issue-2087-remove-verified-filter
branch
September 14, 2026 15:19
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.
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=truequery 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 inDetailModal.svelte.npm ciandnpm run build: pass. Generated static assets are included, and a second production build produces no changes to those assets.Prepared with Codex assistance.