Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notes and replies filters #93

Merged
merged 10 commits into from
May 23, 2024
Merged

Notes and replies filters #93

merged 10 commits into from
May 23, 2024

Conversation

jb55
Copy link
Contributor

@jb55 jb55 commented May 23, 2024

This adds no-reply filters to timeline views.

jb55 added 10 commits May 23, 2024 11:16
also update some other deps

Signed-off-by: William Casarin <[email protected]>
Signed-off-by: William Casarin <[email protected]>
Instead of calling ctx.input multiple times, let's do it once. We are
going to do a lot more stuff in here, such as vim key bindings
Calling key_pressed invokes a filter over the entire event list every
time, this is much more efficient, which is important when we are
handling many key events.
TimelineView is a filtered view of a timeline. We will use this for
future tab rendering. We also introduce a new "selection" concept for
selecting notes on different timeline views. This is in preparation for
vim keybindings.
we don't have any multithreaded stuff yet

Signed-off-by: William Casarin <[email protected]>
Signed-off-by: William Casarin <[email protected]>
@jb55 jb55 merged commit c421a49 into master May 23, 2024
8 checks passed
@jb55 jb55 mentioned this pull request May 24, 2024
2 tasks
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.

1 participant