-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat(dashboard): Allow creating customer and address inline on draft … #4952
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
Merged
biggamesmallworld
merged 20 commits into
vendurehq:master
from
Ryrahul:feat/dashboard-draft-order-inline-customer-address
Aug 4, 2026
+1,885
−211
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
c1bcb3f
feat(dashboard): Allow creating customer and address inline on draft …
Ryrahul 09dfe5b
fix(dashboard): Preserve selector tab state on draft order customer/a…
Ryrahul eea95a3
fix(dashboard): Address review feedback on draft order inline custome…
Ryrahul 558700a
chore(dashboard): Re-extract i18n catalogs after rebase on master
Ryrahul 656cb09
fix(dashboard): Prefill address form on modify page & add submitLabel…
Ryrahul a7f0fa7
refactor(dashboard): Move CreateCustomerInput & CreateAddressInput to…
Ryrahul bbc9074
refactor(dashboard): Use Order['shippingAddress'] for initialAddress …
Ryrahul 1e819e4
refactor(dashboard): Extract inline setValuesForUpdate to named function
Ryrahul b87edd9
fix(dashboard): Address all remaining review feedback
Ryrahul 52f9e0e
fix(dashboard): Make postalCode required to match Angular parity
Ryrahul 441ffbd
test(dashboard): Add e2e test for modify-page address update path
Ryrahul d123545
fix(dashboard): Fix Base UI popover dismiss, add Cancel to customer f…
Ryrahul bcd5f25
fix(dashboard): Await mutations before closing popovers
Ryrahul fd41e05
fix(dashboard): Remove unnecessary reason check from dismiss prevention
Ryrahul b402da5
fix(dashboard): Align Select address and Remove buttons, add optional…
Ryrahul bc9ef52
chore: Remove dev-server/graphql-env.d.ts from PR diff
Ryrahul a422cdc
fix(dashboard): handle EmailAddressConflictError in draft order inlin…
Ryrahul c9c0a0e
chore: revert dev-server graphql-env.d.ts to upstream master
Ryrahul ee15d4a
Merge branch 'master' into feat/dashboard-draft-order-inline-customer…
biggamesmallworld 9acfec8
chore(dashboard): re-extract i18n catalogs after merge with master
Ryrahul File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 test skips
client.login(), the next one does it. Pick one.