Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
#95
Browse files Browse the repository at this point in the history
  • Loading branch information
faffydee committed Feb 7, 2017
1 parent 0294f01 commit 09e6346
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions src/ac-vault.html
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,32 @@ <h1 class="bold blue">Alright!</h1>
</div>
</neon-animatable>

<neon-animatable data-page="unlockipfs">
<div class="total vertic centercenter">
<div class="topbar">
<span class="flex"></span>
<iron-icon class="grey4" icon="sc-icons:decline" on-tap="exit">back</iron-icon>
</div>
<div class="pascanvasunderexit vertic start paddingsides">
<div class="whitespace"></div>
<template is="dom-if" if="{{!phoneview}}">
<div class="whitespace"></div>
</template>

<div class="maxwidth">
<h1 class="bold blue">Great!</h1>
<div class="whitespace"></div>
<p>Found your user on IPFS. You need to unlock it with its password.</p>
</div>
<div class="flex"></div>
<ac-password id="newuser" passwordlabel="Password of your user" sessionname="vaultpassword" on-password-received="unlockvault" wrongpass="[[unlockpasswordwrong]]"></ac-password>
</div>
<div class="tenspace"></div>
<div class="tenspace"></div>
</div>
</neon-animatable>


<neon-animatable data-page="uploadunlock">
<div class="total vertic centercenter">
<div class="topbar">
Expand All @@ -592,12 +618,7 @@ <h1 class="bold blue">Great!</h1>
</div>
<div class="tenspace"></div>
<div class="tenspace"></div>
</div>
<!--
TOT HIER
-->


</div>
</neon-animatable>

</neon-animated-pages>
Expand Down Expand Up @@ -765,7 +786,7 @@ <h1 class="bold blue">Great!</h1>
if (self._parseVault(data)) {
self.saveVault();
self.status = 'locked';
self.set('route.path', '/uploadunlock');
self.set('route.path', '/unlockipfs');
}
});
},
Expand Down

0 comments on commit 09e6346

Please sign in to comment.