## Summary - Currently, transaction history is loaded on demand in a synchronous manner. - This means that the load time quickly becomes significant when the user has recorded a few transactions. - Refactor the display of transaction history with asynchronous programming to address this.