3cc69ddaf0
disable file input while awaiting publish add spinner to publishes in sidebar add spinner and Publishing title on Publish page add WebUploadList to Publishes add WebUploadItem - thumb - name - progress bar - abort button beforeunload prevent closing tab / navigation enforce and notify about publish size limit 6 outstanding flow complaints
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
declare type WebFile = {
|
|
name: string,
|
|
title?: string,
|
|
path?: string,
|
|
size?: string,
|
|
}
|