Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSlain committed Nov 27, 2024
1 parent 7f614d9 commit 1097337
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 1,026 deletions.
29 changes: 0 additions & 29 deletions src/components/Chat/Avatar.tsx

This file was deleted.

9 changes: 0 additions & 9 deletions src/components/Chat/AvatarContainer.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions src/components/Chat/ChatAdditionalContainer.tsx

This file was deleted.

9 changes: 0 additions & 9 deletions src/components/Chat/ChatHeightContainer.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions src/components/Chat/GlobalChatContainer.tsx

This file was deleted.

24 changes: 0 additions & 24 deletions src/components/Chat/NewQuestion.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions src/components/Chat/StreamingMessage.tsx

This file was deleted.

32 changes: 0 additions & 32 deletions src/components/Meeting/MeetingAdditionalInformation.tsx

This file was deleted.

42 changes: 0 additions & 42 deletions src/components/Meeting/MeetingDefaultQuestions.tsx

This file was deleted.

10 changes: 0 additions & 10 deletions src/components/Meeting/MeetingEditQuestion.tsx

This file was deleted.

64 changes: 0 additions & 64 deletions src/components/Meeting/MeetingFeedback.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions src/components/Meeting/MeetingFirstQuestionSidePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,6 @@ import { GlobalColContainer } from 'components/Global/GlobalColContainer'
import { OneThirdScreenWidth } from 'components/Global/OneThirdScreenWidth'
import { useEffect } from 'react'

export function FirstQuestionExample({
setQuestionInput,
}: { setQuestionInput: (question: string) => void }) {
return (
<div className="fr-mb-2w">
<h6 style={{ lineHeight: 1 }} className="fr-mb-3v">
Première utilisation ?
</h6>
<p className="fr-mb-3v">Cliquez sur la question pour tester Albert</p>
<button
type="button"
className="fr-mb-1w "
onClick={() => setQuestionInput('Peut-on faire une saisie sur le RSA ?')}
>
<div className="fr-px-2w fr-py-3v inline-flex h-full w-full rounded fr-background-alt--blue-france">
Peut-on faire une saisie sur le RSA ?
</div>
</button>
</div>
)
}
export function MeetingFirstQuestionHelper({
setContext,
}: {
Expand Down
61 changes: 0 additions & 61 deletions src/components/Meeting/MeetingInputButton.tsx

This file was deleted.

34 changes: 0 additions & 34 deletions src/components/Meeting/MeetingInputFields.tsx

This file was deleted.

Loading

0 comments on commit 1097337

Please sign in to comment.