lbry-desktop/flow-typed/web-file.js
jessop 3cc69ddaf0 UI/UX
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
2019-10-22 16:45:47 -04:00

7 lines
95 B
JavaScript

declare type WebFile = {
name: string,
title?: string,
path?: string,
size?: string,
}