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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
Elixxir dApps SDK Swift
Merge requests
!149
[Messenger example] create new group
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
[Messenger example] create new group
feature/messenger-example-groups
into
development
Overview
0
Commits
13
Pipelines
0
Changes
1
Merged
[Messenger example] create new group
Dariusz Rybicki
requested to merge
feature/messenger-example-groups
into
development
Nov 30, 2022
Overview
0
Commits
13
Pipelines
0
Changes
1
xx-messenger example
Add groups list screen
Add new group screen
Implement creating new group
Edited
Dec 1, 2022
by
Dariusz Rybicki
0
0
Merge request reports
Viewing commit
36ac49cf
Prev
Next
Show latest version
1 file
+
2
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
36ac49cf
Add missing init to GroupsComponent
· 36ac49cf
Dariusz Rybicki
authored
Nov 30, 2022
Examples/xx-messenger/Sources/GroupsFeature/GroupsComponent.swift
+
2
−
0
View file @ 36ac49cf
Edit in single-file editor
Open in Web IDE
Show full file
@@ -9,6 +9,8 @@ public struct GroupsComponent: ReducerProtocol {
@@ -9,6 +9,8 @@ public struct GroupsComponent: ReducerProtocol {
case
start
case
start
}
}
public
init
()
{}
public
var
body
:
some
ReducerProtocol
<
State
,
Action
>
{
public
var
body
:
some
ReducerProtocol
<
State
,
Action
>
{
Reduce
{
state
,
action
in
Reduce
{
state
,
action
in
switch
action
{
switch
action
{
Loading