Skip to content

Conversation

fPolic
Copy link
Contributor

@fPolic fPolic commented Sep 1, 2025

What

  • ensure unique promotion changes are displayed in the activity section
  • check linked promotions by id and not code
  • list promotions - add id param
  • make address payload fields nullish
  • Add items view UI tweaks

CLOSES SUP-2400

Copy link

changeset-bot bot commented Sep 1, 2025

🦋 Changeset detected

Latest commit: 40e1e3d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 71 packages
Name Type
@medusajs/draft-order Patch
@medusajs/types Patch
@medusajs/medusa Patch
@medusajs/framework Patch
@medusajs/js-sdk Patch
@medusajs/modules-sdk Patch
@medusajs/orchestration Patch
@medusajs/utils Patch
@medusajs/workflows-sdk Patch
@medusajs/medusa-oas-cli Patch
@medusajs/admin-bundler Patch
@medusajs/dashboard Patch
integration-tests-http Patch
@medusajs/test-utils Patch
@medusajs/analytics Patch
@medusajs/api-key Patch
@medusajs/auth Patch
@medusajs/cache-inmemory Patch
@medusajs/cache-redis Patch
@medusajs/cart Patch
@medusajs/currency Patch
@medusajs/customer Patch
@medusajs/event-bus-local Patch
@medusajs/event-bus-redis Patch
@medusajs/file Patch
@medusajs/fulfillment Patch
@medusajs/index Patch
@medusajs/inventory Patch
@medusajs/link-modules Patch
@medusajs/locking Patch
@medusajs/notification Patch
@medusajs/order Patch
@medusajs/payment Patch
@medusajs/pricing Patch
@medusajs/product Patch
@medusajs/promotion Patch
@medusajs/region Patch
@medusajs/sales-channel Patch
@medusajs/settings Patch
@medusajs/stock-location Patch
@medusajs/store Patch
@medusajs/tax Patch
@medusajs/user Patch
@medusajs/workflow-engine-inmemory Patch
@medusajs/workflow-engine-redis Patch
@medusajs/analytics-local Patch
@medusajs/analytics-posthog Patch
@medusajs/auth-emailpass Patch
@medusajs/auth-github Patch
@medusajs/auth-google Patch
@medusajs/file-local Patch
@medusajs/file-s3 Patch
@medusajs/fulfillment-manual Patch
@medusajs/locking-postgres Patch
@medusajs/locking-redis Patch
@medusajs/notification-local Patch
@medusajs/notification-sendgrid Patch
@medusajs/payment-stripe Patch
@medusajs/core-flows Patch
@medusajs/cli Patch
@medusajs/oas-github-ci Patch
@medusajs/telemetry Patch
@medusajs/admin-sdk Patch
@medusajs/admin-shared Patch
@medusajs/admin-vite-plugin Patch
@medusajs/icons Patch
@medusajs/toolbox Patch
@medusajs/ui-preset Patch
create-medusa-app Patch
medusa-dev-cli Patch
@medusajs/ui Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Sep 1, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

8 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
api-reference Ignored Ignored Sep 3, 2025 5:14pm
api-reference-v2 Ignored Ignored Preview Sep 3, 2025 5:14pm
cloud-docs Ignored Ignored Preview Sep 3, 2025 5:14pm
docs-ui Ignored Ignored Preview Sep 3, 2025 5:14pm
docs-v2 Ignored Ignored Preview Sep 3, 2025 5:14pm
medusa-docs Ignored Ignored Preview Sep 3, 2025 5:14pm
resources-docs Ignored Ignored Preview Sep 3, 2025 5:14pm
user-guide Ignored Ignored Preview Sep 3, 2025 5:14pm

@fPolic fPolic changed the title wip(draft-order): ui polish wip(draft-order, medusa): ui polish Sep 3, 2025
@fPolic fPolic changed the title wip(draft-order, medusa): ui polish fix(draft-order, medusa): ui polish Sep 3, 2025
@fPolic fPolic changed the title fix(draft-order, medusa): ui polish fix(draft-order, medusa, types): ui polish Sep 3, 2025
@fPolic fPolic marked this pull request as ready for review September 3, 2025 17:03
@fPolic fPolic requested a review from a team as a code owner September 3, 2025 17:03
@@ -1078,6 +1078,11 @@ export interface BaseOrderChange {
* The order change action details.
*/
export interface BaseOrderChangeAction {
/**
* The ordering of the order change action
Copy link
Contributor

Choose a reason for hiding this comment

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

Was not clear to me at first glance. Maybe adding something to specify that we use it for sorting? Or maybe the field could be called "priority"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it is used to keep track of the order of actions of an order change, it was just useful for sorting in this case

@kodiakhq kodiakhq bot merged commit 0000ed6 into develop Sep 5, 2025
25 checks passed
@kodiakhq kodiakhq bot deleted the chore/do-ui-tweaks branch September 5, 2025 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants