Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
new_excelso
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Prasetya Saputra
new_excelso
Commits
0a4450c2
Commit
0a4450c2
authored
Jun 15, 2020
by
Trisno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
loading bar Card number di account
parent
9120deaa
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
48 deletions
+63
-48
Account.js
view/Account.js
+59
-45
Home.js
view/Home.js
+4
-3
No files found.
view/Account.js
View file @
0a4450c2
This diff is collapsed.
Click to expand it.
view/Home.js
View file @
0a4450c2
...
...
@@ -65,9 +65,10 @@ class Home extends React.Component {
this
.
_account
();
if
(
this
.
props
.
outlet_id
==
''
&&
this
.
props
.
name_outlet
==
''
&&
this
.
props
.
outlet_detailadress
==
''
)
{
this
.
_getPermissions
()
}
else
{
this
.
setState
({
indicator
:
false
indicator
:
false
,
})
}
this
.
_renderCarousell
()
...
...
@@ -376,8 +377,8 @@ class Home extends React.Component {
{
this
.
state
.
indicatorProfileCard
==
true
?
(
<
View
style
=
{
styles
.
card
}
>
<
Card
style
=
{{
padding
:
2
0
,
margin
:
10
,
alignContent
:
'center'
}}
>
<
ActivityIndicator
style
=
{{
top
:
20
,
justifyContent
:
"center"
}}
size
=
"large"
color
=
"#c9af6d"
/>
<
Card
style
=
{{
padding
:
5
0
,
margin
:
10
,
alignContent
:
'center'
}}
>
<
ActivityIndicator
style
=
{{
justifyContent
:
"center"
}}
size
=
"large"
color
=
"#c9af6d"
/>
<
/Card
>
<
/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