scanner / as_email_service

A Django app and smtp relay service for working with 3rd party email services and asimap
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

When you have a lot of EmailAccounts the main as_email index pages lists all of them. Add a filter text field that lets you quickly filter/search #99

Open scanner opened 11 months ago

scanner commented 11 months ago

Basically when the list gets long it gets harder to find things, so add a widget that lets you quickly filter the list of email accounts. Maybe use https://github.com/ajitid/fzf-for-js

(maybe should make entire list of email account cards be all components instead of have the interior of each one be a vue component?)