You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we load all transactions between two people when the user views the friendship page. With the addition of @Bbowen100's recent work (#6). It allows us to hide settled transactions until the user explicitly clicks on them.
So it should be clear that we lazy load settled transactions (load them only when the user clicks on the button).
The text was updated successfully, but these errors were encountered:
Currently we load all transactions between two people when the user views the friendship page. With the addition of @Bbowen100's recent work (#6). It allows us to hide settled transactions until the user explicitly clicks on them.
So it should be clear that we lazy load settled transactions (load them only when the user clicks on the button).
The text was updated successfully, but these errors were encountered: