Skip to content

Add option to filter commits history by authors email#185

Draft
anaseeem wants to merge 7 commits into
pol-rivero:mainfrom
anaseeem:feature/user-based-commit-filter-dropdown
Draft

Add option to filter commits history by authors email#185
anaseeem wants to merge 7 commits into
pol-rivero:mainfrom
anaseeem:feature/user-based-commit-filter-dropdown

Conversation

@anaseeem

Copy link
Copy Markdown

Related to #183

Description

See issue #183

Screenshots

image
Screencast.From.2026-06-13.21-50-31.mp4

Release notes

Notes:

anaseeem added 7 commits June 12, 2026 21:07
Replace hardcoded author filter options with dynamically extracted authors from commit history.
Adds visual badge indicator and count display to the filter button when filters are active.
Fix UI bug where sidebar history input width wouldn't change on resize.
Reduce CSS specificity in commit graph styles.
@pol-rivero pol-rivero linked an issue Jun 19, 2026 that may be closed by this pull request
@pol-rivero

Copy link
Copy Markdown
Owner

Sorry for taking a while to review this, I've been busy updating the main branch to the new worktrees implementation from upstream.

I agree with the general direction you have taken, but I'd probably replace the "Search commit by authors" checkbox with a dropdown selector, since there will often be many authors (so showing a checkbox for each takes a lot of space) and we are only interesed in 1 author.
This should also simplify the UI logic, as there will only be 1 popup (Filter options) instead of 2 (Filter options -> Authors).

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.

Add history search commits based on user

2 participants