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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Merge requests
!302
Resolve "Appliquer la nouvelle feuille de paie au mode comparaison"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Appliquer la nouvelle feuille de paie au mode comparaison"
364-appliquer-la-nouvelle-feuille-de-paie-au-mode-comparaison
into
master
Overview
3
Commits
13
Pipelines
14
Changes
1
Merged
Dorine Lambinet
requested to merge
364-appliquer-la-nouvelle-feuille-de-paie-au-mode-comparaison
into
master
1 month ago
Overview
3
Commits
13
Pipelines
14
Changes
1
Expand
Closes
#364 (closed)
0
0
Merge request reports
Viewing commit
3a27613f
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Unverified
3a27613f
Ajoute baisse de l'opacité sur les montants doubles
· 3a27613f
Dorine Lambinet
authored
1 month ago
src/lib/components/impacts_view/test_cases_view/test_case_selected/compare_mode/PaySlipCompareView.svelte
+
2
−
0
Options
@@ -515,6 +515,7 @@
? 'text-le-rouge-bill'
: 'text-le-rouge-bill line-through-amendment'
: 'bg-le-jaune'}"
class:opacity-20=
{
decomposition.open
}
>
{
#if
trunk && index === 0
}
=
{
:else
if
deltaAtVectorIndexArray[0] < 0
}
-
{
:else
if
deltaAtVectorIndexArray[0] > 0
}
+
{
/if
}{
deltaFormatter(
deltaAtVectorIndexArray[0] ?? 0,
)
}
</span
@@ -574,6 +575,7 @@
? 'text-le-rouge-bill'
: 'text-le-rouge-bill line-through-amendment'
: 'bg-le-jaune'}"
class:opacity-20=
{
decomposition.open
}
>
{
#if
trunk && index === 0
}
=
{
:else
if
deltaAtVectorIndexArray[1] < 0
}
-
{
:else
if
deltaAtVectorIndexArray[1] > 0
}
+
{
/if
}{
deltaFormatter(
deltaAtVectorIndexArray[1] ?? 0,
)
}
</span
Loading