Skip to content

Commit

Permalink
apply suggestions from PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaJafar committed Oct 11, 2024
1 parent 065538c commit 069be35
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
4 changes: 2 additions & 2 deletions website/docs/addon_applications_admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import versions from '@site/docs/assets/json/Ayon_addons_version.json'

### Applications, Tools and Filters

The Applications addon streamlines the setup of applications and tools across your studio. It empowers you to set executable paths and startup environments, with support for various operating systems including Windows, Linux, and macOS.
The Applications addon streamlines the setup of applications and tools across your studio. It allows you to set executable paths and startup environments, with support for various operating systems including Windows, Linux, and macOS.

:::info
Please note that the addon does not differentiate between different Linux distributions.
Expand All @@ -46,7 +46,7 @@ Web actions let you launch applications directly through the AYON web server. Yo

The application addon handles the logic for web actions.Currently, there are no specific settings for web actions.

Remember, web actions are generated from your application's definitions in your production or development bundles, based on the developer mode setting. They also follow your application's filter settings.
Web actions are generated from your application's definitions in your production or development bundles, depending on the developer mode setting, and they adhere to your applications filter settings.


## Applications Addon Settings
Expand Down
23 changes: 8 additions & 15 deletions website/docs/artist_details_panel.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,29 @@
---
id: artist_details_panel
title: The Task Details Panel
title: The Details Panel
sidebar_label: Details Panel
---

:::info
The details panels received updates in server version `1.3.0`.
:::

## Overview
When using the AYON production tracker, you'll encounter the details panel frequently. It's essential for team interactions.
As the name suggests, the details panel is packed with information about tasks, serving as a communication tool and offering useful actions.
As the name suggests, the details panel is packed with information, serving as a communication tool and offering useful actions.


## Panel Content

![](assets/details_panel/details_panel_overview.png)

- **Folder Path**: Displays the folder path of the current task.
- **Name & Thumbnail**: Shows the name and thumbnail of the task.
- **Folder Path**: Displays the folder path to the entity.
- **Name & Thumbnail**: Shows the name and thumbnail of the entity.
:::tip Update Thumbnail
You can update the thumbnail by right-clicking the thumbnail and selecting Upload new thumbnail.
:::
- **Tags**: View and add tags.
- **Status**: View and update status.
- **Web Actions**: Access available web actions to launch applications directly via the AYON web server.
:::info Web Actions
Requires core version >= `0.4.4` and Launcher >= `1.1.0`.
:::
- **Activity Feed**: More than just comments. Learn more in the [Activity Feed](artist_activity_feed.md) section.
- **Watchers**: Update notification settings for the current task and choose who receives updates.
- **Picture in Picture**
- **Web Actions**: Access available web actions, e.g. applications, directly via the AYON web server.
- **[Activity Feed](artist_activity_feed.md)**: Leave comments and track activity.
- **[Watchers](artist_inbox.md#watchers)**: Update notification settings for the current folder or task and choose who receives updates.
- **Picture in Picture**: Open a panel that can stay open as you navigate to different pages.
- **Escape**: Close the current details panel.
- **Assigned Users**: Shows the assignees of the current task.
- **Priority**: View and update the priority of the current task.
Expand Down

0 comments on commit 069be35

Please sign in to comment.