Makerlog Menubar
⚡️ A super fast menubar app for Makerlog 🔥🚢
Tested Makerlog Menubar on Windows
Added new icon for Windows and Linux!
Use tab key as well as right arrow to autocomplete
Fixed hashtag autocomplete & weird errors!!! 🎉🎉🎉
Made Twitter profile pic based on icon from @moorstas
Added new app icon from @moorstas! 😍😍😍
Got code signing working!!!
Converted .p12 files to base64
Got .p12 files from @matteing to code-sign Makerlog Menubar for the Mac App Store!
Started looking into auto-updating
Got todo syncing working with polling!!!
Got websockets working!!!
Fixed right arrow clearing bug
Add authentication header to task done PATCH requests
Make PATCH request to task endpoint to mark it as done inside IPC handler
Created a global userId variable
Split large chunk of code into getTodos and getHeatmap functions
Pass todo ID to browser JavaScript process via IPC
Listen to ipc for a markTodoAsDone event in the browser JS process
Created markTodoAsDone(todoId) function in main process
Worked out how to get a reference to a MenuItem inside its click handler
Tweeted about todos feature
Working on todos feature!!