KanbanMail

A Kanban board for your emails! ✨💌

Don’t use window.innerWidth and window.innerHeight because they force reflows, cache them instead!

Check connectivity on browser ‘online’ and ‘offline’ events

Only check network connectivity every 10 seconds instead of every 1 second (will improve performance MASSIVELY)

Don’t move to target column after dragging on mobile because it’s annoying for triaging emails

Thought of more compact design for KanbanMail (I'll test it out, don't know if it will be good or not)

Changed “Only show emails from the Inbox” to “Don't load archived emails”

Working on event cards!!! You can see it in the sidebar on the right 👇

Read about id_tokens https://developers.google.com/identity/sign-in/web/backend-auth

Started working on using id_tokens to verify instead of access tokens so I will be able to pass the Google reverification more smoothly

Fixed weird stuff when loading open stats on mobile, reported by @fajarsiddiq

Added "Use signature from Gmail" option that is default for new users

Rebuilding open page to show a ton of metrics in pretty graphs!!!! (P.S. don't worry I'll make it look nice)

Ethan Author

I'm using the ChartMogul API. ChartMogul is basically a better version of Stripe's analytics (and free up to $10K MRR)

0 Likes
Vicki Langer

Are you using anything special to pull/show the metrics?

0 Likes

Created graph component that can show any metric from the API in a nice chart on the open page!