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

Hide claims closing date banner when claim window has closed #827

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

Nitemaeric
Copy link
Contributor

Context

We want to stop showing the claims closing date notification banner once the claims window has closed.

We will then have time to manually remove this dead code any time past July 20, 2024.

Changes proposed in this pull request

  • Only show the banner before July 20, 2024.

Guidance to review

Try changing the Date.parse("20 July 2024").future? line to Date.parse("8 July 2024").future?. This will return false and therefore the banner will show until it becomes the 20th.

@Nitemaeric Nitemaeric self-assigned this Jul 8, 2024
@Nitemaeric Nitemaeric requested a review from a team as a code owner July 8, 2024 13:59
@Nitemaeric Nitemaeric merged commit 02b8f00 into main Jul 8, 2024
8 checks passed
@Nitemaeric Nitemaeric deleted the dd/hide-banner-on-july-20 branch July 8, 2024 15:33
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.

2 participants