Replies: 1 comment
-
This is a nice idea, but it sounds like what you're asking for is a vtable with live filtering, which would best be implemented in vtable itself rather than in Activities--that way every user of vtable would benefit. Another option that could be useful is a So I'd suggest that Someone(TM) implement a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I quickly browsed the issues and discussion but didn't see this topic come up. If it has, please point me to the discurssion.
I find the (vtable) buffer from
activities-list
hard to read. Yes, I can sort columns but I would prefer to narrow the rows.The
activities-switch
interface is what I would like also foractivities-list
. There, all activities would be candidates and I could narrow them by name or the active state (or annother annotation item). Inactive activities could be fontified differently (e.g. greyed out) and "RET" on an active activity would switch to it and on an inactive activity would resume it. The candidates would be initially sorted such that the active's come before the inactive's.Beta Was this translation helpful? Give feedback.
All reactions