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
abdaa8df
Commit
abdaa8df
authored
2 years ago
by
Dorine Lambinet
Browse files
Options
Downloads
Patches
Plain Diff
Change le titre
parent
db60c970
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!101
Améliorations UI
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/lib/components/tutorial/StartTutorial.svelte
+1
-1
1 addition, 1 deletion
src/lib/components/tutorial/StartTutorial.svelte
src/routes/+page.svelte
+4
-4
4 additions, 4 deletions
src/routes/+page.svelte
tests/test.ts
+1
-1
1 addition, 1 deletion
tests/test.ts
with
6 additions
and
6 deletions
src/lib/components/tutorial/StartTutorial.svelte
+
1
−
1
View file @
abdaa8df
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
<!--<div class="bg-white border-le-bleu-light border-4 shadow-lg rounded-md mx-5">
<!--<div class="bg-white border-le-bleu-light border-4 shadow-lg rounded-md mx-5">
<h1 class="bg-le-bleu-light text-2xl font-light text-gray-600 py-3 px-4 ">
<h1 class="bg-le-bleu-light text-2xl font-light text-gray-600 py-3 px-4 ">
Modifier l
a loi
en vigueur
Modifier l
e droit vigueur
en vigueur
</h1>
</h1>
<p class="py-2 px-4 font-light text-gray-600">
<p class="py-2 px-4 font-light text-gray-600">
Pour changer les paramètres de la loi, rendez-vous sur un des cas types à
Pour changer les paramètres de la loi, rendez-vous sur un des cas types à
...
...
This diff is collapsed.
Click to expand it.
src/routes/+page.svelte
+
4
−
4
View file @
abdaa8df
...
@@ -648,7 +648,7 @@
...
@@ -648,7 +648,7 @@
<h1
<h1
class=
"mb-5 ml-5 hidden border-b border-black pb-3 text-3xl font-bold text-black md:flex md:pt-12 md:text-2xl lg:pt-11 lg:text-3xl"
class=
"mb-5 ml-5 hidden border-b border-black pb-3 text-3xl font-bold text-black md:flex md:pt-12 md:text-2xl lg:pt-11 lg:text-3xl"
>
>
Modifier l
a loi
Modifier l
e droit vigueur
</h1>
</h1>
{
#if
displayMode
.
parameterName
!==
undefined
}
{
#if
displayMode
.
parameterName
!==
undefined
}
...
@@ -692,7 +692,7 @@
...
@@ -692,7 +692,7 @@
<h1
<h1
class=
"mb-5 ml-5 flex border-b border-black pt-1 pb-3 text-xl font-bold text-black md:hidden"
class=
"mb-5 ml-5 flex border-b border-black pt-1 pb-3 text-xl font-bold text-black md:hidden"
>
>
Modifier l
a loi
Modifier l
e droit vigueur
</h1>
</h1>
<div
class=
"ml-5 bg-white"
>
<div
class=
"ml-5 bg-white"
>
<NonVariableReferredParameter
<NonVariableReferredParameter
...
@@ -740,7 +740,7 @@
...
@@ -740,7 +740,7 @@
<h1
<h1
class=
"ml-3 flex border-b border-black pt-3 pb-3 text-2xl font-bold text-black md:hidden"
class=
"ml-3 flex border-b border-black pt-3 pb-3 text-2xl font-bold text-black md:hidden"
>
>
Modifier l
a loi
Modifier l
e droit vigueur
</h1>
</h1>
<!--Partie II modification de la loi - MOBILE-->
<!--Partie II modification de la loi - MOBILE-->
{
#if
Object
.
keys
(
$parametricReform
).
length
!==
0
}
{
#if
Object
.
keys
(
$parametricReform
).
length
!==
0
}
...
@@ -816,7 +816,7 @@
...
@@ -816,7 +816,7 @@
<h1
<h1
class=
"ml-3 flex border-b border-black pt-3 text-2xl font-bold text-black md:hidden"
class=
"ml-3 flex border-b border-black pt-3 text-2xl font-bold text-black md:hidden"
>
>
Modifier l
a loi
Modifier l
e droit vigueur
</h1>
</h1>
<!--Partie II modification de la loi - MOBILE - vue choisir un dispositif -->
<!--Partie II modification de la loi - MOBILE - vue choisir un dispositif -->
{
#if
Object
.
keys
(
$parametricReform
).
length
!==
0
}
{
#if
Object
.
keys
(
$parametricReform
).
length
!==
0
}
...
...
This diff is collapsed.
Click to expand it.
tests/test.ts
+
1
−
1
View file @
abdaa8df
...
@@ -2,5 +2,5 @@ import { expect, test } from "@playwright/test"
...
@@ -2,5 +2,5 @@ import { expect, test } from "@playwright/test"
test
(
"
index page has expected h1
"
,
async
({
page
})
=>
{
test
(
"
index page has expected h1
"
,
async
({
page
})
=>
{
await
page
.
goto
(
"
/
"
)
await
page
.
goto
(
"
/
"
)
expect
(
await
page
.
textContent
(
"
h1
"
)).
toContain
(
"
Modifier l
a loi
"
)
expect
(
await
page
.
textContent
(
"
h1
"
)).
toContain
(
"
Modifier l
e droit vigueur
"
)
})
})
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