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

Display receipts in chat #24235

Merged
merged 68 commits into from
Aug 21, 2023
Merged

Display receipts in chat #24235

merged 68 commits into from
Aug 21, 2023

Commits on Aug 7, 2023

  1. Disable copy to clipboard for report previews

    Andrew Li committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    a3b0dd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Show receipt image

    Andrew Li committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f143e1f View commit details
    Browse the repository at this point in the history
  2. Fix receipt image loading

    Andrew Li committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    04d0c3b View commit details
    Browse the repository at this point in the history
  3. Begin styling for multiple receipts

    Andrew Li committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7466501 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Fit images to container

    Andrew Li committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    941d730 View commit details
    Browse the repository at this point in the history
  2. Polish preview box on hover

    Andrew Li committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    cf4680f View commit details
    Browse the repository at this point in the history
  3. Only apply full width when fitting container

    Andrew Li committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f0ced3a View commit details
    Browse the repository at this point in the history
  4. Add scanning in progress

    Andrew Li committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e695401 View commit details
    Browse the repository at this point in the history
  5. Fix thumbnail and add correct optimistic filename

    Andrew Li committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4ae0c89 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Fix filename when not present

    Andrew Li committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5140fed View commit details
    Browse the repository at this point in the history
  2. Rename IOUPreview to MoneyRequestPreview

    Andrew Li committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4177c40 View commit details
    Browse the repository at this point in the history
  3. Implement whispers

    Andrew Li committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3f7acbe View commit details
    Browse the repository at this point in the history
  4. Update MoneyRequestPreview for receipts

    Andrew Li committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0f25a34 View commit details
    Browse the repository at this point in the history
  5. Refactor thumbnail/image for receipts

    Andrew Li committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d97b3bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb4120e View commit details
    Browse the repository at this point in the history
  7. Update scan in progress string

    Andrew Li committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b6280f2 View commit details
    Browse the repository at this point in the history
  8. Add receipt in money request view

    Andrew Li committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a7fe6c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Add receipt whisper to details

    Andrew Li committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3a1cd71 View commit details
    Browse the repository at this point in the history
  2. Move receipt whisper to header

    Andrew Li committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1c98982 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2b9529 View commit details
    Browse the repository at this point in the history
  4. Add receipt preview modal to money request view

    Andrew Li committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2c9768f View commit details
    Browse the repository at this point in the history
  5. Add receipt title and options for preview modal

    Andrew Li committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    570a5da View commit details
    Browse the repository at this point in the history
  6. Add additional money requests indicator and refactor

    Andrew Li committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    904edce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca2efcd View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Refactor image component and reuse

    Andrew Li committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2d2e584 View commit details
    Browse the repository at this point in the history
  2. Merge main

    Andrew Li committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b2ae453 View commit details
    Browse the repository at this point in the history
  3. Fix refactor of MoneyRequestImage

    Andrew Li committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ee8e83d View commit details
    Browse the repository at this point in the history
  4. Show comment and request count info correctly

    Andrew Li committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    acb2956 View commit details
    Browse the repository at this point in the history
  5. Fix linting and dependency cycle

    Andrew Li committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5d61c87 View commit details
    Browse the repository at this point in the history
  6. Run prettier

    Andrew Li committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2189b1e View commit details
    Browse the repository at this point in the history
  7. Update optimistic report preview data

    Andrew Li committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c039cd3 View commit details
    Browse the repository at this point in the history
  8. Add optimistic data for updating the report preview

    Andrew Li committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b20f2a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Remove MoneyRequestImage and update optimistic data

    Andrew Li committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    12536f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c2a7b7 View commit details
    Browse the repository at this point in the history
  3. Add file URI when using drag and drop

    Andrew Li committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2fcf052 View commit details
    Browse the repository at this point in the history
  4. Address comments and update comments and docs

    Andrew Li committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    64e5b37 View commit details
    Browse the repository at this point in the history
  5. Separate status bar from header

    Andrew Li committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4aee47b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60af804 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Rename to areAllRequestsBeingSmartScanned

    Andrew Li committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    143c780 View commit details
    Browse the repository at this point in the history
  2. Fix settlement button padding and typos

    Andrew Li committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4f2726a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02086e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d026dd View commit details
    Browse the repository at this point in the history
  5. Add arrow right on report preview/iou preview

    Andrew Li committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    eb96c58 View commit details
    Browse the repository at this point in the history
  6. Remove test code

    Andrew Li committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2fe3b2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ea46f9 View commit details
    Browse the repository at this point in the history
  8. Merge main

    Andrew Li committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a87ddcf View commit details
    Browse the repository at this point in the history
  9. Fix linting and prettier

    Andrew Li committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    739c315 View commit details
    Browse the repository at this point in the history
  10. Remove identifier

    Andrew Li committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ecd553b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Address comments

    Andrew Li committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a5b6dff View commit details
    Browse the repository at this point in the history
  2. Move status bar component and fix conditions

    Andrew Li committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b28d952 View commit details
    Browse the repository at this point in the history
  3. Fix prettier

    Andrew Li committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6c8be71 View commit details
    Browse the repository at this point in the history
  4. Remove dependency cycle by moving getNumberOfScanningReceipts and are…

    …AllReceiptsBeingSmartScanned to ReportUtils
    Andrew Li committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    25c91a0 View commit details
    Browse the repository at this point in the history
  5. Update Spanish translations

    Andrew Li committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    34ab456 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    Andrew Li committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    69b1e8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5155857 View commit details
    Browse the repository at this point in the history
  8. Separate last 3 receipts to display from total number of receipts in …

    …an IOU report
    Andrew Li committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    cc483cc View commit details
    Browse the repository at this point in the history
  9. Remove getNumberOfScanningReceipts

    Andrew Li committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7687d7f View commit details
    Browse the repository at this point in the history
  10. Fix header name

    Andrew Li committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4788324 View commit details
    Browse the repository at this point in the history
  11. Run prettier

    Andrew Li committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    dec55b4 View commit details
    Browse the repository at this point in the history
  12. Merge main

    Andrew Li committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5875061 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Fix weird Android image upload issue

    Andrew Li committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    55a66a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daa7e85 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

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

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    aad1961 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b12644c View commit details
    Browse the repository at this point in the history
  3. Fix lint

    Andrew Li committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    fec32bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c63f160 View commit details
    Browse the repository at this point in the history
  5. Fix lint

    Andrew Li committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    de09a89 View commit details
    Browse the repository at this point in the history