-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* development: Adjusted buy crypto pull up MOB-1889 - Buy crypto (#443) MOB-1887 - Start pull data timer if wallet has minting domains (#442) MOB-1882 - Show ENS domain profile if no UD available (#440) MOB-1856 - Fixed token logos inconsistency and added tokens sorting on public profile (#439) MOB-1884 Update WC wallet registry (#441) MOB-1866 - Updated explore search bar prompt (#438) MOB-1869 - Fixed number of followers after user follow/unfollow (#437) Updated button title when vaulted domains discovered (#434) MOB-1881 - Track SOL and BTC balances if added in profile (#436) MOB-1880 - Use OKLink to view wallets and transactions (#435) MOB-1836 - Explore feature (#433) MOB-1773 - Fixed blocking of users in chat (#429) Use acquired date for sorting collectibles as most recent (#428) MOB-1871 - Fixed issue when user couldn't login with website account during onboarding. (#426) MOB-1868 Check former dependencies on Zesame (ZIL) (#419) fixed dependency on the removed Zesame lib in Tests
- Loading branch information
Showing
213 changed files
with
8,681 additions
and
2,394 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
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
18 changes: 18 additions & 0 deletions
18
...-manager-ios-preview/AppContext/PreviewPublicDomainProfileDisplayInfoStorageService.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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// | ||
// PreviewPublicDomainProfileDisplayInfoStorageService.swift | ||
// unstoppable-preview | ||
// | ||
// Created by Oleg Kuplin on 05.03.2024. | ||
// | ||
|
||
import Foundation | ||
|
||
final class PreviewPublicDomainProfileDisplayInfoStorageService: DomainProfileDisplayInfoStorageServiceProtocol { | ||
func store(profile: DomainProfileDisplayInfo) { | ||
|
||
} | ||
|
||
func retrieveProfileFor(domainName: DomainName) throws -> DomainProfileDisplayInfo { | ||
MockEntitiesFabric.PublicDomainProfile.createPublicDomainProfileDisplayInfo(domainName: domainName) | ||
} | ||
} |
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
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.