mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
* Align amount conversion utilities between api and loot-core Updates api amount conversion utilities to align with loot-core, improving consistency and maintainability across the project. Uses decimal places as parameters in conversion functions. * Moves amount conversion utils to core Moves amount conversion utilities to the core library. This change consolidates these utilities for better code reuse and maintainability across different parts of the application. It removes the duplicate definition from the API package and imports it from the core library where it is shared.
117 B
117 B
category, authors
| category | authors | |
|---|---|---|
| Enhancements |
|
Align amount conversion utilities between api and loot-core