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
64dc01d6
Commit
64dc01d6
authored
Oct 11, 2021
by
Emmanuel Raviart
Browse files
Options
Downloads
Plain Diff
Merge branch 'ui-tutoriel' into 'master'
Ui tutoriel See merge request leximpact/leximpact-socio-fiscal-ui!53
parents
a9f6ad5e
8f211d4f
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!53
Ui tutoriel
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/lib/components/tutorial/StartTutorial.svelte
+1
-10
1 addition, 10 deletions
src/lib/components/tutorial/StartTutorial.svelte
src/routes/index.svelte
+10
-8
10 additions, 8 deletions
src/routes/index.svelte
with
11 additions
and
18 deletions
src/lib/components/tutorial/StartTutorial.svelte
+
1
−
10
View file @
64dc01d6
<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 "
>
Démarrer avec LexImpact
Modifier la loi en vigueur
</h1>
<h2
class=
"py-2 px-4 text-xl text-gray-600"
>
Pour modifier la loi et estimer la nouvelle réforme
</h2>
<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 à
droite et cliquez sur le nom d'un dispositif.
</p>
<div
class=
"m-4"
>
<img
src=
"/tutoriel-amender-la-loi.png"
alt=
"montre où cliquer pour amender un dispositif"
/>
</div>
</div>
This diff is collapsed.
Click to expand it.
src/routes/index.svelte
+
10
−
8
View file @
64dc01d6
...
...
@@ -516,7 +516,9 @@
</div>
{
#if
editionMode
.
mode
===
"
test_case
"
}
<h1
class=
"font-bold mb-5 mt-1 mx-5 text-3xl xl:text-4xl text-gray-600"
>
<h1
class=
"font-bold mb-5 mt-1 mx-5 text-2xl lg:text-3xl xl:text-4xl text-gray-600"
>
Configurer le cas type
</h1>
...
...
@@ -578,7 +580,9 @@
</div>
</div>
{
:else
if
editionMode
.
mode
===
"
test_case_with_variable_inputs
"
}
<h1
class=
"font-bold mb-5 mt-1 mx-5 text-3xl xl:text-4xl text-gray-600"
>
<h1
class=
"font-bold mb-5 mt-1 mx-5 text-2xl lg:text-3xl xl:text-4xl text-gray-600"
>
Configurer le cas type
</h1>
...
...
@@ -638,14 +642,14 @@
</div>
{
:else
if
editionMode
.
mode
===
"
tutorial
"
}
<h1
class=
"font-bold mb-5 mt-1 mx-5 text-3xl xl:text-4xl text-gray-600"
class=
"font-bold mb-5 mt-1 mx-5
text-2xl lg:
text-3xl xl:text-4xl text-gray-600"
>
Amender la loi
</h1>
<StartTutorial
/>
{
:else
if
editionMode
.
mode
===
"
variable_parameters
"
}
<h1
class=
"font-bold mb-5 mt-1 mx-5 text-3xl xl:text-4xl text-gray-600"
class=
"font-bold mb-5 mt-1 mx-5
text-2xl lg:
text-3xl xl:text-4xl text-gray-600"
>
Amender la loi
</h1>
...
...
@@ -763,10 +767,8 @@
</div> -->
</div>
</div>
<h1
class=
"font-bold my-5 text-2xl xl:text-3xl 2xl:text-4xl text-gray-600"
>
Visualiser les cotis.
&
presta. sociales d'un cas type
<h1
class=
"font-bold my-5 text-2xl lg:text-3xl xl:text-4xl text-gray-600"
>
Cotis.
&
presta. sociales d'un cas type
</h1>
</div>
<!-- Cas types avec leur waterfall -->
...
...
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