Skip to content

Commit

Permalink
chore(TimerComponent): completely remove
Browse files Browse the repository at this point in the history
  • Loading branch information
harbassan committed Sep 17, 2024
1 parent e3d6fa4 commit a3dd85e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 260 deletions.
81 changes: 0 additions & 81 deletions frontend/src/components/TimerComponent/Notification.jsx

This file was deleted.

22 changes: 0 additions & 22 deletions frontend/src/components/TimerComponent/PopUp.jsx

This file was deleted.

20 changes: 0 additions & 20 deletions frontend/src/components/TimerComponent/ShowCounter.jsx

This file was deleted.

34 changes: 0 additions & 34 deletions frontend/src/components/TimerComponent/index.jsx

This file was deleted.

62 changes: 0 additions & 62 deletions frontend/src/components/TimerComponent/styles.css

This file was deleted.

33 changes: 0 additions & 33 deletions frontend/src/components/TimerComponent/useCountdown.jsx

This file was deleted.

8 changes: 0 additions & 8 deletions frontend/src/features/playScenario/PlayScenarioCanvas.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ export default function PlayScenarioCanvas({

return componentResolver(component, index, action);
})}
{scene.time && (
<CountdownTimer
targetDate={new Date().setSeconds(
new Date().getSeconds() + scene.time
)}
sceneTime={scene.time}
/>
)}
<ResetConfirmationModal
isOpen={isModalOpen}
onConfirm={handleConfirmReset}
Expand Down

0 comments on commit a3dd85e

Please sign in to comment.