KDE Visual Design Group/KirigamiHIG/CommandPatterns: Difference between revisions

From KDE Community Wiki
(Started article.)
 
(Added links to drawer guidelines)
Line 22: Line 22:
'''On-Demand controls'''
'''On-Demand controls'''


[[File:Slide_to_reveal.jpg | thumb | 400px | none]]
[[File:Slide_to_reveal.png | thumb | 240px | none]]
<span style="color:red">TODO: Image for desktop</span>
<span style="color:red">TODO: Image for desktop</span>


If the main task for a list is selecting an item, but users often perform "quick actions" on a single list item, use [[/OnDemandControls | 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.
If the main task for a list is selecting an item, but users often perform "quick actions" on a single list item, use [[/OnDemandControls | 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.
'''Global Controls'''
[[File:Global_Drawer.png | thumb | 240px | none]]
Put actions which should always be available, independent of the current context, in the [[/Drawers | Global Drawer]].
'''Contextual Actions'''
[[File:Context_Drawer.png | thumb | 240px | none]]
In a phone or tablet user interface, put actions which are only relevant in the current context and which are not common enough to warrant permanently occupying screen space with them in a [[/Drawers | Context Drawer]]

Revision as of 10:55, 23 May 2016

Command Patterns

These patterns help you with deciding from where in the user interface a command should be executed.

Primary Action TODO: Images

If there is a clear primary action on a given page which is not not directly related to a specific element on screen (e.g. creating something new, or editing the currently viewed element), use a Primary Action Button

Secondary Actions TODO: Images

If there are two actions which are almost as frequently used as the primary action and not related to a specific element on screen, use two Secondary Action Buttons to execute them.

Controls within content

TODO: Image for desktop

If controls are directly necessary for the primary tasks of an application and are directly related to other elements on the screen, place them directly in the main user interface.

On-Demand controls

TODO: Image for desktop

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.

Global Controls

Put actions which should always be available, independent of the current context, in the Global Drawer.

Contextual Actions

In a phone or tablet user interface, put actions which are only relevant in the current context and which are not common enough to warrant permanently occupying screen space with them in a Context Drawer