KanbanMail
A Kanban board for your emails! ✨💌
Removed another 500 DOM elements by removing the .time-since-sent span on email cards
Fixed split view toggle tooltip
Don’t reset hover-column when hovering over .email-checkbox
Removed all empty CSS rulesets
Removed all v-ifs from v-fors in component files
Changed conditions for showing plural in logo popover
Added computed properties to tooltip component
Fixed ellipsises in email composer
Removed unnecessary code from composer button onclick
Fixed composer component!
Created search-bar component
Added .vue file extension to watch list for the serve command
Fixed search icon in placeholder
Created onboarding component
Bound global data object to all components
Created tooltip component
Created popup-window component
Created email-viewer component
Created email-composer component
Created context-menu component
Created app-header component
Changed mobile drag start timeout from 1000ms to 500ms
Added an extra 4ms to the drag start style recalculation time so that it doesn’t have to add as many styles mid-drag
Optimized CSS further and brought recalculation time on drag start down to 90ms