Skip to content

Fix: Reorder import buttons depending on OS

Liv M requested to merge livgm/drip:fix/button-order into main

Why this change?

When importing, the user is prompted with one of two options 1) Keep the existing data and replace only conflicts and 2) Start from scratch. The button order matches the description on Android devices but not on iOS devices where it is flipped. This is super confusing and could lead to someone accidentally deleting their entire data.

Description

I have tested this MR:

  • tested this PR on iOS simulator/physical device,
  • tested this PR on Android simulator/physical device,
  • ran e2e tests.

Steps to Test or Reproduce

Clone, navigate to import, look at buttons. The order of the buttons should match the order of the options in the description on both Android and iOS devices.

In addition:

Merge request reports