KanbanMail

A Kanban board for your emails! ✨💌

Removed a bunch of DOM elements by only putting side popup emails in the DOM when the side popup is open

Now when the browser requests a new access token, it's checked on the backend if the user is allowed to use KanbanMail. This means less cloud function calls from the frontend + no way to get around access limitations. Win-win! 🎉

Added contenteditable checking to doNotTriggerInInput keyboard shortcuts

Made touchmove event handler non-passive (it’s passive by default) and call preventDefault

The email dragging interface for mobile is finished! 🎉 Now I just need to optimize it…