Skip to content

Commit

Permalink
remove waiting
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Mar 27, 2024
1 parent 80ebffa commit 65ab85e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 87 deletions.
7 changes: 0 additions & 7 deletions src/stories/utils/Orchestrator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
type LunaticData,
type LunaticState,
} from "@inseefr/lunatic";
import Waiting from "./waiting";
import { MuiDsfrThemeProvider } from "@codegouvfr/react-dsfr/mui";
import { Button } from "../../Button";
import { slotComponents } from "../..";
Expand Down Expand Up @@ -48,7 +47,6 @@ export const Orchestrator: (props: OrchestratorProps) => JSX.Element = ({
pageTag,
isFirstPage,
isLastPage,
waiting,
compileControls,
Provider,
} = useLunatic(source, data, {
Expand Down Expand Up @@ -97,11 +95,6 @@ export const Orchestrator: (props: OrchestratorProps) => JSX.Element = ({
pageTag={pageTag}
maxPage={maxPage}
/>
<Waiting status={waiting}>
<div className="waiting-orchestrator">
Initialisation des données de suggestion...
</div>
</Waiting>
</div>
</Provider>
);
Expand Down
1 change: 0 additions & 1 deletion src/stories/utils/waiting/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/stories/utils/waiting/preloader.svg

This file was deleted.

21 changes: 0 additions & 21 deletions src/stories/utils/waiting/waiting.scss

This file was deleted.

53 changes: 0 additions & 53 deletions src/stories/utils/waiting/waiting.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions src/utils/custom.d.ts

This file was deleted.

0 comments on commit 65ab85e

Please sign in to comment.