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).
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).