-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Countdown Blank #4
Comments
Hi ! Thanks for opening an issue about this 😁 You're right, I currently use the We can either remove the countdown timer on these launches and replace it with a "Time TBD" message, or we can remove them from the list and only display launches with a |
Some of the launches still seem to return a Date string, even if the API isn't 100% sure on the launch time (image below). My initial thoughts were we can just start the countdown using the utc string we get back. We could even go on to render only the "days" on the CountdownCard if all the time is zeroed out like in the screenshot above. Thought on this? |
I guess the
For the first one, we can keep the current behavior. In the other cases, your idea about displaying the number of days before/since the launch would work (we could even add years or months in case of a really old launch). I think we shouldn't display it the same as when we are sure about the time though. |
The countdown for some of the launches seem to be blank.
I did notice that the api data returns a wsstamp for each object, but for some (or possibly all) of the launches the value is just zero.
The text was updated successfully, but these errors were encountered: