Friday, October 10, 2025
1 change · master
Code cleanup and technical improvements
The accounting dashboard now uses one shared approach for bank synchronization actions such as connecting, reconnecting, refreshing, and extending access. This reduces inconsistencies and makes the bank connection experience easier to maintain and more reliable for users.
Original PR description
Refactor to centralize the different bank synchronization actions on the accounting dashboard (connect, reconnect, refresh, extend) into a single template. This removes redundancy and fixes inconsistencies that appeared because each action was handled separately. Task-5068208