Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Santhosh
Agile24X7-Mobile-singledb
Commits
1f3cdb63
Commit
1f3cdb63
authored
3 years ago
by
santhosh
Browse files
Options
Download
Email Patches
Plain Diff
build pgtest errors solved
parent
eb77ae80
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
src/CommonComponents/AdminChatUser.js
+1
-1
src/CommonComponents/AdminChatUser.js
src/CommonComponents/GroupChat.js
+1
-1
src/CommonComponents/GroupChat.js
src/CommonComponents/KudosPoints.js
+1
-1
src/CommonComponents/KudosPoints.js
src/CommonComponents/TaskChat.js
+1
-2
src/CommonComponents/TaskChat.js
src/CommonComponents/UserChat.js
+1
-1
src/CommonComponents/UserChat.js
src/UserComponents/UserProfile.js
+1
-1
src/UserComponents/UserProfile.js
with
6 additions
and
7 deletions
+6
-7
src/CommonComponents/AdminChatUser.js
View file @
1f3cdb63
...
...
@@ -314,7 +314,7 @@ export default class AdminChatUser extends Component {
messagedBy
:
userToken
,
projectId
:
projectId
,
device_id
:
this
.
state
.
device_id
,
player_id
:
player_id
,
player_id
:
""
,
reply_id
:
this
.
state
.
commentDetails
.
id
?
this
.
state
.
commentDetails
.
id
:
""
})
...
...
This diff is collapsed.
Click to expand it.
src/CommonComponents/GroupChat.js
View file @
1f3cdb63
...
...
@@ -927,7 +927,7 @@ export default class GroupChat extends Component {
<
View
style
=
{{
flexDirection
:
'
row
'
}}
>
<
View
style
=
{
styles
.
inputContainer
}
>
<
TextInput
style
=
{
styles
.
inputs
}
autoFocus
=
{
true
}
//
autoFocus={true}
placeholder
=
"
Message
"
underlineColorAndroid
=
'
transparent
'
multiline
=
{
true
}
...
...
This diff is collapsed.
Click to expand it.
src/CommonComponents/KudosPoints.js
View file @
1f3cdb63
...
...
@@ -477,7 +477,7 @@ export default class KudosPoints extends Component {
.
then
((
response
)
=>
response
.
json
())
.
then
((
responseJson
)
=>
{
console
.
warn
(
JSON
.
stringify
(
responseJson
))
alert
(
JSON
.
stringify
(
responseJson
))
//
alert(JSON.stringify(responseJson))
if
(
responseJson
.
status
===
'
True
'
)
{
var
empList
=
[];
...
...
This diff is collapsed.
Click to expand it.
src/CommonComponents/TaskChat.js
View file @
1f3cdb63
...
...
@@ -878,7 +878,6 @@ export default class TaskChat extends Component {
<
View
style
=
{
this
.
state
.
handleHover
===
true
?
styles
.
footer1
:
styles
.
footer
}
>
{
this
.
state
.
handleHover
===
true
?
<
View
>
// alert(JSON.stringify(this.state.commentDetails))
<
View
style
=
{
styles
.
itemBottom
}
>
<
View
style
=
{{
width
:
"
90%
"
}}
>
<
Text
style
=
{{
fontSize
:
12
,
color
:
'
green
'
}}
>
{
this
.
state
.
commentDetails
.
username
}
<
/Text
>
...
...
@@ -916,7 +915,7 @@ export default class TaskChat extends Component {
<
View
style
=
{
styles
.
inputContainer
}
>
<
TextInput
style
=
{
styles
.
inputs
}
placeholder
=
"
Message
"
autoFocus
=
{
true
}
//
autoFocus={true}
underlineColorAndroid
=
'
transparent
'
multiline
=
{
true
}
onChangeText
=
{(
value
)
=>
this
.
setState
({
message
:
value
})}
...
...
This diff is collapsed.
Click to expand it.
src/CommonComponents/UserChat.js
View file @
1f3cdb63
...
...
@@ -512,7 +512,7 @@ export default class UserChat extends Component {
<
View
style
=
{
styles
.
inputContainer
}
>
<
TextInput
style
=
{
styles
.
inputs
}
placeholder
=
"
Message
"
autoFocus
=
{
true
}
//
autoFocus={true}
underlineColorAndroid
=
'
transparent
'
multiline
=
{
true
}
onChangeText
=
{(
value
)
=>
this
.
setState
({
message
:
value
})}
...
...
This diff is collapsed.
Click to expand it.
src/UserComponents/UserProfile.js
View file @
1f3cdb63
...
...
@@ -1053,7 +1053,7 @@ export default class UserProfile extends Component {
<
View
style
=
{{
marginTop
:
'
5%
'
}}
>
<
TouchableOpacity
onPress
=
{()
=>
this
.
props
.
navigation
.
navigate
(
'
UserProfileKudos
'
)}
>
<
Text
style
=
{{
color
:
'
blue
'
,
paddingLeft
:
'
2%
'
}}
>
Kudos
Poin
s
<
/Text
>
<
Text
style
=
{{
color
:
'
blue
'
,
paddingLeft
:
'
2%
'
}}
>
Kudos
Poin
ts
Summery
<
/Text
>
<
/TouchableOpacity
>
<
/View
>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help