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

refactor(Price add): On barcode manual input, show result confirmation before send #1108

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

raphodn
Copy link
Member

@raphodn raphodn commented Dec 9, 2024

What

Following #1102 where we merged the barcode scan & manual input in 1 single dialog.

Changes:

  • minimum dialog height
  • show product result on search + user needs to select the product for confirmation

Following feedback in #1085

Screenshot

image

@raphodn raphodn merged commit 82dadf9 into master Dec 9, 2024
6 of 7 checks passed
@raphodn raphodn deleted the raphodn/price-add-product-find-v2-barcode-result branch December 9, 2024 21:38
@TTalex
Copy link
Collaborator

TTalex commented Dec 10, 2024

Pretty cool !

Small detail, this seems to break pre-filling the barcode value. At a glance, it looks like there is a mismatch in variables names, but I haven't tested if that's the only issue.

  • barcodeInputPrefillValue in ProductInputRow parent
  • barcodeManualInputPrefillValue in props declaration
  • this.preFillValue in mounted.

@raphodn raphodn mentioned this pull request Dec 10, 2024
11 tasks
@raphodn
Copy link
Member Author

raphodn commented Dec 10, 2024

Small detail, this seems to break pre-filling the barcode value.

ahh you're right, i renamed the props but not quite everywhere 👀
pushing a fix. edit: done here 8af89a7

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

Successfully merging this pull request may close these issues.

2 participants