Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
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
Dida Adams Arizona
Tia-dev
Commits
f01c2b5f
Commit
f01c2b5f
authored
Apr 14, 2026
by
ardiansyah
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ENV-DEV' into 'ENV-DEPLOYMENT'
Fix loading block See merge request
!2417
parents
9317d75a
59a43c2d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
63 additions
and
15 deletions
+63
-15
BudgetTahunan.js
src/container/BudgetTahunan/BudgetTahunan.js
+14
-2
MonthlyReport.js
src/container/MonthlyReport/MonthlyReport.js
+14
-2
OutlookPA.js
src/container/OutlookPA/OutlookPA.js
+15
-3
RollingOutlook.js
src/container/RollingOutlook/RollingOutlook.js
+20
-8
No files found.
src/container/BudgetTahunan/BudgetTahunan.js
View file @
f01c2b5f
...
@@ -3448,9 +3448,21 @@ export default class BudgetTahunan extends Component {
...
@@ -3448,9 +3448,21 @@ export default class BudgetTahunan extends Component {
search
:
false
search
:
false
}
}
const
loadingComponent
=
(
const
loadingComponent
=
(
<
div
style
=
{{
position
:
'fixed'
,
zIndex
:
110
,
top
:
0
,
left
:
0
,
width
:
'100%'
,
height
:
'100%'
,
display
:
'flex'
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
background
:
'rgba(255,255,255,0.8)'
}}
>
<
div
style
=
{{
position
:
'fixed'
,
zIndex
:
9999
,
top
:
0
,
left
:
0
,
width
:
'100%'
,
height
:
'100vh'
,
display
:
'flex'
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
background
:
'rgba(255,255,255,0.8)'
,
}}
>
<
PropagateLoader
<
PropagateLoader
// css={override}
size
=
{
20
}
size
=
{
20
}
color
=
{
"#274B80"
}
color
=
{
"#274B80"
}
loading
=
{
this
.
state
.
loading
}
loading
=
{
this
.
state
.
loading
}
...
...
src/container/MonthlyReport/MonthlyReport.js
View file @
f01c2b5f
...
@@ -3410,9 +3410,21 @@ export default class MonthlyReport extends Component {
...
@@ -3410,9 +3410,21 @@ export default class MonthlyReport extends Component {
]
]
const
loadingComponent
=
(
const
loadingComponent
=
(
<
div
style
=
{{
position
:
'fixed'
,
zIndex
:
110
,
top
:
0
,
left
:
0
,
width
:
'100%'
,
height
:
'100%'
,
display
:
'flex'
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
background
:
'rgba(255,255,255,0.8)'
}}
>
<
div
style
=
{{
position
:
'fixed'
,
zIndex
:
9999
,
top
:
0
,
left
:
0
,
width
:
'100%'
,
height
:
'100vh'
,
display
:
'flex'
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
background
:
'rgba(255,255,255,0.8)'
,
}}
>
<
PropagateLoader
<
PropagateLoader
// css={override}
size
=
{
20
}
size
=
{
20
}
color
=
{
"#274B80"
}
color
=
{
"#274B80"
}
loading
=
{
this
.
state
.
loading
}
loading
=
{
this
.
state
.
loading
}
...
...
src/container/OutlookPA/OutlookPA.js
View file @
f01c2b5f
...
@@ -2439,9 +2439,21 @@ export default class OutlookPA extends Component {
...
@@ -2439,9 +2439,21 @@ export default class OutlookPA extends Component {
search
:
false
search
:
false
}
}
const
loadingComponent
=
(
const
loadingComponent
=
(
<
div
style
=
{{
position
:
'absolute'
,
zIndex
:
110
,
top
:
0
,
left
:
0
,
width
:
'100%'
,
height
:
'100%'
,
display
:
'flex'
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
background
:
'rgba(255,255,255,0.8)'
}}
>
<
div
style
=
{{
position
:
'fixed'
,
zIndex
:
9999
,
top
:
0
,
left
:
0
,
width
:
'100%'
,
height
:
'100vh'
,
display
:
'flex'
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
background
:
'rgba(255,255,255,0.8)'
,
}}
>
<
PropagateLoader
<
PropagateLoader
// css={override}
size
=
{
20
}
size
=
{
20
}
color
=
{
"#274B80"
}
color
=
{
"#274B80"
}
loading
=
{
this
.
state
.
loading
}
loading
=
{
this
.
state
.
loading
}
...
...
src/container/RollingOutlook/RollingOutlook.js
View file @
f01c2b5f
...
@@ -1922,7 +1922,7 @@ export default class RollingOutlook extends Component {
...
@@ -1922,7 +1922,7 @@ export default class RollingOutlook extends Component {
borderColor
:
'transparent'
,
borderColor
:
'transparent'
,
outline
:
'none'
outline
:
'none'
}}
}}
onClick
=
{()
=>
this
.
state
.
isSubmit
===
false
?
null
:
this
.
setState
({
visibleUpload
:
true
,
currentMasterReportTypeId
:
master_report_type_id
})
}
onClick
=
{()
=>
this
.
state
.
isSubmit
===
false
?
null
:
this
.
setState
({
visibleUpload
:
true
,
currentMasterReportTypeId
:
master_report_type_id
})}
>
>
<
Typography
style
=
{{
fontSize
:
'16px'
,
color
:
this
.
state
.
isSubmit
===
false
?
'GrayText'
:
'#5198ea'
}}
>
Upload
File
<
/Typography
>
<
Typography
style
=
{{
fontSize
:
'16px'
,
color
:
this
.
state
.
isSubmit
===
false
?
'GrayText'
:
'#5198ea'
}}
>
Upload
File
<
/Typography
>
<
/button
>
<
/button
>
...
@@ -2471,9 +2471,21 @@ export default class RollingOutlook extends Component {
...
@@ -2471,9 +2471,21 @@ export default class RollingOutlook extends Component {
search
:
false
search
:
false
}
}
const
loadingComponent
=
(
const
loadingComponent
=
(
<
div
style
=
{{
position
:
'absolute'
,
zIndex
:
110
,
top
:
0
,
left
:
0
,
width
:
'100%'
,
height
:
'100%'
,
display
:
'flex'
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
background
:
'rgba(255,255,255,0.8)'
}}
>
<
div
style
=
{{
position
:
'fixed'
,
zIndex
:
9999
,
top
:
0
,
left
:
0
,
width
:
'100%'
,
height
:
'100vh'
,
display
:
'flex'
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
background
:
'rgba(255,255,255,0.8)'
,
}}
>
<
PropagateLoader
<
PropagateLoader
// css={override}
size
=
{
20
}
size
=
{
20
}
color
=
{
"#274B80"
}
color
=
{
"#274B80"
}
loading
=
{
this
.
state
.
loading
}
loading
=
{
this
.
state
.
loading
}
...
@@ -2628,7 +2640,7 @@ export default class RollingOutlook extends Component {
...
@@ -2628,7 +2640,7 @@ export default class RollingOutlook extends Component {
<
button
<
button
type
=
"button"
type
=
"button"
className
=
"btn btn-circle btn-white"
className
=
"btn btn-circle btn-white"
onClick
=
{()
=>
this
.
setState
({
visibleUpload
:
false
,
currentMasterReportTypeId
:
null
})
}
onClick
=
{()
=>
this
.
setState
({
visibleUpload
:
false
,
currentMasterReportTypeId
:
null
})}
>
>
<
img
src
=
{
Images
.
close
}
/
>
<
img
src
=
{
Images
.
close
}
/
>
<
/button
>
<
/button
>
...
...
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