KanbanMail
A Kanban board for your emails! β¨π
Made board item snippet a pseduo element instead of board item sender
Removed all use of .address
Close label picker in closeEmailViewer
During loading, add threads to board incrementally as the batches are received instead of all at once!!
Fixed some ESLint warnings/errors
Removed gradient from favicon
Changed *-behind color in dark mode
Load 1000 emails by default not 500
Added a getRawMessageFromId function so I can show original messages in future
Removed timeout when closing email viewer
Fixed empty subjects in some situations
Fixed attachment errors for Outlook
Fixed search outline in dark mode
Change border color for pinned items
Removed border radii of *-behind elements
Removed unused dependencies
Removed all references to Giphy / GIF picker
Return headers with errors for endpoints that are accessed programatically from KanbanMail
Removed all mentions of db.emails!
Basically ready to push the new update except for a few Outlook bugs! ππ Hope to have it out this week.
Ran a ton of files through ESLint and cleaned up code β¨β¨
Removed the majority of the cloud function files from the dev branch! π (mostly moved to Workers)
Added Cloudflare Workers to connect-src in test CSP
Switched frontend on dev branch to Cloudflare Workers