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

[Feature/744] Added Until Release Display on Book Page #149

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

AurelicButter
Copy link
Owner

What Does This Do?

Adds a little text display by the release dates to showcase how many days are left until the book's release on the book page.

How is it Done?

Added another section in the aside area to house the new text display. Then, utilized Moment to determine if the dates were in the future, the next day, the same day, or in the past. Depending on that logic, the text display would either show for today's date and future dates. If the date was in the past, the text display would not appear.

In addition, fixed an internal code issue where BrowserModule was imported several times in the application. All except the root import of BrowserModule has been updated to CommonModule as is standard.

Related Tickets and Issues

Internal#744

Also replaced the BrowserModule with CommonModule as there should only be one BrowserModule import in the application.
@AurelicButter AurelicButter added the Enhancement New feature or request label Jun 20, 2024
@AurelicButter AurelicButter self-assigned this Jun 20, 2024
@AurelicButter AurelicButter merged commit 16d64ef into development Jun 21, 2024
3 checks passed
@AurelicButter AurelicButter deleted the feature/744 branch June 21, 2024 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant