This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app
unarist 5abb3d8150 Rerender modal on property changes (#4175)
Render function for BundleContainer must not be methods.
React doesn't know dependency of the method, so they won't rerender on property updates.

In this case, when you close modal and open another modal immediately,
old modal will be open instead of new one.
2017-07-12 20:51:44 +02:00
..
controllers Improve UI of admin site settings (#4163) 2017-07-12 03:24:04 +02:00
helpers Togglable filter links (#4021) 2017-07-07 00:48:09 +02:00
javascript Rerender modal on property changes (#4175) 2017-07-12 20:51:44 +02:00
lib Add setting a always mark media as sensitive (#4136) 2017-07-10 14:00:32 +02:00
mailers
models Improve UI of admin site settings (#4163) 2017-07-12 03:24:04 +02:00
policies
presenters Redesign the landing page, mount public timeline on it (#4122) 2017-07-11 15:27:59 +02:00
serializers Redesign the landing page, mount public timeline on it (#4122) 2017-07-11 15:27:59 +02:00
services Fix #4067 - Do not make HTTP round-trip when resolving local URL (#4160) 2017-07-12 00:39:15 +02:00
validators
views Improve UI of admin site settings (#4163) 2017-07-12 03:24:04 +02:00
workers Limit total subscribe retries to 10, but space them out more (#4142) 2017-07-10 18:04:23 +02:00