mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 20:03:52 +00:00
refactor: inactivity checks keyboard and has initial state
This commit is contained in:
committed by
Carlos Valente
parent
4320ad26a4
commit
5ad69b458d
@@ -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 />}
|
||||
|
||||
Reference in New Issue
Block a user