Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
leximpact-socio-fiscal-ui
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
Service Desk
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
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
448796e9
Unverified
Commit
448796e9
authored
4 months ago
by
Dorine Lambinet
Browse files
Options
Downloads
Patches
Plain Diff
Centre le squelette du loader au milieu de la payslip
parent
4ca47a71
No related branches found
No related tags found
1 merge request
!302
Resolve "Appliquer la nouvelle feuille de paie au mode comparaison"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/components/impacts_view/test_cases_view/test_case_selected/compare_mode/PaySlipCompareView.svelte
+30
-21
30 additions, 21 deletions
...test_case_selected/compare_mode/PaySlipCompareView.svelte
with
30 additions
and
21 deletions
src/lib/components/impacts_view/test_cases_view/test_case_selected/compare_mode/PaySlipCompareView.svelte
+
30
−
21
View file @
448796e9
...
@@ -356,6 +356,10 @@
...
@@ -356,6 +356,10 @@
<div class="h-full justify-center pl-1 text-sm">
<div class="h-full justify-center pl-1 text-sm">
<!--Si la valeur charge, alors un squelette est affiché -->
<!--Si la valeur charge, alors un squelette est affiché -->
{#if showLoader && runningCalculationNames.length > 0}
{#if showLoader && runningCalculationNames.length > 0}
<div class="flex w-full justify-center">
{#each iterToDepth(depth)}
<div class="-mr-3"></div>
{/each}
{#if runningCalculationNames.includes("law") || runningCalculationNames.includes("revaluation")}
{#if runningCalculationNames.includes("law") || runningCalculationNames.includes("revaluation")}
<span
<span
class="animate-pulse-2 bg-gray-500 px-1 text-black blur-xs"
class="animate-pulse-2 bg-gray-500 px-1 text-black blur-xs"
...
@@ -363,7 +367,11 @@
...
@@ -363,7 +367,11 @@
<span class="text-white blur">value €</span>
<span class="text-white blur">value €</span>
</span>
</span>
{/if}
{/if}
{#if runningCalculationNames.includes("bill")}
{#if runningCalculationNames.includes("bill")}
{#each iterToDepth(depth)}
<div class="-mr-3"></div>
{/each}
<span
<span
class="animate-pulse-2 bg-le-rouge-bill px-1 text-black blur-xs"
class="animate-pulse-2 bg-le-rouge-bill px-1 text-black blur-xs"
>
>
...
@@ -377,6 +385,7 @@
...
@@ -377,6 +385,7 @@
<span class="text-white blur">value €</span>
<span class="text-white blur">value €</span>
</span>
</span>
{/if}
{/if}
</div>
<!--Si la valeur du cas type 0 est égale à la valeur du cas type 1 : Une seule valeur est alors affichée -->
<!--Si la valeur du cas type 0 est égale à la valeur du cas type 1 : Une seule valeur est alors affichée -->
{:else if deltaAtVectorIndexArray[0] === deltaAtVectorIndexArray[1]}
{:else if deltaAtVectorIndexArray[0] === deltaAtVectorIndexArray[1]}
<div class="flex w-full justify-center">
<div class="flex w-full justify-center">
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment