This commit is contained in:
Mendon Kissling 2024-06-22 20:26:07 -04:00 committed by Gabriel Luiz Freitas Almeida
commit a9182be98f

View file

@ -35,14 +35,21 @@ In the top navigation bar, the dropdown menu labeled with the project name offer
style={{ width: "40%", margin: "20px auto" }}
/>
**New**: Create a new flow from scratch.
**Settings**: Adjust settings specific to the current flow, such as its Name, Description, and Endpoint Name.
**Logs**: View logs for the current project, including execution history, errors, and other runtime events.
**Import**: Import a flow or component from a JSON file into the Workspace.
**Export**: Export the current flow as a JSON file.
**Undo (⌘Z)**: Revert the last action taken in the project.
**Redo (⌘Y)**: Reapply a previously undone action.
**Refresh All**: Refresh all components and data within the Workspace.
* **New**: Create a new flow from scratch.
* **Settings**: Adjust settings specific to the current flow, such as its Name, Description, and Endpoint Name.
* **Logs**: View logs for the current project, including execution history, errors, and other runtime events.
* **Import**: Import a flow or component from a JSON file into the Workspace.
* **Export**: Export the current flow as a JSON file.
* **Undo (⌘Z)**: Revert the last action taken in the project.
* **Redo (⌘Y)**: Reapply a previously undone action.
* **Refresh All**: Refresh all components and data within the Workspace.
## Control Panel