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
fa9760ed
Commit
fa9760ed
authored
Oct 17, 2022
by
Dorine Lambinet
Browse files
Options
Downloads
Patches
Plain Diff
Affiche le panneau des modifications en cours y compris quand c'est le PLF sur format mobile
parent
abe6a721
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!113
Picto handicap et garde alternée - distance en px au lieu de rem pour éviter...
Pipeline
#6797
passed
Oct 17, 2022
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/routes/+page.svelte
+52
-24
52 additions, 24 deletions
src/routes/+page.svelte
with
52 additions
and
24 deletions
src/routes/+page.svelte
+
52
−
24
View file @
fa9760ed
...
...
@@ -764,10 +764,10 @@
<h1
class=
"ml-3 flex border-b border-black pt-3 pb-3 text-2xl font-bold text-black md:hidden"
>
Modifier le droit en vigueur
Modifier le droit en vigueur
COUCOU
</h1>
<!--Partie II modification de la loi - MOBILE-->
{
#if
Object
.
keys
(
$parametricReform
).
length
!==
0
}
{
#if
billName
!==
undefined
}
<div
class=
"mb-3"
>
<div
class=
"mx-3 flex flex-col rounded-b border bg-gray-200 px-2 py-1 shadow-md md:hidden"
...
...
@@ -790,9 +790,23 @@
icon=
"ri:arrow-up-s-line"
/>
{
/if
}
<span
class=
"text-lg font-light"
<span
class=
"
mr-1
text-lg font-light"
>
Modifications en cours
</span
>
{
#if
Object
.
keys
(
$parametricReform
).
length
!==
0
&&
displayMode
.
mobileLaw
}
<span
class=
"mr-0.5 flex h-3 w-3"
>
<span
class=
"relative inline-flex h-3 w-3 rounded-full bg-le-jaune"
/>
</span>
{
/if
}
{
#if
Object
.
keys
(
$billName
).
length
!==
0
&&
displayMode
.
mobileLaw
}
<span
class=
"mr-0.5 flex h-3 w-3"
>
<span
class=
"relative inline-flex h-3 w-3 rounded-full bg-le-rouge-bill"
/>
</span>
{
/if
}
</button>
</div>
{
#if
modificationsOpen
}
...
...
@@ -836,7 +850,7 @@
Modifier le droit en vigueur
</h1>
<!--Partie II modification de la loi - MOBILE - vue choisir un dispositif -->
{
#if
Object
.
keys
(
$parametricReform
).
length
!==
0
}
{
#if
billName
!==
undefined
}
<div
class=
"mb-3"
>
<div
class=
"mx-3 flex flex-col rounded-b border bg-gray-200 px-2 py-1 shadow-md md:hidden"
...
...
@@ -859,9 +873,23 @@
icon=
"ri:arrow-up-s-line"
/>
{
/if
}
<span
class=
"text-lg font-light"
>
Modifications en cours
</span
>
<span
class=
"mr-1 text-lg font-light"
>
Modifications en cours
</span>
{
#if
Object
.
keys
(
$parametricReform
).
length
!==
0
&&
displayMode
.
mobileLaw
}
<span
class=
"mr-0.5 flex h-3 w-3"
>
<span
class=
"relative inline-flex h-3 w-3 rounded-full bg-le-jaune"
/>
</span>
{
/if
}
{
#if
Object
.
keys
(
$billName
).
length
!==
0
&&
displayMode
.
mobileLaw
}
<span
class=
"mr-0.5 flex h-3 w-3"
>
<span
class=
"relative inline-flex h-3 w-3 rounded-full bg-le-rouge-bill"
/>
</span>
{
/if
}
</button>
</div>
{
#if
modificationsOpen
}
...
...
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