mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Refactor app view
Introduce a top level view for navigating between the inbox and the installer, enabling an in-window relink flow. Navigation is driven through the openInbox and openInstaller global events. // FREEBIE
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
},
|
||||
close: function() {
|
||||
this.remove();
|
||||
Whisper.events.trigger('openInbox');
|
||||
},
|
||||
events: function() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user