Skip to content

fix(ui): improve monitor list readability on mobile#6699

Merged
CommanderStorm merged 3 commits intolouislam:masterfrom
AnuragEkkati:fix/mobile-heartbeatbar-width
Jan 13, 2026
Merged

fix(ui): improve monitor list readability on mobile#6699
CommanderStorm merged 3 commits intolouislam:masterfrom
AnuragEkkati:fix/mobile-heartbeatbar-width

Conversation

@AnuragEkkati
Copy link
Copy Markdown
Contributor

Summary

On mobile and tablet devices, heartbeat bars took up too much space (50% width), leaving insufficient room for monitor names and making the UI hard to use.

In this pull request, the following changes are made:

  • Made the layout responsive so smaller screens show fewer heartbeat bars and more space for monitor names.
Please follow this checklist to avoid unnecessary back and forth (click to expand)
  • ⚠️ If there are Breaking change (a fix or feature that alters existing functionality in a way that could cause issues) I have called them out
  • 🧠 I have disclosed any use of LLMs/AI in this contribution and reviewed all generated content.
    I understand that I am responsible for and able to explain every line of code I submit.
  • 🔍 Any UI changes adhere to visual style of this project.
  • 🛠️ I have self-reviewed and self-tested my code to ensure it works as expected.
  • 📝 I have commented my code, especially in hard-to-understand areas (e.g., using JSDoc for methods).
  • 🤖 I added or updated automated tests where appropriate.
  • 📄 Documentation updates are included (if applicable).
  • 🧰 Dependency updates are listed and explained.
  • ⚠️ CI passes and is green.

Screenshots for Visual Changes

Event Before After
iphone 14 pro max Before After
iphone 12 pro Before After
ipad Air Before After
ipad mini Before After
ipad pro Before After
pixel 7 Before After
samsung galaxy A51/71 Before After
Desktop Before After

@CommanderStorm CommanderStorm added this to the 2.1.0 milestone Jan 13, 2026
Copy link
Copy Markdown
Collaborator

@CommanderStorm CommanderStorm left a comment

Choose a reason for hiding this comment

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

Thank you! ❤️

@CommanderStorm CommanderStorm enabled auto-merge (squash) January 13, 2026 08:34
@CommanderStorm CommanderStorm merged commit 70d541a into louislam:master Jan 13, 2026
24 checks passed
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.

Reduce the number of heartbeats shown on mobile

2 participants