Import: choice on first startup, workflow, ported to Node.js fs API

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-08-07 17:24:59 -07:00
parent 9c8fe1a9d8
commit ba347744ff
No known key found for this signature in database
GPG key ID: A4931C09644C654B
12 changed files with 616 additions and 217 deletions

View file

@ -7,8 +7,7 @@
Whisper.InstallView = Whisper.View.extend({
templateName: 'install_flow_template',
id: 'install',
className: 'main',
className: 'main install',
render_attributes: function() {
var twitterHref = 'https://twitter.com/whispersystems';
var signalHref = 'https://signal.org/install';
@ -48,6 +47,11 @@
this.$('#step1').show();
this.connect();
this.on('disconnected', this.reconnect);
if (Whisper.Registration.everDone()) {
this.installView.selectStep(3);
this.installView.hideDots();
}
},
connect: function() {
this.clearQR();