Irfan Ömür
Irfan Ömür
Closes WOOMOB-370 ### Description This PR adds new navigation from the order detail screen to the Request refund for shipping label button if the new revamp shipping label flag is...
Closes WOOMOB-370 ### Description This PR adds additional logic for the visibility of the “Request refund” button. The logic was copied from the old flow. ### Steps to reproduce Open...
### Description This PR fixes the behavior after refunding a label. Previously, when a purchased shipment was refunded and the user returned to the main creation screen, the shipment was...
Closes WOOMOB-609 ### Description This makes following chages: - Removes the `ShipmentUIModel` parameter from `WooShippingLabelRefundFragment` arguments. The fragment is now initialized with only `labelId` and `orderId`. - Uses the currency...
Part of WOOMOB-373 ### Description This PR makes following changes: - Before, we had two models, `PurchasedLabelModel` and `ShippingLabelModel`. They were similar, but I initially created them as two models...
**Describe the bug** On the first screen of the JP connection flow, there is an unnecessary gap at the top that takes up most of the screen. **To Reproduce** Steps...
**Describe the bug** There is an unexpected white line edge of the order creation screen. It's visible in the dark mode. **To Reproduce** Steps to reproduce the behavior: 1. Set...
**Describe the bug** The top button on the empty site screen is not functioning. **To Reproduce** Steps to reproduce the behavior: 1. Have an account with no sites. 2. Launch...
**Describe the bug** When opening custom fields, they are updated in the background but still display outdated information. Opening them a second time shows the updated data. **To Reproduce** Steps...
Closes WOOMOB-1599 ### Description > **Note:** With Material there are two different styles of icons, Material Symbols (New) and Material Icons (**material-icons**). The [Material Icon library](https://developer.android.com/reference/kotlin/androidx/compose/material/icons/package-summary) includes a set of...