Skip to content

Conversation

@dewanshparashar
Copy link
Contributor

@dewanshparashar dewanshparashar commented Jan 30, 2026

  • getting rid of the sidebar and deprecating cobalt in favor of new designs
  • shared wallet connection in Portal + Bridge: refactoring the Providers out of the Bridge/Portal apps to uplift the state in the app - aligning with our long term plan of simplifying the repo
  • UI Tweaks in various pages across Bridge + Portal to fit into the new navigation layout

@vercel
Copy link

vercel bot commented Jan 30, 2026

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

Project Deployment Actions Updated (UTC)
arbitrum-portal Ready Ready Preview Feb 12, 2026 8:26pm

Request Review

handleSelection: (item: SearchResult) => void;
}) => {
const pathname = usePathname();
const isOnBridgePage = pathname.startsWith('/bridge');
Copy link
Member

Choose a reason for hiding this comment

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

ref={inputRef}
type="text"
className="h-full w-full bg-transparent text-sm text-white placeholder-white/50 outline-none focus:outline-none focus:ring-0 focus:ring-offset-0 shadow-none"
name="portal-search"
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we use it anywhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There was an a11y warning in HTML to have id or name with an input element. this fixed that.

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