Bug 390154

Summary: Settings page list items should follow Kirigami HIG and use a a desktop UI metaphor when not in mobile mode
Product: [Applications] Discover Reporter: Nate Graham <nate>
Component: discoverAssignee: Aleix Pol <aleixpol>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 5.12.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on: 364383    
Bug Blocks:    
Attachments: Inappropriate dot grid icons in Desktop mode

Description Nate Graham 2018-02-09 14:25:18 UTC
Created attachment 110485 [details]
Inappropriate dot grid icons in Desktop mode

List items on Discover's Sources page use a mobile UI for "on-demand controls" on the Settings page, displaying a "slide to expose more controls" button on the right side.

This goes against the Kirigami HIG in two ways:

1. On Demand controls (https://community.kde.org/KDE_Visual_Design_Group/KirigamiHIG/CommandPatterns)
"If the main task for a list is selecting an item, but users often perform "quick actions" on a single list item, use on-demand controls, which are shown on mouse-over in pointing device oriented interfaces, and via a "slide-to-reveal" handle in touch-based interfaces. "

2. Optimized convergence
https://community.kde.org/KDE_Visual_Design_Group/KirigamiHIG/Principles/OptimizedConverence
"Kirigami is not about simple "responsive" user interfaces, though (i.e. those which just adapt their layout a bit), but really optimized ones. For example, "pointing device + keyboard" UIs should use mouse-over/hover effects to reveal inline controls, whereas touch UIs should use touch gestures."


The general conclusion is that these icons should appear on mouse hover when you're in desktop mode, and should not always show the 3x3 "swipe here" dot grid icon
Comment 1 Nate Graham 2018-04-17 13:49:43 UTC
Fixed by Bug 364383.