KanbanMail

A Kanban board for your emails! βœ¨πŸ’Œ

Added compact versions of the "Move to Done" and "Unsubscribe" buttons

Detect unsubscribe links from email bodies as well as headers!!! Now there's a one-click unsubscribe button for basically every single marketing email in my inbox 😁

Set openEmail to a blank email object instead of null when the email viewer is closed so the elements don't need to be removed / re-created

Removed transition from the email viewer and composer to make them feel faster

Set up KanbanMail's g2 profile https://www.g2.com/products/kanbanmail/reviews

Un-messed-up git history after using a different computer to do some dev stuff πŸ˜…

Added a big fat "Move to Done" button which feels really satisfying to slam πŸ˜‚

Google's previous library version (was the latest one only a few months ago) randomly stopped working with their backend, and they didn't tell anyone 😠 so I now fetch the latest version from Google in case it happens again πŸ™„ see github.com/google/google-api-javascript-client/issues/447

Don't give .board-item-content position:relative! It avoids a weird Chrome bug where email cards randomly go blank for no reason & improves the interface performance a little bit