---
created: 2026-03-24T12:52:20.131Z
title: Avatar enlargement, card subtext repositioning, and Recipients view avatar rings
area: ui
files:
  - crates/app/src/dashboard/main.rs
  - crates/app/ui/card.slint
  - crates/app/ui/dashboard.slint
  - crates/app/src/dashboard/discovery.rs
---

## Problem

Three related UI polish issues on card display and the Recipients discovery view:

1. **Avatar image too small** — the recipient avatar on card tiles needs to be ~16-24px larger for better visual presence.

2. **Card subtext positioning** — the card subtext (e.g., order info) should be moved to sit directly below the card title rather than its current position, improving the visual hierarchy of the card tile.

3. **Recipients view missing avatar features** — the "By Recipient" discovery view does not currently show avatar images, Purpose-colored rings around avatars, or tooltips. These features exist on card tiles but are absent from the recipient option grid tiles.

## Solution

- Increase avatar `width`/`height` in the card Slint component by 16-24px and adjust surrounding layout padding
- Reposition the subtext element in the card layout to be directly under the title element
- In the Recipients discovery view option grid: render avatar images on recipient tiles, add Purpose-colored ring borders (matching the card tile pattern), and add tooltips showing recipient name/details on hover
