Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to the
ProofOfReserve
andMerchantTable
components to improve layout and functionality.Introduced
MerchantTable
component utilizingGenericTableLayout
for improved layout and code reuse.Removed
MerchantTableHeader
component as its functionality is now covered byGenericTableHeader
.Adjusted widths and text properties for better alignment and display in
MerchantTableItem
.Updated
ProofOfReserve
component to use the newMerchantTable
component.Added
![Screenshot 2024-10-29 at 09 58 53](https://private-user-images.githubusercontent.com/45665959/381052796-f11beb37-3b91-489c-bc0c-85b14ab74dd3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjk1MTMsIm5iZiI6MTczOTE2OTIxMywicGF0aCI6Ii80NTY2NTk1OS8zODEwNTI3OTYtZjExYmViMzctM2I5MS00ODljLWJjMGMtODViMTRhYjc0ZGQzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA2MzMzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA1ZDJjOGFkZDgyYWMzNGVlN2YwYjlkOTgzODMyYTU3NjM5ZmJkNzRmN2Y3ODcwNWIyYzgwOGUyYTE5NDM0OGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Npdn0fokZIH15xYPpBegZV91uYoLDyiR1a2zTPdNpzI)
Chain
column and adjusted widths for better display. Adjusted layout widths and addedChain
column header.