This PR fixes an UI issue where we were mixing all the inputs sat bundles under one bundle. The fix shows a sat bundle for each input with an exotic or inscription and it also removes the bundle size component
Change logic in useDetectOrdinalInSignPsbt.ts to have an array of bundles
Use changes in useDetectOrdinalInSignPsbt.ts to show a sat bundle for each input with an exotic or inscription with the input number as a title in single PSBT and batch PSBT
Remove bundle size component
β Review checklist
Please ensure the following are true before merging:
[ ] Code Style is consistent with the project guidelines.
[ ] Code is readable and well-commented.
[ ] No unnecessary or debugging code has been added.
[ ] Security considerations have been taken into account.
[ ] The change has been manually tested and works as expected.
[ ] Breaking changes and their impacts have been considered and documented.
[ ] Code does not introduce new technical debt or issues.
π PR Type
π Background
This PR fixes an UI issue where we were mixing all the inputs sat bundles under one bundle. The fix shows a sat bundle for each input with an exotic or inscription and it also removes the bundle size component
Issue Link: #ENG-3392
π Changes
β Review checklist
Please ensure the following are true before merging: