diff --git a/developer_manual/design/atomiccomponents.rst b/developer_manual/design/atomiccomponents.rst index 653280fb6..a72db7108 100644 --- a/developer_manual/design/atomiccomponents.rst +++ b/developer_manual/design/atomiccomponents.rst @@ -59,7 +59,7 @@ The action menu contains commonly used actions associated with an item. Each ent * checkboxes to quickly toggle a state, like in Mail .. image:: ../images/action-menu-radio-button.gif - :alt: Radio button in action menu in Talk + :alt: Radio button in action menu in Files link sharing * radio buttons to select from a few options, like chat notifications in Talk @@ -69,9 +69,9 @@ The action menu contains commonly used actions associated with an item. Each ent * new entry elements to quickly add items, like add a new mailbox in Mail .. image:: ../images/action-menu-second-level.gif - :alt: Second level of actions in action menu to set due date reminders in Deck + :alt: Second level of actions in action menu to configure custom permissions for link shares in Files -* a second level of actions, like due date reminders in Deck +* a second level of actions, like to configure custom permissions for link shares in Files Some commonly used actions in the action menu are favoriting, renaming, downloading and deleting. Delete should always be at the last position as to not be confused with other actions. @@ -114,7 +114,7 @@ Dropdowns `Penpot dropdowns `_ .. image:: ../images/dropdown-find-as-you-type.gif - :alt: Dropdown menu in settings + :alt: Dropdown menu in Files sharing Dropdowns allow the user to select one or more items from a list. Dropdowns can have predefined options from which the user can select one or more items, as seen in Contacts for selecting the type of a phone number. If there are not too many entries, you may also think about using a set of :ref:`checkboxes and radio buttons` instead. diff --git a/developer_manual/images/action-menu-checkbox.png b/developer_manual/images/action-menu-checkbox.png index 03205d913..a961792e1 100644 Binary files a/developer_manual/images/action-menu-checkbox.png and b/developer_manual/images/action-menu-checkbox.png differ diff --git a/developer_manual/images/action-menu-icon.png b/developer_manual/images/action-menu-icon.png index 427481200..522a0bc33 100644 Binary files a/developer_manual/images/action-menu-icon.png and b/developer_manual/images/action-menu-icon.png differ diff --git a/developer_manual/images/action-menu-new-item.gif b/developer_manual/images/action-menu-new-item.gif index f05da6f17..2ab8f7772 100644 Binary files a/developer_manual/images/action-menu-new-item.gif and b/developer_manual/images/action-menu-new-item.gif differ diff --git a/developer_manual/images/action-menu-radio-button.gif b/developer_manual/images/action-menu-radio-button.gif index 60c1b9a65..0970a9d18 100644 Binary files a/developer_manual/images/action-menu-radio-button.gif and b/developer_manual/images/action-menu-radio-button.gif differ diff --git a/developer_manual/images/action-menu-second-level.gif b/developer_manual/images/action-menu-second-level.gif index cded0dbfd..941db16c6 100644 Binary files a/developer_manual/images/action-menu-second-level.gif and b/developer_manual/images/action-menu-second-level.gif differ diff --git a/developer_manual/images/avatar-talk.gif b/developer_manual/images/avatar-talk.gif index 7f69c1f05..69c477d25 100644 Binary files a/developer_manual/images/avatar-talk.gif and b/developer_manual/images/avatar-talk.gif differ diff --git a/developer_manual/images/button-primary-secondary.png b/developer_manual/images/button-primary-secondary.png index 1b365da87..1d7ee7597 100644 Binary files a/developer_manual/images/button-primary-secondary.png and b/developer_manual/images/button-primary-secondary.png differ diff --git a/developer_manual/images/colour-picker.gif b/developer_manual/images/colour-picker.gif index 3d4c88d63..6a34fe1e6 100644 Binary files a/developer_manual/images/colour-picker.gif and b/developer_manual/images/colour-picker.gif differ diff --git a/developer_manual/images/dropdown-find-as-you-type.gif b/developer_manual/images/dropdown-find-as-you-type.gif index 9465d1a80..2ffb92061 100644 Binary files a/developer_manual/images/dropdown-find-as-you-type.gif and b/developer_manual/images/dropdown-find-as-you-type.gif differ diff --git a/developer_manual/images/meter-settings.png b/developer_manual/images/meter-settings.png index ce024b5ce..9e5703d23 100644 Binary files a/developer_manual/images/meter-settings.png and b/developer_manual/images/meter-settings.png differ diff --git a/developer_manual/images/skeleton-screen-talk.png b/developer_manual/images/skeleton-screen-talk.png index 43e54f2eb..d9f161a1d 100644 Binary files a/developer_manual/images/skeleton-screen-talk.png and b/developer_manual/images/skeleton-screen-talk.png differ diff --git a/developer_manual/images/talk-counter-bubble.png b/developer_manual/images/talk-counter-bubble.png index 5ae654a73..986cdf179 100644 Binary files a/developer_manual/images/talk-counter-bubble.png and b/developer_manual/images/talk-counter-bubble.png differ