You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Akihiko Odaki a07cfee644 Extract columns area from UI component (#6650)
UI component used to toggle isComposing state by directly manipulating the
DOM element to avoid the expensive rendering.

However, it is hacky, and is not effective for other states. Instead,
this change makes the rendering cheaper by extracting the huge columns
area.
7 years ago
..
chewy
controllers Redirect from Web tag timeline to public tag timeline if not signed in (#6633) 7 years ago
helpers
javascript Extract columns area from UI component (#6650) 7 years ago
lib
mailers
models Fix #3807: Increase avatars to 400x400 max (#6651) 7 years ago
policies
presenters
serializers
services
validators
views
workers