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
a440c475
Commit
a440c475
authored
Sep 6, 2021
by
Emmanuel Raviart
Browse files
Options
Downloads
Patches
Plain Diff
Add link to waterfall even in non-advanced mode.
parent
18c4a526
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/components/WaterfallView.svelte
+18
-25
18 additions, 25 deletions
src/lib/components/WaterfallView.svelte
with
18 additions
and
25 deletions
src/lib/components/WaterfallView.svelte
+
18
−
25
View file @
a440c475
...
...
@@ -27,7 +27,6 @@
export
let
year
:
number
const
adaptAmountsScale
=
getContext
(
"
adaptAmountsScale
"
)
as
Writable
<
boolean
>
const
advanced
=
$session
.
advanced
const
dateFormatter
=
new
Intl
.
DateTimeFormat
(
"
fr-FR
"
,
{
dateStyle
:
"
full
"
})
const
deltaFormatter
=
new
Intl
.
NumberFormat
(
"
fr-FR
"
,
{
currency
:
"
EUR
"
,
...
...
@@ -159,7 +158,6 @@
class=
"hover:bg-white border-gray-400 overflow-ellipsis overflow-x-hidden hover:overflow-x-visible text-base text-gray-500 hover:z-20 ml-2"
class:border-t=
{
index
!==
0
}
>
{
#if
advanced
}
{
#if
[
"
test_case
"
,
"
test_case_with_variable_inputs
"
].
includes
(
editionMode
?.
mode
)
}
<!-- Trunk decomposition node, in variable inputs mode => link -->
<a
...
...
@@ -181,11 +179,6 @@
>
{
decomposition
.
ux_name
??
decomposition
.
label
}
</a
>
{
/if
}
{
:
else
}
<span
class=
"text-sm"
>
{
decomposition
.
ux_name
??
decomposition
.
label
}
</span
>
{
/if
}
</div>
{
:
else
}
{
#each
[...
iterToDepth
(
depth
)]
as
_level
}
...
...
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