Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Lead:  Omer.Glazer (Unlicensed)  

Status
colourYellow
titleongoing
 

Info

Convert old Wiki pages to the new Wiki page.

Steps

  1. Copy your page for Backup (just in case)

  2. Enter edit mode

  3. Click on

    Image Removed

  4. Make sure everything converted as you need - Adjust accordingly

Related Pages: << Links to related pages, if relevant >>

Table of Contents

Description

  • Lists are continuous, vertical indexes of text and images.

...

  • They are composed of items containing primary and in some cases supplemental information, which

...

  • can be shown as text, icons, or images.

  • The component may be part of a page layout

...

Image Removed
Image Removed
Image Removed

Types 

...

Type

...

Usage

...

Image

...

Image AddedImage AddedImage Added

Types

Type

Image

Usage

Simple list

Image Added

The most common list

...

is a flat collection of objects.

...

Image Removed

Checkbox list

Image Added

A list

...

where the user

...

can select multiple options

...

.

Tree list

Image Added

...

A hierarchical list with expanding and collapsing nodes

...

Related components

List components serves many time as a sub component within larger UI components like: Tree list, Drop Down Menu, Multiple selection drop down menu, Drag and drop and Combo box

...

which contain nested items. See the Tree page.

Usage & Behavior

General guidelines

Structure

a list item can have a leading icon/image or not, it can can have non or up to 2 secondly lines.

...

Single-line list

...

Two-line list

...

Three-line list

...

...

Icon (optional)

...

  • List items must have a label, with the main object name. If the entire name does not fit, it can be truncated and a Tooltip can be used on hover.

  • List items can optionally also have:

    • A leading icon. These should only be used if the list can contain several types of objects. If all

...

    • items are of the same type, an icon should not be used.

Label

Object name + tooltip in case the entire name does not fit.

Secondly text (optional)

...

    • A leading image.

    • Up to 2 secondary lines of text. Secondary lines cannot have their own leading icons

...

Meta data (optional)

...

    • or images.

    • Extra metadata, such as a tag, text, or an icon.

...

    • These should be

...

    • positioned to

...

    • the right

...

    • of the

...

    • item, centered vertically.

Action icons (optional)
Should be aligned to middle and right side of the list item. should appear only on item hover or selected (instead of the meta data if exists)

States:

 Focus, Hover, Selected, Disabled.

...

Content

Can include: image, tags, icons, secondary text.

Internal Logic

Logical ordering - Lists should be sorted in logical ways that make content easy to scan, such as alphabetical, numerical, chronological, or by user preference.

Interaction

...

Mouseover an item will highlight the row and show a checkbox or action icons if exist.

...

Clicking a single list item will select it.

...

Clicking a checkbox will select / deselect the relevant item

...

You can click on the entire label

...

    • Up to 2 action icons, such as delete. These should only appear on hover or when an item is selected. They should be positioned to the right of the item, centered vertically (replacing the extra metadata, if exists).

  • For lists which support multi-select, the number of selected items will be displayed in brackets to the right of the total number of items. If no item is selected it should display “(0 selected)”.

Single-line list

Two-line list

Three-line list

Full list

Image AddedImage AddedImage Added

Single Item

Image AddedImage AddedImage Added

Single item with icon / image

Image AddedImage AddedImage Added

Single item with multi select

Image AddedImage AddedImage Added
  • Lists can also have:

    • A preceding label at the top of the list, showing the total number of items included in the list.

    • A Search field on long lists, allowing users to find items easily.

    • A pagination component

...

Internal Logic

Lists should be ordered in logical ways that make the content easy to scan. Order the list using one of these rules:

  • Alphabetical. If there are more than 8 options available, sort them alphabetically. This helps the user to find the right option quickly. Sort currencies, names, and similar content alphabetically.

  • Numeric. Sort numeric values in a sequential order, with the lowest number first.

  • Chronological. Sort time-related information into chronological order, with the most recent first.

States

State

Image

Regular

image-20240404-081201.pngImage Added

Hover

image-20240404-081257.pngImage Added

Active

image-20240404-081332.pngImage Added

Active, Hover

image-20240404-081403.pngImage Added

Disabled

image-20240404-080132.pngImage Added

Focused

image-20240404-081545.pngImage Added

Focused, Hover

image-20240404-081628.pngImage Added

Focused, Active

image-20240404-081704.pngImage Added

Focused, Disabled

image-20240404-081729.pngImage Added

Interaction

  • On hover, the row will be highlighted and Checkboxes or Icon Buttons will appear, where applicable.

  • When the label is truncated (

...

  • item name), hovering over it will show a

...

...

Selecting:

...

  • .

  • Items in the header area, including the search bar and list title, should remain sticky when the list is scrolled.

Selection

There are three possible selection modes:

Interaction

Screenshot

Single Selection

  • Only one item can be selected.

  • Clicking anywhere on the item row

...

Multiple selections: Allow the selection of one or more items. For this, the list provides checkboxes on the left side of each line item. Each item is selected independently of the others

Single Selection

Multiple Selection Mode

Single selection is activated by selecting the node label.

Selecting the node label will select the node and un-select previously selected node.

On mouse hover a node, a check box is displayed. If the user checks it he is placed in a multi selection mode. Multi selection mode can also be activated by using Ctrl/Shift while selecting the node label.

Scrolling:

  1. wide lists/long tables - sticky areas. When the user scrolls, the title and the filter info bar can stick to the top of the surrounding layout container

  2. Mouse wheel should work on scroll.

Best practices

  • Use data lists when

    • A flexible layout is more important than arranging information in a grid

    • You want to include active content like a chart

    • Content displayed may vary between rows

  • Don’t use

    • For a more complex and longer lists grouping and categorisation can be applied (see Tree view)

    • For more complex items with multiple attributes that should be displayed use Data Tables

Other principles

  • Actionable - Lists present content in a way that makes it easy to identify a specific item in a collection and act on it.

  • Searchable- When a list is really long (more than the visible container)and a slider is displayed beside the list . the sorting and the grouping alone are not sufficient and search should be applied (see search)

  • Accessibility compliance

    Each component should be A11y complied,  please follow the 3 guidelines linked below. At the very least we should document that each component is in compliance with each of the 3

Focus management

We already set a general guidelines described in Keyboard & Focus Management Guidelines

Screen reader support

Make sure the components support screen reader for content or behavior where needed - see Screen Reader Guidelines

Design

...

Zeplin link

...

Screen thumbnail

...

<<Short Zeplin link. You
Use this
Image Removed>>

...

<<Screen with 200 width>>

Code

...

  • will select it.

  • One item must always be selected.

  • Selecting an item will automatically deselect the previously-selected item.

Single Select-20240529-093756.jpgImage Added

Multi-select checkboxes

  • Clicking on any checkbox or anywhere on the item row will select or deselect the corresponding item.

  • Items can also be selected by holding the ctrl or shift keys on the keyboard and clicking anywhere on the item.

Multi-20240529-093413.jpgImage Added

Smart Selection

  • On hover anywhere over an item, a checkbox appears.

  • Clicking anywhere on the item row will select it. As with Single selection, selecting an item in this way will automatically deselect the previously-selected item.

  • Additionally, the user can select multiple items in one of two ways:

    • By directly checking any item checkboxes.

    • By holding the ctrl or shift keys on the keyboard and clicking anywhere on the item.

  • When relevant, an Apply button will appear, allowing the user to apply the selected items.

Smart-20240529-093343.pngImage Added

When the list includes a search field and the user starts typing the characters, the text “<number> found” or “<number> found out of <total no.>” will be displayed instead of the total no. of items.

...

Best practices

Use:

  • when there is a need to select one or more items from a list.

  • when you want to show relevant content for each list item.

  • when content may vary between rows (contrary to a data table, which is more strict in nature).

Don’t use:

  • For long, complex lists where grouping and categorisation could be applied → use a Tree.

  • For items with multiple attributes which need to be displayed → use Data Tables.

General:

  • An optional Search field can be used for long, scrolling lists, to help the user find items easily.

  • Visual elements, such as leading icons and images, can help the user to scan and grasp a large amount of information.

Accessibility compliance

Unless otherwise specified, see our general compliance information in Fundamentals - Accessibility.

Focus management

Keyboard

Description

Tab

  • From a previous component

    • If no item is selected, moves focus to the first item in the list.

    • If an item is selected, moves focus to the first selected item.

  • From the last item in the list, will navigate to the next component

Shift + Tab

  • From the next component

    • If no item is selected, moves focus to the first item on the list.

    • If an item is selected, moves focus to the first selected item.

  • From the first item in the list, will navigate to the previous component

Space

Selects or actions the item.

Enter

Selects or actions the item.

Esc

N/A

Arrows

  • Up/Down - Navigates between the items accordingly. Focus will stop on either the first or last item.

  • Holding down the key will scroll continuously.

Page Up/Home

Navigates to the first item.

Page Down/End

Navigates to the last item.

a-z, A-Z

  • Moves focus to the next list item with a label starting with the typed character(s), if such an item exists.

  • Typing multiple characters in rapid succession moves the focus to the next list item starting with the string of typed characters.

  • If no item labels match the typed character(s), the focus does not move.

Design

Zeplin link

Screen thumbnail

https://zpl.io/V1XnDX2

Image Added

https://zpl.io/VOZ6QL2

Image Added

https://zpl.io/aX06xpa

Image Added

https://zpl.io/aBL3oe2

Image Added

https://zpl.io/b6qGrNa

Image Added

Code

...