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.