chinwagsocial/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 Set default From address in config (#3756) 2017-07-07 00:12:12 +02:00
models Improve UI of admin site settings (#4163) 2017-07-12 03:24:04 +02:00
policies Add status destroy authorization to policy (#3453) 2017-05-30 22:56:31 +02:00
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 Fix character/grapheme count stuff (#3839) 2017-06-19 11:31:14 +02:00
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