Skip to content

feat(soup): dynamic task filters in the top bar for asignee and status#1522

Merged
synoet merged 17 commits intomainfrom
synoet/temp-task-filters
Feb 18, 2026
Merged

feat(soup): dynamic task filters in the top bar for asignee and status#1522
synoet merged 17 commits intomainfrom
synoet/temp-task-filters

Conversation

@synoet
Copy link
Copy Markdown
Contributor

@synoet synoet commented Feb 17, 2026

CleanShot.2026-02-17.at.13.37.51.mp4

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 17, 2026

Copy link
Copy Markdown

@Nikolay-Pomytkin Nikolay-Pomytkin left a comment

Choose a reason for hiding this comment

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

Image

Comment on lines +307 to +328
const taskSubFilterHotkeyDisposers = [
registerHotkey({
hotkey: ['shift+s'],
scopeId: panel.splitHotkeyScope,
condition: () => soup.filters.isActive('task'),
description: 'Open status filter',
keyDownHandler: () => {
setStatusDropdownOpen((prev) => !prev);
return true;
},
}),
registerHotkey({
hotkey: ['shift+a'],
scopeId: panel.splitHotkeyScope,
condition: () => soup.filters.isActive('task'),
description: 'Open assignee filter',
keyDownHandler: () => {
setAssigneeDropdownOpen((prev) => !prev);
return true;
},
}),
];
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

this feels very soupy... would de-soupify if I were you.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

agreed, thanks nicholas

@synoet synoet marked this pull request as ready for review February 17, 2026 18:29
@synoet synoet requested a review from a team as a code owner February 17, 2026 18:29
@synoet synoet merged commit 6b8f425 into main Feb 18, 2026
21 checks passed
@synoet synoet deleted the synoet/temp-task-filters branch February 18, 2026 18:49
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.

3 participants