Henrique
Henrique
Resolve https://github.com/opencollective/opencollective/issues/5730 # Description Changes the currency formatting components and functions to use the currency decimal precision by default, this accommodates currencies such as JPY and KRW that do not...
The virtual cards attached to a collective are provided by the fiscal host. When a collective changes host (switched to a new host, or was un-hosted): - Delete the virtual...
Add tests covering two factor authentication lib options
# Description Adds an e2e to complete 2fa during creation of a oauth application.
Resolve https://github.com/opencollective/opencollective/issues/5730 moved https://github.com/opencollective/opencollective-frontend/pull/8004 to main repo # Description Changes the currency formatting components and functions to use the currency decimal precision by default, this accommodates currencies such as JPY...
Related https://github.com/opencollective/opencollective/issues/6484#issuecomment-1708155338 # Description Polling when editing the draft expense refreshes the form while is edited.
Related https://github.com/opencollective/opencollective/issues/6675 # Description https://www.figma.com/file/ZQBMWhnGGtRWeIZknFW1eP?type=design&node-id=20530:95717 # Screenshots Desktop  Mobile 
Building and running the API in ESM mode works: ``` npm run build && node ./dist ``` - [x] Fix development live reload - [x] Fix jest execution - [...