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
63b974a3
Unverified
Commit
63b974a3
authored
1 year ago
by
Dorine Lambinet
Browse files
Options
Downloads
Patches
Plain Diff
Affichage du panneau d'information en permanence
parent
10bed165
Branches
Branches containing commit
Tags
0.0.457
Tags containing commit
No related merge requests found
Pipeline
#10434
passed
1 year ago
Stage: build
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/app.postcss
+2
-2
2 additions, 2 deletions
src/app.postcss
src/lib/components/IntroWarningBillModal.svelte
+0
-0
0 additions, 0 deletions
src/lib/components/IntroWarningBillModal.svelte
src/routes/+page.svelte
+26
-3
26 additions, 3 deletions
src/routes/+page.svelte
with
28 additions
and
5 deletions
src/app.postcss
+
2
−
2
View file @
63b974a3
...
...
@@ -18,10 +18,10 @@
@layer components {
.link {
@apply underline hover:text-le-bleu;
@apply underline hover:text-le-bleu
cursor-pointer
;
}
.link2 {
@apply underline hover:text-gray-800;
@apply underline hover:text-gray-800
cursor-pointer
;
}
.opacity-0-unclickable {
@apply pointer-events-none opacity-0;
...
...
This diff is collapsed.
Click to expand it.
src/lib/components/IntroWarningBillModal
e
.svelte
→
src/lib/components/IntroWarningBillModal.svelte
+
0
−
0
View file @
63b974a3
File moved
This diff is collapsed.
Click to expand it.
src/routes/+page.svelte
+
26
−
3
View file @
63b974a3
...
...
@@ -32,7 +32,7 @@
import
CopyClipboard
from
"
$lib/components/CopyClipboard.svelte
"
import
CsgBudgetView
from
"
$lib/components/CsgBudgetView.svelte
"
import
CsgGagnantsPerdantsView
from
"
$lib/components/CsgGagnantsPerdantsView.svelte
"
import
IntroWarningBillModal
e
from
"
$lib/components/IntroWarningBillModal
e
.svelte
"
import
IntroWarningBillModal
from
"
$lib/components/IntroWarningBillModal.svelte
"
import
IrBudgetView
from
"
$lib/components/IrBudgetView.svelte
"
import
IrGagnantsPerdantsView
from
"
$lib/components/IrGagnantsPerdantsView.svelte
"
import
PersistentPopover
from
"
$lib/components/PersistentPopover.svelte
"
...
...
@@ -145,6 +145,7 @@
const
isSearchActive
=
getContext
(
"
isSearchActive
"
)
as
Writable
<
boolean
>
let
isTestCaseSelectModalOpen
=
false
let
isUserModificationsOpen
=
false
let
introWarningBillModalOpen
=
false
setContext
(
"
newSelfTargetAProps
"
,
newSelfTargetAProps
)
setContext
(
"
onCopyParameterLink
"
,
onCopyParameterLink
)
const
parametricReform
=
getContext
(
...
...
@@ -847,8 +848,6 @@
class:after:content-none=
{
!
$isSearchActive
}
class:overflow-hidden=
{
$isSearchActive
}
>
<IntroWarningBillModale
/>
<div
class=
"flex flex-[1_0_100%] flex-col overflow-x-clip transition-transform duration-500 ease-in-out-quart md:overflow-hidden"
class:
!
translate-x-
[
-33.3
%
]=
{
displayMode
.
edit
!==
undefined
}
...
...
@@ -1346,6 +1345,30 @@
class:pb-24=
{
$testCasesIndex
.
length
===
1
&&
displayMode
.
parametersVariableName
===
undefined
}
>
<div
class=
"shadow-md border bg-white mx-5 rounded-md mb-5"
>
<div
class=
"flex items-center justify-between bg-le-gris-dispositif-light border-b border-le-gris-dispositif py-1 px-2 lg:px-5"
>
<span
class=
"text-le-gris-dispositif-dark font-bold uppercase tracking-wider text-base"
><iconify-icon
class=
"mr-1 align-[-0.15rem] text-lg"
icon=
"ri-information-line"
/>
Information : Le simulateur configuré en vue de la période budgétaire
</span>
</div>
<p
class=
"px-2 lg:px-5 w-full text-left text-base py-1"
>
⚠️ L'hypothèse attendue pour 2024 actuellement affichée sera
confirmée par le PLF et le PLFSS en octobre.
<a
class=
"link"
on:click=
{
()
=>
(
introWarningBillModalOpen
=
true
)
}
>
En savoir plus
</a>
</p>
<IntroWarningBillModal
bind:isOpen=
{
introWarningBillModalOpen
}
/>
</div>
{
#if
displayMode
.
budget
}
{
#if
displayMode
.
parametersVariableName
!==
undefined
}
<div
class=
"mb-6 flex flex-col px-2 lg:px-5 w-screen md:w-full"
>
...
...
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