Skip to content
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

Remove "Decoded" column from events to improve mobile layout #672

Merged
merged 3 commits into from
Jul 6, 2023

Conversation

lukaw3d
Copy link
Member

@lukaw3d lukaw3d commented Jul 5, 2023

Related to #651 (comment)

Before After
localhost_1234_mainnet_emerald_tx_5277bcc0db638ec88bced8be20fb7828aed2b97fa9893470fa5ee124e3344cca (1) localhost_1234_mainnet_emerald_tx_5277bcc0db638ec88bced8be20fb7828aed2b97fa9893470fa5ee124e3344cca

@lukaw3d lukaw3d requested review from csillag and donouwens July 5, 2023 22:51
@github-actions
Copy link

github-actions bot commented Jul 5, 2023

Deployed to Cloudflare Pages

Latest commit: 86cd7e05e29f9c8a5fc0db03e27e7477b43d6574
Status:✅ Deploy successful!
Preview URL: https://ca98bd54.oasis-explorer.pages.dev

@lukaw3d lukaw3d force-pushed the lw/events-mobile branch from e591161 to 29a04c6 Compare July 5, 2023 22:54
@@ -179,8 +175,11 @@ const DecodedLogEvent: FC<{
<AccountLink
address={event.body.owner}
scope={scope}
plain={addressSwitchOption === AddressSwitchOption.ETH}
plain={addressSwitchOption !== AddressSwitchOption.Oasis}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the point of this change?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just more accurate: "We have oasis address, so plain when addressSwitchOption isn't what we have"

instead of "We have oasis address, so plain when addressSwitchOption is ETH"

Copy link
Contributor

@csillag csillag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed. LGTM.

@lukaw3d lukaw3d force-pushed the lw/events-mobile branch from 29a04c6 to 86cd7e0 Compare July 6, 2023 10:55
@lukaw3d lukaw3d enabled auto-merge July 6, 2023 10:55
@lukaw3d lukaw3d merged commit d60be79 into master Jul 6, 2023
@lukaw3d lukaw3d deleted the lw/events-mobile branch July 6, 2023 10:57
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.

2 participants