You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can perform the following actions with the outputs:
114
92
@@ -138,7 +116,7 @@ You can perform the following actions with the outputs:
138
116
139
117
On the bottom panel of the editor, you can see the list of runnables of the app. The runnables are the scripts or flows that are linked to components, or ran in the background. They are used to perform actions when a component is clicked, to fetch data, etc. They make all the interactions of the app.
-[App Summary](#app-summary): The summary is the name that will be displayed for your app.
8
+
-[Undo/Redo](#app-summary): Perform undo or redo actions.
9
+
-[Desktop/Mobile Mode](#desktopmobile-mode): Switch between Mobile and Desktop layout.
10
+
-[Width](#width): Switch between full and max width.
11
+
-[Deployement history](#deployement-history): View the deployment history of the app.
12
+
-[JSON](#json): Export your app as a JSON or [Hub](https://hub.windmill.dev/) compatible file.
13
+
-[Hub compatible JSON](#hub-compatible-json): View the JSON representation of the app in a format that is compatible with the [Windmill Hub](https://hub.windmill.dev/).
14
+
-[App Inputs Configuration](#app-inputs-configuration): the app inputs menu displays a list of all the inputs of each component.
15
+
-[Debugging](#debug-runs): Open the debugging panel.
16
+
-[Editor/Preview Mode](#preview-mode): Toggle between the Editor and Preview modes.
17
+
-[Save as Draft](#save-as-draft): Save your app as a [draft](../core_concepts/0_draft_and_deploy/index.mdx#draft).
18
+
-[Deploy](#deploy): [Deploy](../core_concepts/0_draft_and_deploy/index.mdx#deployed-version) your app.
19
+
7
20
## App Summary
8
21
9
22
The app summary can be modified on the left side of the toolbar. It serves to describe the app and is displayed in the app list. By default, the summary is the app's name.
@@ -12,61 +25,59 @@ The app summary can be modified on the left side of the toolbar. It serves to de
12
25
13
26
The undo/redo buttons facilitate undoing or redoing the most recent action.
14
27
15
-
## Preview Mode
28
+
## Desktop/Mobile Mode
16
29
17
-
The app editor mode can be toggled between `Editor` and `Preview` modes. The preview mode allows you to see the app in action.
30
+
You can switch the canvas' mode to `Mobile` or `Desktop` layout from the toolbar. This enables you to manually set the position and size of the components in both modes.
18
31
19
-
## Desktop/Mobile Mode
32
+
## Width
20
33
21
-
You can switch the canvas mode to `Mobile` or `Desktop` layout from the toolbar. This enables you to manually set the position and size of the components in both modes.
34
+
You can set the canvas' width to:
35
+
- Limited width: The max width is 1168px and the content stay centered instead of taking the full page width.
36
+
- Max width: The width is of the app if the full width of its container.
22
37
23
38
## Menu `⋮`
24
39
25
40
The `⋮` menu provides access to the following options:
26
41
27
-
- JSON: View the JSON representation of the app.
28
-
- Publish to Hub: Publish the app to the Windmill Hub.
29
-
- Hub Compatible JSON: View the JSON representation of the app in a format that is compatible with the [Windmill Hub](https://hub.windmill.dev/).
In the menu, you can view the deployment history of the app. It displays the date and time of the deployment, the user who deployed the app, and the version of the app.
34
45
35
-
The app inputs menu displays a list of all the inputs of each component. A toggle allows you to display only resources inputs, enabling you to easily configure your third-party resources for an app imported from the Hub, for example:
You can [save](../core_concepts/0_draft_and_deploy/index.mdx) the app. The first time you save the app, you'll be asked to select the owner of the app. You can choose either a user or a [folder](../core_concepts/8_groups_and_folders/index.mdx#folders).
60
+
Hub Compatible JSON: View the JSON representation of the app in a format that is compatible with the [Windmill Hub](https://hub.windmill.dev/).
The app inputs menu displays a list of all the inputs of each component. A toggle allows you to display only resources inputs, enabling you to easily configure your third-party resources for an app imported from the Hub, for example:
In the menu, you can view the deployment history of the app. It displays the date and time of the deployment, the user who deployed the app, and the version of the app.
74
+
## Preview Mode
62
75
63
-
You can:
76
+
The app editor mode can be toggled between `Editor` and `Preview` modes. The preview mode allows you to see the app in action.
You can [save](../core_concepts/0_draft_and_deploy/index.mdx) the app. The first time you save the app, you'll be asked to select the owner of the app. You can choose either a user or a [folder](../core_concepts/8_groups_and_folders/index.mdx#folders).
70
81
71
82
## Deploy
72
83
@@ -75,4 +86,4 @@ You can [deploy](../core_concepts/0_draft_and_deploy/index.mdx#deployed-version)
75
86
- Read-Access Required: The app can be accessed by anyone who has read access to the app.
76
87
- Publish Publicly: The app can be accessed by anyone who knows the secret URL. If set to `Publish Publicly`, the secret URL will be displayed here.
Copy file name to clipboardExpand all lines: docs/apps/1_canvas.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The header has the following elements:
22
22
23
23
### Component selection
24
24
25
-
[Components](./4_app_configuration-settings/1_app_component_library.md) can be selected by clicking on them. The selected component will be highlighted with a indigo border.
25
+
[Components](./4_app_configuration-settings/1_app_component_library.mdx) can be selected by clicking on them. The selected component will be highlighted with a indigo border.
26
26
When hovering a component, a blue border will be displayed around the component.
27
27
28
28
You can also select multiple components by clicking on the `Shift` key and clicking on the components you want to select.
Copy file name to clipboardExpand all lines: docs/apps/3_app-runnable-panel.mdx
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Windmill Apps can be powered by code, with scripts linked to components, backgro
8
8
9
9
On the bottom of the app editor, you can find the runnable editor. It allows you to create, edit, or manage the scripts or flows linked to components (runnables) and background runnables.
0 commit comments