-
From 12e6eb16661de252b5c337ecfa1fa0a7cb5c1977 Mon Sep 17 00:00:00 2001
From: Danny Coates
-
${state.translate( - 'uploadPageExplainer' - )}
- `; -} +const intro = require('./intro'); module.exports = function(state, emit) { const archives = state.storage.files.map(archive => diff --git a/app/ui/archiveTile.js b/app/ui/archiveTile.js index d17b6851..8c9bcd7f 100644 --- a/app/ui/archiveTile.js +++ b/app/ui/archiveTile.js @@ -16,6 +16,81 @@ function expiryInfo(translate, archive) { ); } +function password(state) { + const MAX_LENGTH = 32; + + return html` +