refactor: inactivity checks keyboard and has initial state

This commit is contained in:
Carlos Valente
2025-06-09 10:05:30 +02:00
committed by Carlos Valente
parent 4320ad26a4
commit 5ad69b458d
4 changed files with 32 additions and 15 deletions
@@ -132,7 +132,7 @@ function EventBlockInner(props: EventBlockInnerProps) {
duration={duration}
/>
)}
<div className={style.statusElements} id='block-status' data-timerType={timerType}>
<div className={style.statusElements} id='block-status' data-timertype={timerType}>
<span className={style.eventNote}>{note}</span>
<div className={loaded ? style.progressBg : `${style.progressBg} ${style.hidden}`}>
{loaded && <EventBlockProgressBar />}