Skip to content

Exclude more bots in the contributor page#392

Open
SayanthD wants to merge 1 commit into
ReVanced:devfrom
SayanthD:filter-more-bots
Open

Exclude more bots in the contributor page#392
SayanthD wants to merge 1 commit into
ReVanced:devfrom
SayanthD:filter-more-bots

Conversation

@SayanthD

@SayanthD SayanthD commented May 6, 2026

Copy link
Copy Markdown

No description provided.

let expanded = $state(true);

const botNames = ['semantic-release-bot', 'revanced-bot'];
const botNames = ['semantic-release-bot', 'revanced-bot', 'dependabot[bot]', 'github-actions[bot]', 'pre-commit-ci[bot]'];

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.

Maybe this should be handled at the API layer in revanced-api?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I would prefer to filter this on the frontend. It’s better to keep what the API returns as it is.

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.

The API is also used by revanced manager and other frontends, why would manager for example not be subject of this filter?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Yep Just saw that in the Manager. It should be filtered as well

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.

2 participants