Gabriel Maldonado
Gabriel Maldonado
Ref: pdfdoF-4OF-p2#comment-5997 > Do we track any events on the list of plugins? Considering, out-dated plugins is one of the biggest friction points in the WordPress environment, I believe it’d...
I'm not entirely sure if this is coming from the AutomatticTracks pod or is something else in the WCiOS implementation, as the crash seemed to happen when attempting to create...
Closes: https://github.com/woocommerce/woocommerce-ios/issues/12701 https://github.com/woocommerce/woocommerce-ios/pull/12685 needs to be merged first. ## Description This PR builds up on top of the initial entry point and updates the following: - Updates the `PointOfSaleDashboardView` to...
The experimental entry point for POS currently works as a full-screen modal overlay, if we remove the modal behaviour, we inherit the app's top and bottom navigation. A minimal navigation...
Ref: TfaZ4LUkEwEGrxfnEFzvJj-fi-6_1657 Ideally let's apply the colors from a common extension to `Color`, as we do through WooFoundation now for WooCommerce through `Color.withColorStudio()`. From the current wireframes, we can use:...
UI-wise, we can start applying the different currencies via the existing `CurrencyFormatter`. While most of it is already in WooFoundation, there's some code and dependencies scattered through different frameworks. At...
The current `app` implementation of the card reader connection flow is through a series of modal alerts initialized through a common service provider. The specific modals for each stage of...
Ref: TfaZ4LUkEwEGrxfnEFzvJj-fi-6_1657 The dashboard should have the following UI components, all of them non-functional at the moment: - [ ] A custom navigation top bar with 3 toolbar items -...
Despite the initial POC being US only, the store could use different languages, text could be presented in LTR, or should be build using accessibility features. Let's assure the initial...