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
0ee98e2f
Commit
0ee98e2f
authored
Apr 30, 2024
by
Toufic Batache
Browse files
Options
Downloads
Patches
Plain Diff
Better layout
parent
a5d235b0
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!210
Début du travail sur la nouvelle page d'accueil/d'atterrissage du simulateur
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/components/variables/VariableDetail.svelte
+89
-93
89 additions, 93 deletions
src/lib/components/variables/VariableDetail.svelte
with
89 additions
and
93 deletions
src/lib/components/variables/VariableDetail.svelte
+
89
−
93
View file @
0ee98e2f
...
...
@@ -250,13 +250,12 @@
</AccordionItem>
<AccordionItem
open=
{
true
}
title=
"Impacts cas types"
>
{
#if
filteredTestCases
.
length
>
0
}
<div
class=
"mb-10"
>
<span>
Situations types illustrant les mécanismes du dispositif «
<span
class=
"font-serif italic"
>
{
label
}
</span
>
» :
</span>
<div
class=
"mt-4 grid grid-cols-3 gap-5"
>
<div
class=
"mt-4
mb-10
grid grid-cols-3 gap-5"
>
{
#each
filteredTestCases
as
{
title
,
situations
,
indices
}}
<
a
class
=
"
group flex items-center gap-3 p-2 bg-neutral-100 border-b-4 border-b-le-vert-400 shadow-md hover:border-b-le-jaune-very-dark hover:scale-105 hover:shadow-lg transition-all
"
...
...
@@ -298,15 +297,13 @@
</a>
{
/each
}
</div>
</div>
{
/if
}
<div>
<span>
Consulter le dispositif «
<span
class=
"font-serif italic"
>
{
label
}
</span
>
» avec des cas types représentatifs :
</span>
<div
class=
"flex justify-between gap-1"
>
<div
class=
"
mt-4
flex justify-between gap-1"
>
{
#each
Object
.
keys
(
testCaseByDixieme
)
as
dixieme
}
<button
class=
"px-2 py-1 text-sm bg-neutral-100 border-y-4 border-transparent border-opacity-80 shadow"
...
...
@@ -361,7 +358,6 @@
</a>
{
/each
}
</div>
</div>
</AccordionItem>
</Accordion>
</aside>
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