Skip to content

feat(ui): shrink Integrations tiles and show host app icons - #77

Merged
DevVig merged 1 commit into
mainfrom
feat/integrations-compact-icons
Jul 21, 2026
Merged

DevVig merged 1 commit into
mainfrom
feat/integrations-compact-icons

Conversation

@DevVig

@DevVig DevVig commented Jul 21, 2026

Copy link
Copy Markdown
Owner

Summary

  • Shrink Integrations tiles to a dense ~72px grid (3–5 columns)
  • Show each host’s real macOS app icon (Synara, Claude, ChatGPT/Codex, Cursor, T3, CNVS, etc.)
  • Keep traffic-light status + hover diagnostics; click still opens the setup detail strip

Test plan

  • npm test -- --run (16 passed)
  • npm run build (icons hashed into dist)
  • Settings → Integrations: tiles are compact with recognizable icons
  • Hover Synara / Claude / Cursor for diagnostics; click Cursor for Repair

Made with Cursor

Replace oversized square tiles with a denser 72px icon grid using each
host’s macOS app icon, keeping traffic-light status and hover diagnostics.
Copilot AI review requested due to automatic review settings July 21, 2026 00:31
@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 30 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9458ae95-baa2-4e8d-a230-e23cbc4ddb3f

📥 Commits

Reviewing files that changed from the base of the PR and between d07a5b6 and 3eaec50.

⛔ Files ignored due to path filters (10)
  • apps/microbridge-ui/src/assets/integrations/chatgpt.png is excluded by !**/*.png
  • apps/microbridge-ui/src/assets/integrations/claude.png is excluded by !**/*.png
  • apps/microbridge-ui/src/assets/integrations/cnvs.png is excluded by !**/*.png
  • apps/microbridge-ui/src/assets/integrations/codex.png is excluded by !**/*.png
  • apps/microbridge-ui/src/assets/integrations/conductor.png is excluded by !**/*.png
  • apps/microbridge-ui/src/assets/integrations/cursor.png is excluded by !**/*.png
  • apps/microbridge-ui/src/assets/integrations/factory.png is excluded by !**/*.png
  • apps/microbridge-ui/src/assets/integrations/opencode.png is excluded by !**/*.png
  • apps/microbridge-ui/src/assets/integrations/synara.png is excluded by !**/*.png
  • apps/microbridge-ui/src/assets/integrations/t3code.png is excluded by !**/*.png
📒 Files selected for processing (6)
  • apps/microbridge-ui/src/assets/integrations/README.md
  • apps/microbridge-ui/src/components/IntegrationCard.tsx
  • apps/microbridge-ui/src/lib/integrationIcons.ts
  • apps/microbridge-ui/src/surfaces/Settings.tsx
  • apps/microbridge-ui/src/surfaces/surfaces.test.tsx
  • docs/design/README.md

Comment @coderabbitai help to get the list of available commands.

@DevVig
DevVig merged commit 82572b2 into main Jul 21, 2026
7 of 8 checks passed
@DevVig
DevVig deleted the feat/integrations-compact-icons branch July 21, 2026 00:32

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

This PR updates the Settings → Integrations UI to use a denser tile layout and display real host app icons, while preserving the existing traffic-light status/diagnostics and actionable-detail behavior.

Changes:

  • Switch Integrations tiles to a denser 3–5 column grid and reduce tile height.
  • Add per-integration icon rendering in both the tile and the selected detail panel.
  • Add an integrationIcon() helper backed by imported PNG assets, and update tests/docs to reflect the UI change.

Reviewed changes

Copilot reviewed 6 out of 16 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
docs/design/README.md Updates design notes to match the denser icon-based Integrations grid.
apps/microbridge-ui/src/surfaces/surfaces.test.tsx Updates integration surface assertions for the new grid and icon rendering.
apps/microbridge-ui/src/surfaces/Settings.tsx Uses the new dense grid classes and wires iconSrc into tiles + detail view.
apps/microbridge-ui/src/lib/integrationIcons.ts Introduces icon mapping + lookup helper for adapter IDs.
apps/microbridge-ui/src/components/IntegrationCard.tsx Renders icon (or initial fallback) and updates tile sizing/typography.
apps/microbridge-ui/src/assets/integrations/README.md Documents the purpose/ownership of the included integration icon assets.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +12 to +25
/** App icons keyed by daemon adapter id. */
export const INTEGRATION_ICONS: Record<string, string> = {
chatgpt,
claude,
claude_desktop: claude,
cnvs,
codex,
conductor,
cursor,
factory,
opencode,
synara,
t3code,
};
Comment on lines 149 to +151
expect(html).toContain("Repair bundled integration");
expect(html).toContain("hover for detail");
expect(html).toContain('width="28"');
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