framework/js/admin
Toby Zerner 82be1cea5d Fix post header items sometimes getting out of order. closes flarum/core#975
Interesting bug. Turns out that the JSX for the post header item list was producing m('ul', null, [children]), as you would expect. But Mithril 0.1.x interprets the null as another child rather than an attributes splat. This results in an empty text node being added to the DOM, which mucks up Mithril's diffing algorithm when it tries to add/move the items that we provide in the children array. The workaround is to not use JSX so we can get rid of that null/empty text node. This behaviour has been fixed in Mithril 1.0 so we will be able to remove the workaround.
2016-08-27 23:41:54 +09:30
..
dist Fix post header items sometimes getting out of order. closes flarum/core#975 2016-08-27 23:41:54 +09:30
src Add ability to upload a logo + favicon, and add custom header HTML 2016-06-04 18:05:46 +09:30
.gitignore Add compiled JS 2015-10-03 16:59:53 +09:30
Gulpfile.js Upgrade to flarum-gulp 0.2.0 / Babel 6 2016-03-18 09:31:01 +10:30
package.json Upgrade to flarum-gulp 0.2.0 / Babel 6 2016-03-18 09:31:01 +10:30