Skip to content

Commit

Permalink
Add alt text to figures
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Apr 1, 2024
1 parent 86b4345 commit b9c94ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/source/releases/24.0_announce_user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ As part of our ongoing efforts to enhance user experience, we are proud to annou
My workflows: card view

.. figure:: images/24.0-wf-cardview.png
:alt: TODO.
:alt: Workflow card view.

My workflows: list view

.. figure:: images/24.0-wf-listview.png
:alt: TODO.
:alt: Workflow list view.

New select component for selecting a large amount of options
-----------------------------------------------------------
Expand All @@ -37,12 +37,12 @@ The component is fully keyboard accessible. All methods of selection and highlig
The size of the table can be increased to allow for seeing more options at once.The options in the list are limited to 1000 for performance reasons, but this can be temporarily increased in steps of 500, when reaching the end of a list.

.. figure:: images/24.0-selectview.png
:alt: TODO.
:alt: Using the new select component.

The component can be chosen when multiple options are available; a local preference for which component to choose can be set. If no preference is set, the component will be used if there are more than 15 options selected, or more than 500 options are available.

.. figure:: images/24.0-selectdropdown.png
:alt: TODO.
:alt: Choosing the new select component.

Multiple item drag and drop and keyboard navigation
-----------------------------------------------------------
Expand Down

0 comments on commit b9c94ce

Please sign in to comment.