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

Avoid rendering "Invalid date" #606

Merged
merged 2 commits into from
Jun 5, 2024
Merged

Commits on Jun 5, 2024

  1. Avoid rendering "Invalid date"

    We've got multiple issues with people complaining about
    "Invalid date". Often enough, that string is simply rendered
    because there (rightly) is no date available. Expected behaviour
    is to render the empty string, so this does that in a bunch of places.
    Arnei committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f4426c9 View commit details
    Browse the repository at this point in the history
  2. Fix type error

    Wrongly typed as number but is string
    Arnei committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    01d86f1 View commit details
    Browse the repository at this point in the history