Marius Vigariu

Results 5 comments of Marius Vigariu

Try this: ``` let splitterClickCount = 0 const onSplitterClick = () => { splitterClickCount += 1 if (splitterClickCount === 2) { doStuffOnDblClick() splitterClickCount = 0 } } ```

I see what you mean and think about remaining time of a candle only makes sense when it is relative to the current one. And as a user I dont...

Regarding the indentation, I wouldn't say it is consistent. I've seen mixed indentation across the code, three spaces, tabs, etc I've also seen files with dos and unix format. I...

I would just create a separate component that accepts the timeframe as a prop, then when changing the timeframe just reinit the component

aye, roger that, feel free to close it if its not needed .. any thoughts on when the mobile design would be tackled?