Skip to content

feat: enlarge fonts and header for TV viewing distance - #8

Merged
nicomiguelino merged 1 commit into
developmentfrom
feat/enlarge-fonts
Aug 21, 2026
Merged

feat: enlarge fonts and header for TV viewing distance#8
nicomiguelino merged 1 commit into
developmentfrom
feat/enlarge-fonts

Conversation

@nicomiguelino

Copy link
Copy Markdown
Contributor

Summary

  • Enlarges queue card, agent tile, and chart text to meet Android TV's minimum legibility guidelines for multi-meter viewing distances.
  • Enlarges and re-colors the app header to match the cards.
  • Adds TV-safe-area padding around the dashboard.
  • Renders only queue cards / agent tiles that fully fit on screen, instead of showing a truncated row.

- Bump queue-card, agent-tile, and chart tick font sizes to meet
  Android TV's minimum body/heading text guidelines
- Zoom and re-color the app header to match the queue cards
- Add TV-safe-area padding around the whole dashboard
- Only render queue cards and agent tiles that fully fit on
  screen, instead of showing a truncated row
- Regenerate screenshots
Copilot AI lite review requested due to automatic review settings August 21, 2026 17:44
@nicomiguelino nicomiguelino self-assigned this Aug 21, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Improves dashboard readability for Android TV by enlarging typography, adding safe-area spacing, and filtering content to fully visible items.

Changes:

  • Enlarges card, tile, chart, and header text.
  • Adds TV-safe-area padding.
  • Filters overflowing queue cards and agent tiles.

Reviewed changes

Copilot reviewed 6 out of 18 changed files in this pull request and generated 1 comment.

Show a summary per file
File Summary
src/templates/queue-chart.ts Enlarges chart labels.
src/templates/queue-card.ts Filters cards; moderate issue (4 votes): charts are initialized for removed cards and may leak Chart.js instances.
src/templates/index.ts Enables layout before measurement.
src/templates/agent-tile.ts Filters overflowing agent tiles.
src/style.css Enlarges dashboard typography.
index.html Adds safe-area spacing and enlarged header styling.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread src/templates/queue-card.ts
@nicomiguelino
nicomiguelino merged commit d06193f into development Aug 21, 2026
1 check failed
@nicomiguelino
nicomiguelino deleted the feat/enlarge-fonts branch August 21, 2026 17:47
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