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

fix: billing email and deploy paywall copy #6132

Merged
merged 4 commits into from
Nov 26, 2024
Merged

Conversation

AdityaHegde
Copy link
Collaborator

@AdityaHegde AdityaHegde commented Nov 22, 2024

Copy link
Contributor

@ericpgreen2 ericpgreen2 left a comment

Choose a reason for hiding this comment

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

Code looks good. Note that I did not QA the product flow – assuming you have.

@@ -15,7 +15,7 @@
<mj-body>
<mj-section padding-top="24px">
<mj-column>
<mj-image container-background-color="#FFF" width="48px" src="https://cdn.rilldata.com/email-transactional/rill-logo.png" />
<mj-image container-background-color="#FFF" width="48px" src="https://cdn.rilldata.com/email-transactional/rill-logo-purple-square" />
Copy link
Contributor

@ericpgreen2 ericpgreen2 Nov 25, 2024

Choose a reason for hiding this comment

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

It'd be nice if this asset had a file extension

export function extractDeployError(error: ConnectError): DeployError {
export function extractDeployError(
error: ConnectError,
orgOnTrial: boolean,
Copy link
Contributor

Choose a reason for hiding this comment

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

This feels like a random parameter to add to this function – because it doesn't relate to "extracting" information from the error message. Maybe it'd make sense with a small name change: makeDeployError, makePrettyDeployError?

@AdityaHegde AdityaHegde merged commit 3f7e202 into main Nov 26, 2024
9 checks passed
@AdityaHegde AdityaHegde deleted the fix/billing-email-copy branch November 26, 2024 06:19
AdityaHegde added a commit that referenced this pull request Nov 26, 2024
* Update some billing email copy

* Update quota error to match plan

* Fix trial org usage percent

* PR comments
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