Put new product screenshots on the website after recent design changes
Write a quick program to send free trial end emails to the people that should have got it already & run it (so everything is fine now yay)
Fix free trial end email sending (I could have sworn it worked before π )
π±π¬ THE FREE TRIAL END EMAILS AREN'T SENDING π¬π±
Refresh access token without reloading the page! (now you won't be disrupted in the middle of anything important π)
Ethan
Author
I already got the access token without reloading the page by making an HTTP request using JavaScript. The problem was, I needed to reload for it to take effect. I managed to get the program back into a syncing loop despite the errors that triggered the new access token being requested in the first place.
SEND AN ATTACHMENT!!! (still a bit of a way to go before I can make it live, but the core of attaching is working now)
Convert files from file picker to base64 (I'm starting on attachment sending!!!)
Make editor toolbar items light blue on hover
Stop editor toolbar buttons from moving when selected
Change editor toolbar design!
Make *everything* work with WYSIWYG editor
Find a nice resource on sending attachments with the Gmail API β https://stackoverflow.com/questions/31784167/gmail-api-for-sending-email-with-attachment
The WYSIWYG editor is LIVE!
Yay! Just one thing ⦠it doesn't quite look like your screenshot⦠I have no blue bar, just is white?
Create a Nolt.io board for KanbanMail to use for feature requests (thanks @gadgick for the idea) β https://kanbanmail.nolt.io
Think of a possible way to safely store & retrieve private metadata
Designed some ads for CodingRadio.xyz (@Dinuka is giving me a free spot which is awesome π)
Decide on WYSIWYG editor library β https://ckeditor.com/ckeditor-4/
FIX BUG(S) REPORTED BY @gadgick!!! (two bugs in the one problem β one about encoding UTF-8 to base64 and the other about email header parsing)
π Sad that I had to report the bug, but really happy that you were able to fix it in record time!!