Skip to content

Conversation

ThomasSession
Copy link
Collaborator

This PR adds more UI and logic for the Pro Settings page.

Comment on lines +17 to +19
val newSubscriptionExpiryDate = ZonedDateTime.now()
.plus(duration)
.toInstant()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can just say Instant.now().plus(duration) to avoid going through ZonedDateTime but it doesn't really matter

@ThomasSession ThomasSession merged commit 695c1e7 into dev Sep 22, 2025
4 checks passed
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