Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Elixxir dApps SDK Swift
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
Elixxir dApps SDK Swift
Merge requests
!65
Project 'elixxir/elixxir-dapps-sdk-swift' was moved to 'mobile/ios/elixxir-dapps-sdk-swift'. Please update any links and bookmarks that may still have the old path.
Messenger example - user search
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Messenger example - user search
feature/messenger-example-user-search
into
development
Overview
0
Commits
6
Pipelines
0
Changes
5
Merged
Dariusz Rybicki
requested to merge
feature/messenger-example-user-search
into
development
2 years ago
Overview
0
Commits
6
Pipelines
0
Changes
5
Expand
Add
UserSearchFeature
library to messenger example.
Implement user search in messenger example.
0
0
Merge request reports
Viewing commit
0b60e9ca
Prev
Next
Show latest version
5 files
+
335
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
0b60e9ca
Implement user search
· 0b60e9ca
Dariusz Rybicki
authored
2 years ago
Examples/xx-messenger/Sources/AppFeature/AppEnvironment+Live.swift
+
5
−
1
Options
@@ -47,7 +47,11 @@ extension AppEnvironment {
)
},
userSearch
:
{
UserSearchEnvironment
()
UserSearchEnvironment
(
messenger
:
messenger
,
mainQueue
:
mainQueue
,
bgQueue
:
bgQueue
)
}
)
}
Loading