Dash - Update the Dash card view so that the implementation conforms to the attached designs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ayatana Design |
Fix Released
|
Critical
|
John Lea | ||
Unity |
Fix Released
|
Medium
|
Mirco Müller | ||
unity-2d |
Won't Fix
|
Medium
|
Unassigned | ||
unity (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
A 'card view' is currently used in the Gwibber lens, and also in some other 3rd party lenses. Update this view so that the shape, size and positioning of all elements exactly matches the attached designs.
If the images in the card view are a mix of square and landscape icons, the text composed to the right of the icon should consist of:
- 1 'header' line. Text automatically bold, lens has no control over styling
- 3 'body' lines. Text regular style, only control the lens has over styling is the ability to make specific words or letters bold
If the images in the card view are *only* landscape icons (e.g. in the Video Lens), the text composed to the right of the icon should consist of:
- 1 'header' line. Text automatically bold, lens has no control over styling
- 2 'body' lines. Text regular style, only control the lens has over styling is the ability to make specific words or letters bold
Related branches
- Andrea Cimitan (community): Approve (design)
-
Diff: 420 lines (+157/-98)5 files modifiedplugins/unityshell/src/LensView.cpp (+7/-0)
plugins/unityshell/src/ResultRendererHorizontalTile.cpp (+147/-95)
plugins/unityshell/src/ResultRendererHorizontalTile.h (+2/-0)
plugins/unityshell/src/ResultRendererTile.cpp (+0/-3)
plugins/unityshell/src/ResultRendererTile.h (+1/-0)
tags: | added: unity3p |
Changed in ayatana-design: | |
status: | Triaged → Fix Committed |
Changed in unity: | |
status: | Confirmed → Triaged |
importance: | Undecided → Medium |
tags: | added: top5p |
Changed in unity-2d: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
milestone: | none → 5.6 |
Changed in ayatana-design: | |
importance: | High → Critical |
Changed in unity-2d: | |
milestone: | 5.6 → 5.8 |
description: | updated |
Changed in unity: | |
assignee: | nobody → Mirco Müller (macslow) |
Changed in unity-2d: | |
milestone: | 5.8 → 5.10.0 |
Changed in unity: | |
status: | Triaged → In Progress |
Changed in unity: | |
status: | In Progress → Fix Committed |
Changed in unity (Ubuntu): | |
status: | Confirmed → Fix Committed |
Changed in unity: | |
milestone: | backlog → 5.10.0 |
Changed in unity-2d (Ubuntu): | |
status: | New → Confirmed |
Changed in unity (Ubuntu): | |
importance: | Undecided → Medium |
Changed in unity-2d (Ubuntu): | |
importance: | Undecided → Medium |
Changed in unity-2d: | |
assignee: | nobody → Gerry Boland (gerboland) |
status: | Confirmed → In Progress |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Changed in unity-2d: | |
milestone: | 5.10.0 → 5.12 |
Changed in unity-2d: | |
milestone: | 5.12 → 5.14 |
Changed in ayatana-design: | |
status: | Fix Committed → Fix Released |
tags: | removed: top5p udp unity3p |
no longer affects: | unity-2d (Ubuntu) |
Changed in unity-2d: | |
assignee: | Gerry Boland (gerboland) → nobody |
status: | In Progress → Won't Fix |
@John, We need more info:
[a] There is no design input for the highlight state (focus/over state)
[b] What happens if we have not a 64x64 px icon but for example a 256x128 one
[c] I cannot see the blurred effect behind each icons. Is this something wanted?