vqwqdiuw

The only difference between ordinary and extraordinary is just that little "extra".

replace buggy sign in flow with new hopefully less buggy sign in flow (using one-off sign in links)

disable zoom on ios11 w/ document.addEventListener('gesturestart', function (e) {e.preventDefault();});

kill all box-shadows from all my sites cause 2010 called and wants its box-shadows back

fix bug where paid members would see “you have read-only access” message (thanks @brunolemos)

make demo video showcasing Übersicht widget real-time updating with re-ordering of todos

configure CORS for /graphql end point so it can be used with e.g. Javascript

look into Stripe JS not being available during sign up in Safari Private mode