mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Idea for contacts screen route
This commit is contained in:
parent
a25d35d6df
commit
fc141fe29b
10 changed files with 197 additions and 9 deletions
|
|
@ -48,6 +48,7 @@ import { IdentityModel } from 'Model/Identity';
|
|||
|
||||
import { LoginUserScreen } from 'Screen/User/Login';
|
||||
import { MailBoxUserScreen } from 'Screen/User/MailBox';
|
||||
import { ContactsUserScreen } from 'Screen/User/Contacts';
|
||||
import { SettingsUserScreen } from 'Screen/User/Settings';
|
||||
|
||||
import { startScreens, showScreenPopup, arePopupsVisible } from 'Knoin/Knoin';
|
||||
|
|
@ -211,6 +212,7 @@ export class AppUser extends AbstractApp {
|
|||
if (value) {
|
||||
startScreens([
|
||||
MailBoxUserScreen,
|
||||
ContactsUserScreen,
|
||||
SettingsUserScreen
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue