LBTU-IT-M24 / ClassMate

2 stars 1 forks source link

Timer/Stopwatch component development #18

Closed RJSkudra closed 1 month ago

RJSkudra commented 2 months ago

Description

Implement a component that would allow user to start a timer and manage stopwatch (with an option to switch between timer and stopwatch)

TODO

andrejste7 commented 1 month ago

What to test?

SandisAbele commented 1 month ago

Tested: firefox_PzF4dEq9rY

Seems like there is a bug regarding the timer running out and setting another value, it is offset by the time that just ran out, i.e - If i set the timer to 00:00:05 (5sec) and let it run out, works fine, but when I try to set it to 5sec again, it shows me that it's set to 00:00:00.

Likewise I imagine this happens with any time-frame running out.

Returning to DEV @arturslast

p.s might be worth while having some noise or ding when it stops, to notify the user.

arturslast commented 1 month ago

@SandisAbele can be re-tested in test branch. Added sound on times-up

SandisAbele commented 1 month ago

Retested:

Seems like there is a bug with the "Font Size" slider -> It doesn't really do anything

firefox_eTBVfOQFW9

Returning to DEV @LabaisLatvietis

LabaisLatvietis commented 1 month ago

Do the thing

SandisAbele commented 1 month ago

Retested

Font size now does change the actual number size the timer/stopwatch displays. Other features were tested before and work as expected.

QA Pass.