Skip to content

Conversation

@dewanshparashar
Copy link
Contributor

@dewanshparashar dewanshparashar commented Nov 27, 2025

A user reported an issue where they couldn't perform a Lifi transaction on mobile. While the root cause is likely independent of our code, Upon checking, I came across a lot of low-hanging fixes related to our mobile layout. Fixed all of them.

  1. Custom Destination address overflowing. Need to shorten it.
image
  1. ToS checkbox alignment issue
image
  1. Custom destination address warnings abruptly clip off
image
  1. Our toasts show complete bytecode error for Lifi transfers
image

@vercel
Copy link

vercel bot commented Nov 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
arbitrum-portal Ready Ready Preview Nov 27, 2025 2:09pm

export function Checkbox({ labelClassName, label, ...props }: CheckboxProps) {
return (
<Switch.Group as="div" className="arb-hover flex flex-row items-center space-x-1">
<Switch.Group as="div" className="arb-hover flex flex-row items-start space-x-1">
Copy link
Contributor

Choose a reason for hiding this comment

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

Checkbox are not aligned anymore in lifi settings for example, I would maybe move that as a prop, or override it only for the disclaimer

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.

3 participants