feat(frontend): add CSV export for wallet and loan records#608
feat(frontend): add CSV export for wallet and loan records#608Feyisara2108 wants to merge 2 commits intoLabsCrypt:mainfrom
Conversation
ogazboiz
left a comment
There was a problem hiding this comment.
Frontend Prettier check is failing. Run this from the frontend/ directory and commit:
cd frontend
npx prettier --write .
git add -A
git commit -m 'style: apply prettier formatting'
git pushAlso rebase on main afterward to pick up a recent test fix in eventIndexer.test.ts.
|
The codebase issues on main have been resolved and all CI checks are passing now. Please rebase your branch to pull in the latest changes before continuing. Thanks for your patience. |
ogazboiz
left a comment
There was a problem hiding this comment.
Has merge conflicts. Same unrelated backend test changes as #605. The getLoanAsset function falls back to "USD" which is wrong if the loan is in XLM or another Stellar asset. The CSV utility itself is solid (BOM prefix, proper escaping). Fix conflicts and remove unrelated backend changes.
|
heads up, a few important changes just landed on main that affect your PR:
please rebase on latest main: git fetch upstream
git rebase upstream/main
git push --force-with-lease |
#586
closed