-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
feat(dashboard,medusa): Promotion Campaign fixes #7337
Conversation
* feat: Add support for sendgrid and logger notification providers * fix: changes based on PR review
* chore: add action to automatically label docs * removes the paths param
* configured base paths + added development banner * fix typelist site url * added navbar and sidebar badges * configure algolia filters * remove AI assistant * remove unused imports * change navbar text and badge * lint fixes * fix build error * add to api reference rewrites * fix build error * fix build errors in user-guide * fix feedback component * add parent title to pagination * added breadcrumbs component * remove user-guide links * resolve todos * fix details about authentication * change documentation title * lint content
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
|
|
...in-next/dashboard/src/v2-routes/promotions/promotion-add-campaign/promotion-add-campaign.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is a bit too hard to review as it is composed of many small changes. Therefore, I would rather just have this merged and then review the promotions module all together in the next couple of months.
What do you think?
That said, I left a few comments on things that would be good to have documented for understanding.
) | ||
}} | ||
/> | ||
<div></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rm?
<div></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is actually needed to keep the grid spot the same size :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh I see :smile
@@ -4,6 +4,7 @@ export type AdminGetPromotionRulesRes = { | |||
attribute_label: string | |||
field_type?: string | |||
operator: string | |||
hydrate: boolean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thought: Could I get you to write a brief doc on how all of these properties tie together and their function, specifically hydrate and disguised? I lost track of that over the past months 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes will do, I think most of these can now be removed as we don't use them anymore. Will do a cleanup after all the kinks are sorted. 🤞🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great 💪
@@ -1,6 +1,7 @@ | |||
export enum DisguisedRule { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same for this. Please include this attributes map in the doc 🙏
@@ -4,9 +4,9 @@ export const ruleQueryConfigurations = { | |||
labelAttr: "name", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And this :D
314517a
to
d1b1fd8
Compare
This PR currently has a merge conflict. Please resolve this and then re-add the |
… for UI extensions (#7383) * intial work * update lock * add routes and fix HMR of configs * cleanup * rm imports * rm debug from plugin * address feedback * address feedback
what: