Back
WIP
Load previous page…
Add readme file to data exports which I thought I already did, but it's nowhere to be found
#wip
Don't 'touch' (i.e. update timestamp) user and project record when updating a todo, because I think 1) it's causing deadlocks, and 2) those are unnecessary database queries anyway
#wip
Save todo and trigger Telegram broadcast background job in one database transaction to hopefully prevent deadlocks
#wip
Report any ActiveRecord::Deadlock events to Bugsnag as they seem to be happening more frequently
#wip
Make simple admin panel so I can manage applicants better (edit/delete/etc) without logging into database directly
#wip
Stream avatar data directly to browser instead of using redirect, because the redirect messed up caching sometimes in Safari I think
#wip
Add Reddit-style comment pages so each comment has its own page incase a thread gets nested very deeply
#wip
Fix bug where non-PRO users would get auto-switched to system theme which isn't good because 1) darkmode is supposed to be PRO-only feature, and 2) there's no way to switch back to lightmode in that case because the theme toggle isn't available to non-PRO users
#wip
Add "system" option to theme selector ( wip.co/more ) so now you can have
#wip automatically enable dark mode when your OS switches to dark mode
Completely refactor the "two-pane layout" we use for wip.co/settings and wip.co/messages – they now use the same underlying component and DM's should now work WAY better on mobile
#wip