Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
943351f224
diff: Add a very rudimentary diff app for viewing revision history of shared apps.
a9d98fde3e
editor: Move editor open/closed state from localStorage to sessionStorage. I didn't know even know sessionStorage was a thing, but it gives the behavior I always intended.
9bbc0b55be
core: Address a handful of issues that contribute to a slow initial load on mobile. One of the improvements is making deleting feeds and blobs serial so that they don't saturate our worker threads. Also add some performance logging.