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

Implement Send Invoice flow from Global Create #40015

Merged
merged 64 commits into from
Apr 29, 2024

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    820276d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    b6689d3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature/global-send-invoice

    # Conflicts:
    #	src/pages/iou/request/IOURequestStartPage.js
    #	src/pages/iou/request/MoneyTemporaryForRefactorRequestParticipantsSelector.js
    #	src/pages/iou/request/step/withWritableReportOrNotFound.tsx
    VickyStash committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dd8d87b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    059f946 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Merge branch 'main' into feature/global-send-invoice

    # Conflicts:
    #	src/components/MoneyTemporaryForRefactorRequestConfirmationList.tsx
    #	src/pages/iou/request/MoneyTemporaryForRefactorRequestParticipantsSelector.js
    #	src/pages/iou/request/step/withFullTransactionOrNotFound.tsx
    #	src/pages/iou/request/step/withWritableReportOrNotFound.tsx
    VickyStash committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3456531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56e3b9a View commit details
    Browse the repository at this point in the history
  3. Code improvements

    VickyStash committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    23be9e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36b645e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f611c60 View commit details
    Browse the repository at this point in the history
  6. Fix navigation

    VickyStash committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c4b0fdb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad6829b View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Merge branch 'main' into feature/global-send-invoice

    # Conflicts:
    #	src/libs/API/parameters/index.ts
    #	src/libs/API/types.ts
    #	src/libs/Navigation/types.ts
    #	src/libs/ReportUtils.ts
    #	src/pages/iou/request/IOURequestStartPage.tsx
    #	src/pages/iou/request/step/withFullTransactionOrNotFound.tsx
    VickyStash committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a361e7e View commit details
    Browse the repository at this point in the history
  2. Minor lint fix

    VickyStash committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8895b17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7526db1 View commit details
    Browse the repository at this point in the history
  4. Minor UI fixes

    VickyStash committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e8f56c4 View commit details
    Browse the repository at this point in the history
  5. Fix translation

    VickyStash committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    66e6a31 View commit details
    Browse the repository at this point in the history
  6. Fix report preview message

    VickyStash committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0c2b802 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Merge branch 'main' into feature/global-send-invoice

    # Conflicts:
    #	src/pages/iou/request/MoneyTemporaryForRefactorRequestParticipantsSelector.js
    VickyStash committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    290eeb4 View commit details
    Browse the repository at this point in the history
  2. Minor code improvements

    VickyStash committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d831b0d View commit details
    Browse the repository at this point in the history
  3. Fix canSendInvoice check

    VickyStash committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    531b3c5 View commit details
    Browse the repository at this point in the history
  4. Minor code improvements

    VickyStash committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    dafdc75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96aa755 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Merge branch 'main' into feature/global-send-invoice

    # Conflicts:
    #	src/components/MoneyTemporaryForRefactorRequestConfirmationList.tsx
    #	src/libs/PolicyUtils.ts
    #	src/libs/actions/IOU.ts
    #	src/pages/iou/request/MoneyTemporaryForRefactorRequestParticipantsSelector.js
    #	src/pages/iou/request/step/IOURequestStepConfirmation.tsx
    VickyStash committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    111c1fa View commit details
    Browse the repository at this point in the history
  2. Minor improvements

    VickyStash committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4d872eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75f8b23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6db22e2 View commit details
    Browse the repository at this point in the history
  5. Code improvements

    VickyStash committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    173432f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    ae06c5b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature/global-send-invoice

    # Conflicts:
    #	src/languages/en.ts
    #	src/languages/es.ts
    #	src/libs/API/parameters/index.ts
    #	src/libs/ReportUtils.ts
    #	src/pages/iou/request/IOURequestStartPage.tsx
    VickyStash committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    42612fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f19a19c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into feature/global-send-invoice

    # Conflicts:
    #	src/components/MoneyTemporaryForRefactorRequestConfirmationList.tsx
    #	src/libs/ReportUtils.ts
    #	src/libs/actions/IOU.ts
    VickyStash committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    982ec59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c4209d View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into feature/global-send-invoice

    # Conflicts:
    #	src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.tsx
    VickyStash committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    aefb407 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    0738a3e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature/global-send-invoice

    # Conflicts:
    #	src/components/MoneyTemporaryForRefactorRequestConfirmationList.tsx
    #	src/pages/iou/request/MoneyTemporaryForRefactorRequestParticipantsSelector.js
    VickyStash committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    37ba264 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3c0e38 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into feature/global-send-invoice

    # Conflicts:
    #	src/SCREENS.ts
    #	src/libs/Navigation/AppNavigator/ModalStackNavigators/index.tsx
    #	src/libs/Navigation/types.ts
    VickyStash committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6687828 View commit details
    Browse the repository at this point in the history
  5. Lint fix

    VickyStash committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    4dd7699 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Merge branch 'main' into feature/global-send-invoice

    # Conflicts:
    #	src/components/MoneyRequestConfirmationList.tsx
    #	src/libs/PolicyUtils.ts
    #	src/libs/ReportUtils.ts
    #	src/libs/actions/IOU.ts
    #	src/pages/iou/request/IOURequestStartPage.tsx
    #	src/pages/iou/request/MoneyTemporaryForRefactorRequestParticipantsSelector.js
    #	src/pages/iou/request/step/IOURequestStepParticipants.tsx
    VickyStash committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    209ed51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8618241 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into feature/global-send-invoice

    # Conflicts:
    #	src/components/MoneyRequestConfirmationList.tsx
    VickyStash committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    41aa191 View commit details
    Browse the repository at this point in the history
  4. Lint fix

    VickyStash committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5ca73f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Merge branch 'main' into feature/global-send-invoice

    # Conflicts:
    #	src/CONST.ts
    #	src/components/MoneyRequestConfirmationList.tsx
    #	src/components/ReportWelcomeText.tsx
    #	src/libs/IOUUtils.ts
    #	src/libs/Navigation/types.ts
    #	src/libs/ReportUtils.ts
    #	src/pages/iou/request/IOURequestStartPage.tsx
    #	src/pages/iou/request/MoneyTemporaryForRefactorRequestParticipantsSelector.js
    #	src/pages/iou/request/step/IOURequestStepConfirmation.tsx
    #	src/pages/iou/request/step/IOURequestStepParticipants.tsx
    VickyStash committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2ab9717 View commit details
    Browse the repository at this point in the history
  2. TS fixes

    VickyStash committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5579af2 View commit details
    Browse the repository at this point in the history
  3. Lint fixes

    VickyStash committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5801e4f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    68afedd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature/global-send-invoice

    # Conflicts:
    #	src/libs/PolicyUtils.ts
    VickyStash committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5c8d058 View commit details
    Browse the repository at this point in the history
  3. Fixes after merging main

    VickyStash committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    31b47a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge branch 'main' into feature/global-send-invoice

    # Conflicts:
    #	src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.tsx
    #	src/pages/iou/request/MoneyTemporaryForRefactorRequestParticipantsSelector.js
    VickyStash committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b30e98f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e22c3eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3d0233 View commit details
    Browse the repository at this point in the history
  4. Remove unused style

    VickyStash committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    cc36c78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43c0ad7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e448d96 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into feature/global-send-invoice

    # Conflicts:
    #	src/libs/API/parameters/index.ts
    VickyStash committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    df9feae View commit details
    Browse the repository at this point in the history
  8. Lint fix

    VickyStash committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9e6a446 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Merge branch 'main' into feature/global-send-invoice

    # Conflicts:
    #	src/CONST.ts
    #	src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.tsx
    VickyStash committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    976967d View commit details
    Browse the repository at this point in the history
  2. Remove duplicates

    VickyStash committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    ff25547 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2f9320 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    c36bd3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88db153 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00f490a View commit details
    Browse the repository at this point in the history
  4. Fix LHN option display

    VickyStash committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ef766ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4371082 View commit details
    Browse the repository at this point in the history