-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add custom tag hex and liquidation auction info to advanced page #822
Conversation
haydenshively
commented
Feb 24, 2024
•
edited
Loading
edited
![image](https://private-user-images.githubusercontent.com/17186559/307629858-8dd81a5e-002c-4ad8-826a-0fb7cb833883.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzQzOTk4MzUsIm5iZiI6MTczNDM5OTUzNSwicGF0aCI6Ii8xNzE4NjU1OS8zMDc2Mjk4NTgtOGRkODFhNWUtMDAyYy00YWQ4LTgyNmEtMGZiN2NiODMzODgzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMjE3VDAxMzg1NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM4NjY0NGUxYjdmMGQ5ZmMxMzg5YmMxNDUwNDQzNWYwNDQ3Zjk1Yzg1YTQ0NjA0MGRkMzQwOTgxODZiYTBmZGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.MdXwKs83rAzUdVCOAqEipd56ZwpNNZ3OU153ZQUMF4U)
✅ Deploy Preview for aloe-prime canceled.
|
✅ Deploy Preview for aloe-earn ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for aloe-blend-staging canceled.
|
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.
Initial review: to be continued
{mostRecentModifyHash && ( | ||
<HorizontalMetricCard label='Last Modified'> | ||
<Text size='M'> | ||
<a className='underline text-purple' rel='noreferrer' target='_blank' href={mostRecentModifyUrl}> | ||
{mostRecentModifyTimeStr} | ||
</a>{' '} | ||
using {mostRecentManagerName ? 'the ' : 'an '} | ||
<a className='underline text-purple' rel='noreferrer' target='_blank' href={mostRecentManagerUrl}> | ||
{mostRecentManagerName ?? 'unknown manager'} | ||
</a> | ||
</Text> | ||
</HorizontalMetricCard> | ||
)} |
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.
Different parts of this will be available at different times making it look a bit weird. It would be nice to add a placeholder of some kind.