${file.name} @@ -143,7 +143,7 @@ module.exports = function(state, emit, archive) { return html` + class="flex flex-col items-start border border-grey-light bg-white p-4 w-full"> + ${ list( Array.from(state.archive.files) @@ -225,7 +225,7 @@ module.exports.wip = function(state, emit) { ${expiryOptions(state, emit)} ${password(state, emit)} @@ -283,7 +283,7 @@ module.exports.uploading = function(state, emit) { return html` + class="z-20 flex flex-col items-start border border-grey-light bg-white p-4 w-full"> ${archive.name} @@ -317,7 +317,7 @@ module.exports.uploading = function(state, emit) { module.exports.empty = function(state, emit) { return html` + ${archive.name} @@ -397,7 +397,7 @@ module.exports.downloading = function(state, emit) { const progress = state.transfer.progressRatio; const progressPercent = percent(progress); return html` - + ${archive.name} diff --git a/app/ui/expiryOptions.js b/app/ui/expiryOptions.js index 5b638579..b301e600 100644 --- a/app/ui/expiryOptions.js +++ b/app/ui/expiryOptions.js @@ -7,7 +7,7 @@ const signupDialog = require('./signupDialog'); module.exports = function(state, emit) { const el = html` - + ${ raw( state.translate('frontPageExpireInfo', { diff --git a/app/ui/home.js b/app/ui/home.js index 8e031f09..1d255206 100644 --- a/app/ui/home.js +++ b/app/ui/home.js @@ -20,14 +20,18 @@ module.exports = function(state, emit) { const right = archives.length < 1 ? intro(state) - : list(archives, 'list-reset h-full overflow-y-scroll', 'mb-3'); + : list( + archives, + 'list-reset h-full overflow-y-scroll w-full', + 'mb-3 w-full' + ); return html` ${state.modal && modal(state, emit)} - ${left} - ${right} + ${left} + ${right} `; diff --git a/assets/add.svg b/assets/add.svg new file mode 100644 index 00000000..84db8c30 --- /dev/null +++ b/assets/add.svg @@ -0,0 +1,3 @@ + + +
+ class="flex flex-col items-start border border-grey-light bg-white p-4 w-full"> + ${ list( Array.from(state.archive.files) @@ -225,7 +225,7 @@ module.exports.wip = function(state, emit) { ${expiryOptions(state, emit)} ${password(state, emit)} @@ -283,7 +283,7 @@ module.exports.uploading = function(state, emit) { return html` + class="z-20 flex flex-col items-start border border-grey-light bg-white p-4 w-full"> ${archive.name} @@ -317,7 +317,7 @@ module.exports.uploading = function(state, emit) { module.exports.empty = function(state, emit) { return html` + ${archive.name} @@ -397,7 +397,7 @@ module.exports.downloading = function(state, emit) { const progress = state.transfer.progressRatio; const progressPercent = percent(progress); return html` - + ${archive.name} diff --git a/app/ui/expiryOptions.js b/app/ui/expiryOptions.js index 5b638579..b301e600 100644 --- a/app/ui/expiryOptions.js +++ b/app/ui/expiryOptions.js @@ -7,7 +7,7 @@ const signupDialog = require('./signupDialog'); module.exports = function(state, emit) { const el = html` - + ${ raw( state.translate('frontPageExpireInfo', { diff --git a/app/ui/home.js b/app/ui/home.js index 8e031f09..1d255206 100644 --- a/app/ui/home.js +++ b/app/ui/home.js @@ -20,14 +20,18 @@ module.exports = function(state, emit) { const right = archives.length < 1 ? intro(state) - : list(archives, 'list-reset h-full overflow-y-scroll', 'mb-3'); + : list( + archives, + 'list-reset h-full overflow-y-scroll w-full', + 'mb-3 w-full' + ); return html` ${state.modal && modal(state, emit)} - ${left} - ${right} + ${left} + ${right} `; diff --git a/assets/add.svg b/assets/add.svg new file mode 100644 index 00000000..84db8c30 --- /dev/null +++ b/assets/add.svg @@ -0,0 +1,3 @@ + + +
${ list( Array.from(state.archive.files) @@ -225,7 +225,7 @@ module.exports.wip = function(state, emit) { ${expiryOptions(state, emit)} ${password(state, emit)} @@ -283,7 +283,7 @@ module.exports.uploading = function(state, emit) { return html` + class="z-20 flex flex-col items-start border border-grey-light bg-white p-4 w-full"> ${archive.name} @@ -317,7 +317,7 @@ module.exports.uploading = function(state, emit) { module.exports.empty = function(state, emit) { return html` + ${archive.name} @@ -397,7 +397,7 @@ module.exports.downloading = function(state, emit) { const progress = state.transfer.progressRatio; const progressPercent = percent(progress); return html` - + ${archive.name} diff --git a/app/ui/expiryOptions.js b/app/ui/expiryOptions.js index 5b638579..b301e600 100644 --- a/app/ui/expiryOptions.js +++ b/app/ui/expiryOptions.js @@ -7,7 +7,7 @@ const signupDialog = require('./signupDialog'); module.exports = function(state, emit) { const el = html` - + ${ raw( state.translate('frontPageExpireInfo', { diff --git a/app/ui/home.js b/app/ui/home.js index 8e031f09..1d255206 100644 --- a/app/ui/home.js +++ b/app/ui/home.js @@ -20,14 +20,18 @@ module.exports = function(state, emit) { const right = archives.length < 1 ? intro(state) - : list(archives, 'list-reset h-full overflow-y-scroll', 'mb-3'); + : list( + archives, + 'list-reset h-full overflow-y-scroll w-full', + 'mb-3 w-full' + ); return html` ${state.modal && modal(state, emit)} - ${left} - ${right} + ${left} + ${right} `; diff --git a/assets/add.svg b/assets/add.svg new file mode 100644 index 00000000..84db8c30 --- /dev/null +++ b/assets/add.svg @@ -0,0 +1,3 @@ + + +
+ class="z-20 flex flex-col items-start border border-grey-light bg-white p-4 w-full"> ${archive.name} @@ -317,7 +317,7 @@ module.exports.uploading = function(state, emit) { module.exports.empty = function(state, emit) { return html` + ${archive.name} @@ -397,7 +397,7 @@ module.exports.downloading = function(state, emit) { const progress = state.transfer.progressRatio; const progressPercent = percent(progress); return html` - + ${archive.name} diff --git a/app/ui/expiryOptions.js b/app/ui/expiryOptions.js index 5b638579..b301e600 100644 --- a/app/ui/expiryOptions.js +++ b/app/ui/expiryOptions.js @@ -7,7 +7,7 @@ const signupDialog = require('./signupDialog'); module.exports = function(state, emit) { const el = html` - + ${ raw( state.translate('frontPageExpireInfo', { diff --git a/app/ui/home.js b/app/ui/home.js index 8e031f09..1d255206 100644 --- a/app/ui/home.js +++ b/app/ui/home.js @@ -20,14 +20,18 @@ module.exports = function(state, emit) { const right = archives.length < 1 ? intro(state) - : list(archives, 'list-reset h-full overflow-y-scroll', 'mb-3'); + : list( + archives, + 'list-reset h-full overflow-y-scroll w-full', + 'mb-3 w-full' + ); return html` ${state.modal && modal(state, emit)} - ${left} - ${right} + ${left} + ${right} `; diff --git a/assets/add.svg b/assets/add.svg new file mode 100644 index 00000000..84db8c30 --- /dev/null +++ b/assets/add.svg @@ -0,0 +1,3 @@ + + +
+ ${archive.name} @@ -397,7 +397,7 @@ module.exports.downloading = function(state, emit) { const progress = state.transfer.progressRatio; const progressPercent = percent(progress); return html` - + ${archive.name} diff --git a/app/ui/expiryOptions.js b/app/ui/expiryOptions.js index 5b638579..b301e600 100644 --- a/app/ui/expiryOptions.js +++ b/app/ui/expiryOptions.js @@ -7,7 +7,7 @@ const signupDialog = require('./signupDialog'); module.exports = function(state, emit) { const el = html` - + ${ raw( state.translate('frontPageExpireInfo', { diff --git a/app/ui/home.js b/app/ui/home.js index 8e031f09..1d255206 100644 --- a/app/ui/home.js +++ b/app/ui/home.js @@ -20,14 +20,18 @@ module.exports = function(state, emit) { const right = archives.length < 1 ? intro(state) - : list(archives, 'list-reset h-full overflow-y-scroll', 'mb-3'); + : list( + archives, + 'list-reset h-full overflow-y-scroll w-full', + 'mb-3 w-full' + ); return html` ${state.modal && modal(state, emit)} - ${left} - ${right} + ${left} + ${right} `; diff --git a/assets/add.svg b/assets/add.svg new file mode 100644 index 00000000..84db8c30 --- /dev/null +++ b/assets/add.svg @@ -0,0 +1,3 @@ + + +
${archive.name} @@ -397,7 +397,7 @@ module.exports.downloading = function(state, emit) { const progress = state.transfer.progressRatio; const progressPercent = percent(progress); return html` - + ${archive.name} diff --git a/app/ui/expiryOptions.js b/app/ui/expiryOptions.js index 5b638579..b301e600 100644 --- a/app/ui/expiryOptions.js +++ b/app/ui/expiryOptions.js @@ -7,7 +7,7 @@ const signupDialog = require('./signupDialog'); module.exports = function(state, emit) { const el = html` - + ${ raw( state.translate('frontPageExpireInfo', { diff --git a/app/ui/home.js b/app/ui/home.js index 8e031f09..1d255206 100644 --- a/app/ui/home.js +++ b/app/ui/home.js @@ -20,14 +20,18 @@ module.exports = function(state, emit) { const right = archives.length < 1 ? intro(state) - : list(archives, 'list-reset h-full overflow-y-scroll', 'mb-3'); + : list( + archives, + 'list-reset h-full overflow-y-scroll w-full', + 'mb-3 w-full' + ); return html` ${state.modal && modal(state, emit)} - ${left} - ${right} + ${left} + ${right} `; diff --git a/assets/add.svg b/assets/add.svg new file mode 100644 index 00000000..84db8c30 --- /dev/null +++ b/assets/add.svg @@ -0,0 +1,3 @@ + + +
+ ${archive.name} diff --git a/app/ui/expiryOptions.js b/app/ui/expiryOptions.js index 5b638579..b301e600 100644 --- a/app/ui/expiryOptions.js +++ b/app/ui/expiryOptions.js @@ -7,7 +7,7 @@ const signupDialog = require('./signupDialog'); module.exports = function(state, emit) { const el = html` - + ${ raw( state.translate('frontPageExpireInfo', { diff --git a/app/ui/home.js b/app/ui/home.js index 8e031f09..1d255206 100644 --- a/app/ui/home.js +++ b/app/ui/home.js @@ -20,14 +20,18 @@ module.exports = function(state, emit) { const right = archives.length < 1 ? intro(state) - : list(archives, 'list-reset h-full overflow-y-scroll', 'mb-3'); + : list( + archives, + 'list-reset h-full overflow-y-scroll w-full', + 'mb-3 w-full' + ); return html` ${state.modal && modal(state, emit)} - ${left} - ${right} + ${left} + ${right} `; diff --git a/assets/add.svg b/assets/add.svg new file mode 100644 index 00000000..84db8c30 --- /dev/null +++ b/assets/add.svg @@ -0,0 +1,3 @@ + + +
${archive.name} diff --git a/app/ui/expiryOptions.js b/app/ui/expiryOptions.js index 5b638579..b301e600 100644 --- a/app/ui/expiryOptions.js +++ b/app/ui/expiryOptions.js @@ -7,7 +7,7 @@ const signupDialog = require('./signupDialog'); module.exports = function(state, emit) { const el = html` - + ${ raw( state.translate('frontPageExpireInfo', { diff --git a/app/ui/home.js b/app/ui/home.js index 8e031f09..1d255206 100644 --- a/app/ui/home.js +++ b/app/ui/home.js @@ -20,14 +20,18 @@ module.exports = function(state, emit) { const right = archives.length < 1 ? intro(state) - : list(archives, 'list-reset h-full overflow-y-scroll', 'mb-3'); + : list( + archives, + 'list-reset h-full overflow-y-scroll w-full', + 'mb-3 w-full' + ); return html` ${state.modal && modal(state, emit)} - ${left} - ${right} + ${left} + ${right} `; diff --git a/assets/add.svg b/assets/add.svg new file mode 100644 index 00000000..84db8c30 --- /dev/null +++ b/assets/add.svg @@ -0,0 +1,3 @@ + + +