-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: update block tx headings #797
refactor: update block tx headings #797
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a few pages that still require some changes to header sizes.
- Multipay Transaction.
Recipient List
should be 24px - Multivote Transaction -
Multivote
should be 24px - Multisig Transaction -
Participants
should be 24px - Votes (
wallets/DJpFwW39QnQvQRQJF2MCfAoKvsX4DJ28jq/voters
) -Voters
should be 24px - Generated Blocks - (
/wallets/DJpFwW39QnQvQRQJF2MCfAoKvsX4DJ28jq/blocks
) -Block History
should be 24px.
should be done @samharperpittam |
resources/views/app/block.blade.php
Outdated
@@ -22,7 +22,7 @@ | |||
<x-ark-container> | |||
<div id="transaction-list" class="w-full"> | |||
<div class="flex relative justify-between items-end mb-3"> | |||
<h2>@lang('pages.block.transactions')</h2> | |||
<h2 class="text-2xl">@lang('pages.block.transactions')</h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexbarnsley above applies to a few files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ItsANameToo it's forced font size because they're 24px even on mobile devices. I didn't check the new ones Sam recommended though. I will check the things Sam asked to be changed too. Below is from the XD for the Block transactions headings
Summary
https://app.clickup.com/t/kza8rb
Checklist