Skip to content

[Frontend] Fix Mobile Responsiveness on Results Dashboard #34

Description

@CoffeeTheBest

Background

The Simulation Results Dashboard looks great on desktop monitors, but the CSS Grid layout gets extremely cramped and horizontally scrolls on mobile devices (screens smaller than 768px).

Objective

Refactor the Tailwind CSS classes on the dashboard so it gracefully stacks into a single column on mobile devices.

Requirements

  • Update the grid containers to use grid-cols-1 on mobile, and md:grid-cols-2 or lg:grid-cols-3 for larger screens.
  • Ensure that long transaction hashes break properly (break-all or truncate) so they don't force the screen to stretch horizontally on iPhones.
  • Verify the padding and margins feel balanced on mobile viewports.

Location

  • client/src/app/page.jsx or the specific Results Dashboard component.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions