KanbanMail

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

Created a dbActions.errorHandler function that handles IndexedDB errors

Created a dbActions.getValue function that gets a key-value pair in IndexedDB

Created a dbActions.setValue function that sets a key-value pair in IndexedDB

Started experimenting with IndexedDB! The 5MB limit of localStorage is waay too small.

Posted a question to StackOverflow, I am soooo confused πŸ€”πŸ€”πŸ€” https://stackoverflow.com/questions/54628657/self-skipwaiting-not-working-in-service-worker

Nick Jones

https://stackoverflow.com/questions/12745743/automatic-semicolon-insertion-return-statements

0 Likes
Nick Jones

This is a shot in the dark with little knowledge of how Javascript works, but perhaps it is something to do with automatic semicolon insertion (since the return statement does not have one inherently)?

0 Likes

Only mark an email as read when moving to Done (if the setting is turned on) if the email is not already read (saves on requests)

Retry modifiers on page load as well as when going back online (in case they left the page then went back online and then came back)

NOW YOU CAN WRITE AS MANY EMAILS AS YOU LIKE WHILE OFFLINE THEN THEY ALL GET SENT AS SOON AS YOU GO BACK ONLINE!!!

jpfong

gif

0 Likes
Kevin Nguyen

gif

0 Likes

Remove visual selected indicator from selected item in suggestion box while hovering over another one