-
-
Notifications
You must be signed in to change notification settings - Fork 863
BUG: Negative Time Displayed in Submission Countdown Timer #4594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @RishabhJain2018 I'm new to this codebase, but I'm excited to give this a try. Let me know if that's okay! |
Sure, please give it a try! |
@RishabhJain2018 only the PR from the first contributor who commented is considered acceptable, but it looks like he made his submission without knowing that. |
@Amarta113 Sorry as this was not assigned to you and it was not solved i thought it would be fine if i take this one |
Hi @Sekhar-Kumar-Dash, the issue was actually assigned to me. It seems you may have missed the earlier comment and the announcement in the channel: Issues will be assigned on a first-come, first-served basis. The first person to comment on an issue will be assigned to it, and any other PRs for the same issue will be closed. |
hey @Amarta113 I get that . Actually i meant the issue is not assigned to you meaning this issue does not have any assignees thats the reason i got confused and thought this may be open for everyone. |
Description:
We encountered a UI bug where the countdown timer for the next set of submissions displays a negative value for seconds. This happened right after hitting the submission limit for the day.
Steps to Reproduce:
Expected Behavior:
The countdown timer should not display negative values. It should reset cleanly to
0 seconds
or roll over appropriately.Actual Behavior:
The seconds field briefly or persistently displays a negative number, e.g.,
-1 seconds
.Screenshot:

The text was updated successfully, but these errors were encountered: