framework/js/lib
Toby Zerner 3cec7e8b46 Patch Mithril bug causing redraws to fail
Turns out there's a little more to the regression in e5a7013. First, we need to give the spaces in between list items a key too. Second, there's a bug in the latest Mithril code where using string keys can break the diffing algorithm. I've patched it manually in our dist JS files for now, and reported the issue: https://github.com/lhorie/mithril.js/issues/934
2016-01-19 18:55:57 +10:30
..
components Key item lists to maintain identity across redraws 2016-01-13 09:34:12 +10:30
helpers Patch Mithril bug causing redraws to fail 2016-01-19 18:55:57 +10:30
initializers Overhaul sessions, tokens, and authentication 2015-12-03 15:11:57 +10:30
models Add rel="nofollow" to bio links (fixes #449) 2016-01-11 13:29:01 +03:30
utils Change ItemList API 2015-10-30 22:45:58 +10:30
App.js Merge branch 'sudo-mode' 2015-12-03 15:12:51 +10:30
Component.js Clean up, don't use mixin 2015-10-13 16:57:18 +10:30
extend.js Copy properties when monkey-patching 2015-09-16 16:03:25 +09:30
Model.js Overhaul sessions, tokens, and authentication 2015-12-03 15:11:57 +10:30
Session.js Overhaul sessions, tokens, and authentication 2015-12-03 15:11:57 +10:30
Store.js Improve client XHR error handling 2015-10-20 12:48:26 +10:30
Translator.js Refactor translation and validation 2015-10-15 22:30:45 +10:30