Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
EmidWife-New
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2023-24-005
EmidWife-New
Commits
ebf20096
Commit
ebf20096
authored
May 17, 2024
by
Malsha Jayakody
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes in UI
parent
50353b07
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
47 additions
and
22 deletions
+47
-22
src/screens/home/game/MainDetailsForm.js
src/screens/home/game/MainDetailsForm.js
+2
-2
src/screens/home/game/MainDetailsFormInSinhala.js
src/screens/home/game/MainDetailsFormInSinhala.js
+1
-1
src/screens/home/game/QuizOptions.js
src/screens/home/game/QuizOptions.js
+42
-17
src/screens/home/game/WelcomeGame.js
src/screens/home/game/WelcomeGame.js
+2
-2
No files found.
src/screens/home/game/MainDetailsForm.js
View file @
ebf20096
...
...
@@ -165,7 +165,7 @@ const MainDetailsForm = ({navigation}) => {
marginBottom
:
20
,
color
:
COLORS
.
black
,
}}
>
Family
Background
:
Current
Situation
of
Family
Background
:
<
/Text
>
<
View
style
=
{
styles
.
radioContainer
}
>
{
familyBackgroundOptions
.
map
(
item
=>
(
...
...
@@ -192,7 +192,7 @@ const MainDetailsForm = ({navigation}) => {
marginBottom
:
20
,
color
:
COLORS
.
black
,
}}
>
Previous
Child
Birth
Experience
s
:
No
of
Previous
Child
Birth
s
:
<
/Text
>
<
TextInput
style
=
{{
...
...
src/screens/home/game/MainDetailsFormInSinhala.js
View file @
ebf20096
...
...
@@ -166,7 +166,7 @@ const MainDetailsFormInSinhala = ({navigation}) => {
marginBottom
:
20
,
color
:
COLORS
.
black
,
}}
>
පවුල්
පසුබිම
:
වත්මන්
පවුල්
පසුබිම්
තත්ත්වය
:
<
/Text
>
<
View
style
=
{
styles
.
radioContainer
}
>
{
familyBackgroundOptions
.
map
(
item
=>
(
...
...
src/screens/home/game/QuizOptions.js
View file @
ebf20096
...
...
@@ -24,39 +24,46 @@ const QuizOptionsPage = ({navigation}) => {
<
View
style
=
{{
padding
:
25
}}
>
<
View
style
=
{{
justifyContent
:
'
center
'
,
alignItems
:
'
center
'
,
display
:
'
flex
'
,
textAlign
:
'
center
'
,
}}
>
<
Text
style
=
{{
display
:
'
flex
'
,
color
:
COLORS
.
navyBlue
,
fontSize
:
2
0
,
fontSize
:
2
2
,
fontWeight
:
'
bold
'
,
marginBottom
:
25
,
fontFamily
:
'
monospace
'
,
textAlign
:
'
center
'
,
}}
>
The
Edinburgh
Postnatal
Depression
&
nbsp
;
&
nbsp
;
&
nbsp
;
&
nbsp
;
&
nbsp
;
&
nbsp
;
&
nbsp
;
&
nbsp
;
&
nbsp
;
&
nbsp
;
&
nbsp
;
&
nbsp
;
&
nbsp
;
&
nbsp
;
&
nbsp
;
&
nbsp
;
&
nbsp
;
&
nbsp
;
&
nbsp
;
Scale
(
EDPS
)
{
'
'
}
We
can
improve
your
mental
well
-
being
...
<
/Text
>
<
/View
>
<
View
style
=
{{
justifyContent
:
'
center
'
,
alignItems
:
'
center
'
,
padding
:
10
,
}}
>
<
Text
style
=
{{
color
:
'
black
'
,
fontSize
:
14
,
fontSize
:
18
,
fontWeight
:
'
bold
'
,
fontFamily
:
'
monospace
'
,
textAlign
:
'
center
'
,
}}
>
Try
with
Us
&
Have
a
fun
<
/Text
>
<
Text
style
=
{{
color
:
'
black
'
,
fontSize
:
18
,
fontWeight
:
'
bold
'
,
textAlign
:
'
justify
'
,
fontFamily
:
'
monospace
'
,
textAlign
:
'
center
'
,
}}
>
The
questionnaire
below
is
called
the
Edinburgh
Postnatal
Depression
Scale
(
EDPS
)
The
EDPS
was
developed
to
identify
women
who
may
have
postpartum
depression
.
Each
answer
is
given
a
score
of
0
to
3
.
The
maximum
score
is
30
.
Play
Games
&
Enjoy
your
time
<
/Text
>
<
/View
>
<
View
...
...
@@ -67,10 +74,28 @@ const QuizOptionsPage = ({navigation}) => {
<
Text
style
=
{{
color
:
'
black
'
,
fontSize
:
18
,
fontSize
:
16
,
fontWeight
:
'
bold
'
,
marginTop
:
30
,
textAlign
:
'
center
'
,
fontFamily
:
'
monospace
'
,
}}
>
Please
give
answers
for
this
small
questionnaire
<
/Text
>
<
/View
>
<
View
style
=
{{
justifyContent
:
'
center
'
,
alignItems
:
'
center
'
,
}}
>
<
Text
style
=
{{
color
:
'
black
'
,
fontSize
:
16
,
fontWeight
:
'
bold
'
,
marginTop
:
40
,
textAlign
:
'
justify
'
,
textAlign
:
'
center
'
,
fontFamily
:
'
monospace
'
,
}}
>
Select
Your
Prefered
Option
to
Answer
<
/Text
>
...
...
@@ -133,7 +158,7 @@ const styles = StyleSheet.create({
},
bottomView
:
{
flex
:
2
,
backgroundColor
:
'
#FF
E6EB
'
,
backgroundColor
:
'
#FF
C0D9
'
,
},
});
...
...
src/screens/home/game/WelcomeGame.js
View file @
ebf20096
...
...
@@ -71,7 +71,7 @@ const WelcomePageGame = ({navigation}) => {
color: COLORS.black,
fontWeight:
'
bold
'
,
}}>
Bad moments don
'
t
make
bad
mamas
.
Taking care of your mental helath is an act of self-love
</Text>
</View>
<View style={{marginTop: 1}}>
...
...
@@ -93,7 +93,7 @@ const WelcomePageGame = ({navigation}) => {
medium
center
style={{color:
'
white
'
, fontSize: 24, fontWeight:
'
bold
'
}}>
Start
Let Us Help You
</Text>
</TouchableOpacity>
</View>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment