Skip to content
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

fix: Select date time dialog wrong values and wrong error messages #2170

Merged
merged 5 commits into from
Feb 19, 2025

Conversation

LunarX
Copy link
Contributor

@LunarX LunarX commented Feb 18, 2025

The error message sometimes not block the user when it should've or it would would block the user when it should not have. The values inside the time picker would also sometime be wrong and have a different one than the one displayed inside the dialog

The error message would stay when it should not have or would not show we it should have been there. This commit fixes this issue by centralizing the way to set a new selectedDate
Fixing this required to update the design in order for text fields to be on different lines because there's not enough space to display them side by side on small screens otherwise
Copy link

sonarqubecloud bot commented Feb 18, 2025

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@tevincent
Copy link
Contributor

And you have 3 SonarCloud issues. I think you can just mark them as Accepted issues ?

@LunarX
Copy link
Contributor Author

LunarX commented Feb 19, 2025

The sonar issues are actually false positive, this is some custom code of ours not a deprecated api. But yeah, I handled it thanks for notifying me

@LunarX LunarX merged commit e8a1615 into master Feb 19, 2025
6 checks passed
@LunarX LunarX deleted the select-date-time-dialog branch February 19, 2025 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants