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

Promo codes #427

Open
wants to merge 72 commits into
base: master
Choose a base branch
from
Open

Promo codes #427

wants to merge 72 commits into from

Conversation

00salmon
Copy link
Contributor

@00salmon 00salmon commented Dec 2, 2024

Description of the change

Description here

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation or Development tools (readme, specs, tests, code formatting)

Links

  • Jira issue number: (PUT IT HERE)
  • Process.st launch checklist: (PUT IT HERE)

Checklists

Development

  • Prettier was run (if applicable)
  • The behaviour changes in the pull request are covered by specs
  • All tests related to the changed code pass in development

Paperwork

  • This pull request has a descriptive title and information useful to a reviewer
  • This pull request has a Jira number
  • This pull request has a Process.st launch checklist

Code review

  • Changes have been reviewed by at least one other engineer
  • Security impacts of this change have been considered

Copy link
Contributor

@zachharrison zachharrison left a comment

Choose a reason for hiding this comment

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

Couple things to cleanup, but otherwise things look good to me


/**
* @uiName Referral Codes
* @slots [{"name":"", "title":"Promo Codes Content"}]
Copy link
Contributor

@Locrian24 Locrian24 Feb 6, 2025

Choose a reason for hiding this comment

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

@Slots seem incomplete, should have "empty" and "loading" at least no?

Copy link
Contributor Author

@00salmon 00salmon Feb 6, 2025

Choose a reason for hiding this comment

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

In this case it looks like the loading and empty state are hard-coded in the file, might be a question of whether we should change that

@@ -1,7 +1,7 @@
{
"name": "@saasquatch/mint-components",
"title": "Mint Components",
"version": "1.11.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Flagging pre-release

@Locrian24
Copy link
Contributor

Remove sqm-pagination.feature

Comment on lines 74 to 77
<sqm-empty
emptyStateHeader="Your new codes and links aren’t ready yet"
emptyStateText="Please contact our program support team to let them know you’re out of codes."
></sqm-empty>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this empty state is not translatable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants