Changed post drafts to maintain a list of the names of uploading files instead of just a count

Этот коммит содержится в:
hmhealey
2015-08-07 16:24:13 -04:00
родитель e1009fa7fb
Коммит 20d755f3dd
5 изменённых файлов: 134 добавлений и 108 удалений

Просмотреть файл

@@ -43,13 +43,13 @@ module.exports = React.createClass({
}
}.bind(this));
for (var i = 0; i < this.props.uploadsInProgress; i++) {
this.props.uploadsInProgress.forEach(function(filename) {
previews.push(
<div className="preview-div">
<img className="spinner" src="/static/images/load.gif"/>
</div>
);
}
}.bind(this));
return (
<div className="preview-container">