Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Feb 6, 2026

Automatic Release PR

This PR was automatically created after changes were pushed to develop.

Commits: 1 new commit(s)

Checklist

  • Review all changes
  • Verify CI passes
  • Approve and merge when ready for production

)

* Fix date picker causing page reload in compliance transaction list

The useEffect triggered on every date change, setting isLoading=true
which replaced the entire page with a spinner, making date inputs
unusable. Now the API call is only triggered via a Search button,
and loading state is shown inline.

* Add kycFileId column and fix CHF volume formatting to 2 decimals

Use toFixed(2) instead of Math.round() in both TX list and KYC files
details to match exact DB precision. Add KycFileId column and filter
checkbox to transaction list.
@TaprootFreak TaprootFreak merged commit 91e81a3 into main Feb 6, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant