-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #341 from WalletConnect/feature/sample-app-empty-s…
…tate [Chat] Sample App - Empty state view
- Loading branch information
Showing
29 changed files
with
123 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
Example/Showcase/Classes/DomainLayer/AccountStorage/AccountStorage.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import Foundation | ||
import WalletConnectUtils | ||
|
||
final class AccountStorage { | ||
private let defaults: UserDefaults | ||
|
1 change: 0 additions & 1 deletion
1
Example/Showcase/Classes/DomainLayer/Chat/AccountNameResolver.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import Foundation | ||
import WalletConnectUtils | ||
|
||
struct AccountNameResolver { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
Example/Showcase/Classes/DomainLayer/Chat/RegisterService.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import Foundation | ||
import WalletConnectUtils | ||
|
||
final class RegisterService { | ||
|
||
|
1 change: 0 additions & 1 deletion
1
Example/Showcase/Classes/PresentationLayer/Chat/Models/MessageViewModel.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import Foundation | ||
import WalletConnectUtils | ||
import Chat | ||
|
||
struct MessageViewModel { | ||
|
1 change: 0 additions & 1 deletion
1
Example/Showcase/Classes/PresentationLayer/ChatList/ChatListInteractor.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import Chat | ||
import WalletConnectUtils | ||
|
||
final class ChatListInteractor { | ||
|
||
|
1 change: 0 additions & 1 deletion
1
Example/Showcase/Classes/PresentationLayer/ChatList/ChatListModule.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import SwiftUI | ||
import WalletConnectUtils | ||
|
||
final class ChatListModule { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
Example/Showcase/Classes/PresentationLayer/ChatList/ChatListRouter.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import UIKit | ||
import Chat | ||
import WalletConnectUtils | ||
|
||
final class ChatListRouter { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
Example/Showcase/Classes/PresentationLayer/Import/ImportInteractor.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import WalletConnectUtils | ||
|
||
final class ImportInteractor { | ||
private let registerService: RegisterService | ||
|
1 change: 0 additions & 1 deletion
1
Example/Showcase/Classes/PresentationLayer/Import/ImportPresenter.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import UIKit | ||
import Combine | ||
import WalletConnectUtils | ||
|
||
final class ImportPresenter: ObservableObject { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
Example/Showcase/Classes/PresentationLayer/Invite/InviteInteractor.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
import WalletConnectUtils | ||
|
||
final class InviteInteractor { | ||
private let chatService: ChatService | ||
|
||
|
1 change: 0 additions & 1 deletion
1
Example/Showcase/Classes/PresentationLayer/Invite/InviteModule.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import SwiftUI | ||
import WalletConnectUtils | ||
|
||
final class InviteModule { | ||
|
||
|
1 change: 0 additions & 1 deletion
1
Example/Showcase/Classes/PresentationLayer/Invite/InvitePresenter.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import UIKit | ||
import Combine | ||
import WalletConnectUtils | ||
|
||
final class InvitePresenter: ObservableObject { | ||
|
||
|
1 change: 0 additions & 1 deletion
1
Example/Showcase/Classes/PresentationLayer/InviteList/InviteListInteractor.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import Chat | ||
import WalletConnectUtils | ||
|
||
final class InviteListInteractor { | ||
private let chatService: ChatService | ||
|
1 change: 0 additions & 1 deletion
1
Example/Showcase/Classes/PresentationLayer/InviteList/InviteListModule.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import SwiftUI | ||
import WalletConnectUtils | ||
|
||
final class InviteListModule { | ||
|
||
|
1 change: 0 additions & 1 deletion
1
Example/Showcase/Classes/PresentationLayer/InviteList/InviteListPresenter.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
Example/Showcase/Classes/PresentationLayer/Welcome/WelcomeInteractor.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import Foundation | ||
import WalletConnectUtils | ||
import WalletConnectRelay | ||
|
||
final class WelcomeInteractor { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.