feat(composer): filter account picker#1377
Conversation
Benchmark report — no significant changeMetrics worse: 0 · better: 0 (threshold: ±3%). benchstat outputauto-generated by benchmarks.yml |
|
I know that this was a feature previously requested (transferred from non-OSS matcha). But, I don't think we need it yet at least, i'll keep it open |
|
Hello @FromSi I reviewed the code, and I have one mandatory change request and one optional suggestion (@andrinoff can decide whether to apply it or not).
My suggestion is slightly different: after the user presses
|
|
@mavonx @FromSi. In the current situation, where matcha is not optimized for more, than 4 accounts (in which case filtering is slower, than selecting), this is a bad feature. Let's not spend time on this right now. If we are to do this, I think we should first make matcha many-account-friendly (currently in the inbox, accounts overflow after 4, e.t.c.) Or maybe no user will ever need many accounts at once |
|
As well as that, the screen that you currently are showing, account picker, will just expand downwards and out of the screen on the amount of emails, where filtering is actually needed |

What?
Added filtering to the composer account picker. Pressing the configured account picker filter key opens a filter input, narrows the account list, shows filtered result counts, and lets users apply or clear the filter before selecting an account.
Why?
Closes #554
Users with many configured accounts need a faster way to find the correct sender account without scrolling through the full list.