Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc saved inputs & changelog force app color theme #781

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog/2024-01-24-default-app/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: default-app
version: v1.252.0
title: Default app
tags: ['App editor', 'Enterprise Edition']
tags: ['App editor', 'Enterprise']
video: /videos/default_app_operator.mp4
description: If configured, users who are operators in this workspace will be redirected to this app automatically when logging into this workspace.
features:
Expand Down
2 changes: 1 addition & 1 deletion changelog/2024-06-04-customer-portal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: customer-portal
version: v1.342.0
title: Windmill Customer Portal
tags: ['Enterprise Edition']
tags: ['Enterprise']
image: ./portal.png
description: We have released our new Windmill Billing Portal https://portal.windmill.dev/. <br><br> You can access your Portal from your Instance settings, in the "Core" tab. Or by visiting https://portal.windmill.dev/, entering your email and then accessing the link sent via email. Update contact information, billing details and subscription (seats & workers) from the portal. From there, you can also enable/disable any time automatic renewal and automatic debit (therefore payment by invoice).<br><br>In the Usage section, you can find the seats of workers usage of your Prod instance, and check whether your use of Windmill corresponds to your subscription. There is a ‘Report an error’ button, please use it if reported usage is incorrect.<br><br>It's also an opportunity for us to explain our new way of managing license keys for self-hosted instances.<br><br>As you know, when you subscribe to Windmill, you receive a license key to enter in the instance settings. Now, this key automatically updates every day as long as the subscription is valid. A key is valid for 35 days and expires as soon as an updated key replaces it. This system relieves you from having to worry about your key expiring. Now everything is automatic as long as your subscription is valid. You can still contact us for exceptions.
features:
Expand Down
2 changes: 1 addition & 1 deletion changelog/2024-09-01-critical-alert-channels/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: critical-alerts
version: v1.389.0
title: Critical alerts
tags: ['Workers', 'Security', 'Enterprise Edition']
tags: ['Workers', 'Security', 'Enterprise']
description: Get a notification everytime on critical events such as when a job is re-run after a crash.
features:
[
Expand Down
2 changes: 1 addition & 1 deletion changelog/2024-09-23-http-routing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: http-routing
version: v1.398.0
title: Custom HTTP routes
tags: ['Workers', 'Security', 'Enterprise Edition']
tags: ['Workers', 'Security', 'Enterprise']
description: Windmill supports custom HTTP routes to trigger a script or flow.
features:
[
Expand Down
2 changes: 1 addition & 1 deletion changelog/2024-10-10-queue-metric-alerts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: queue-metric-alerts
version: v1.406.0
title: Queue metric alerts
tags: ['Worker groups', 'Enterprise Edition']
tags: ['Worker groups', 'Enterprise']
description: Critical alerts for jobs waiting in queue.
docs: /docs/core_concepts/worker_groups#queue-metric-alerts
features:
Expand Down
2 changes: 1 addition & 1 deletion changelog/2024-10-28-autoscaling/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: autoscaling
version: v1.413.0
title: Autoscaling
tags: ['Core concepts', 'Enterprise Edition']
tags: ['Core concepts', 'Enterprise']
description: Worker autoscaling automatically adjusts the number of workers based on your workload demands.
features:
[
Expand Down
2 changes: 1 addition & 1 deletion changelog/2024-11-06-websocket-triggers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: websocket-triggers
version: v1.419.0
title: Websocket triggers
tags: ['Websocket', 'Enterprise Edition']
tags: ['Websocket', 'Enterprise']
description: Support for websocket triggers to run jobs when messages are received.
docs: /docs/core_concepts/websocket_triggers
features:
Expand Down
2 changes: 1 addition & 1 deletion changelog/2024-11-14-mistral-anthropic/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: mistral-anthropic-support
version: v1.424.0
title: Support for Mistral and Anthropic AI models
tags: ['AI', 'Enterprise Edition']
tags: ['AI', 'Enterprise']
description: Windmill AI now supports Mistral's Codestral and Anthropic's Claude 3.5 models.
docs: /docs/core_concepts/22_ai_generation/index.mdx
features:
Expand Down
2 changes: 1 addition & 1 deletion changelog/2024-11-15-critical-channels-ui/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: critical-channels-ui
version: v1.425.0
title: Critical channels in UI
tags: ['Critical alerts', 'Enterprise Edition']
tags: ['Critical alerts', 'Enterprise']
description: Critical alerts notifications are now displayed in the UI.
docs: /docs/core_concepts/critical_alerts
features:
Expand Down
2 changes: 1 addition & 1 deletion changelog/2024-11-18-kafka-triggers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: kafka-triggers
version: v1.426.0
title: Kafka triggers
tags: ['Kafka', 'Enterprise Edition']
tags: ['Kafka', 'Enterprise']
description: Support for Kafka triggers to run jobs when messages are received.
docs: /docs/core_concepts/kafka_triggers
features:
Expand Down
2 changes: 1 addition & 1 deletion changelog/2024-11-22-features-dashboard/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
slug: feature-request-and-issue-dashboard
title: Feature request & issue dashboard
tags: ['Enterprise Edition']
tags: ['Enterprise']
description: Enterprise users now have access to a dedicated dashboard for tracking feature requests and issues.
features:
[
Expand Down
15 changes: 15 additions & 0 deletions changelog/2024-11-28-force-dark-light-theme/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
slug: force-dark-light-theme
title: Force dark/light theme
version: v1.431.0
tags: ['App editor']
description: You can now force the dark or light theme for your app.
features:
[
'Force dark theme',
'Force light theme',
'Automatic mode that will match the system color scheme'
]
video: /videos/force-dark-light-theme.mp4
docs: /docs/apps/toolbar#color-mode
---
4 changes: 4 additions & 0 deletions docs/apps/0_toolbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ You can set the canvas' width to:
- Limited width: The max width is 1168px and the content stay centered instead of taking the full page width.
- Max width: The width is of the app if the full width of its container.

## Color mode

You can switch the color mode of the app to `Dark`, `Light`, or `Automatic` from the toolbar. The automatic mode will match your system's color scheme.

## Desktop / Mobile mode

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.
Expand Down
Binary file modified docs/assets/apps/1_app_toolbar/app-toolbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/core_concepts/23_instant_preview/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Upon execution, you can graphically preview (as a directed acyclic graph) the ex

![Flow status](./flow_status.png 'Flow status')

From the menu, you can also access past runs & saved inputs.
From the menu, you can also access [past runs](../5_monitor_past_and_future_runs/index.mdx) & [saved inputs](../../core_concepts/6_auto_generated_uis/index.mdx#saved-inputs).

![Input library](./input_library.png 'Input library')

Expand Down
12 changes: 12 additions & 0 deletions docs/core_concepts/6_auto_generated_uis/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,15 @@ At last, this is an easy way to get an app for your scripts and flows to be cust
Each [type](../13_json_schema_and_parsing/index.mdx#script-parameters-to-json-schema) in Windmill has its own UI representation.

You can also check [special types](../13_json_schema_and_parsing/index.mdx#special-types) that are types that are made by Windmill and have a particular behavior in the UI.

## Saved inputs

Each [deployed](../0_draft_and_deploy/index.mdx) script or flow can have its own saved inputs.

From a deployed script or flow, fill inputs and click on the `Save Current Input` button to save the inputs.

You can then reuse them by clicking on the input and then 'Use Input'. It's an easy way to quickly use recurrent inputs without having to enter pre-set settings or creating an [app](../../apps/0_app_editor/index.mdx).

Each saved input can be named and 'Shared' with the users having [access](../16_roles_and_permissions/index.mdx) to the script or flow.

![Saved inputs](./saved_inputs.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/flows/18_test_flows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Upon execution, you can graphically preview (as a directed acyclic graph) the ex

![Flow status](../core_concepts/23_instant_preview/flow_status.png 'Flow status')

From the menu, you can also access past runs & saved inputs.
From the menu, you can also access [past runs](../core_concepts/5_monitor_past_and_future_runs/index.mdx) & [saved inputs](../core_concepts/6_auto_generated_uis/index.mdx#saved-inputs).

![Input library](../core_concepts/23_instant_preview/input_library.png 'Input library')

Expand Down
4 changes: 2 additions & 2 deletions src/theme/BlogPostItem/Container/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ export default function BlogPostItemContainer({ children, className }) {
? 'bg-orange-100 text-orange-800'
: tag.label === 'Flow editor'
? 'bg-emerald-100 text-emerald-800'
: tag.label === 'Enterprise edition'
: tag.label === 'Enterprise'
? 'bg-gray-50 text-blue-900'
: 'bg-blue-100 text-blue-800')
}
>
{tag.label === 'Enterprise Edition' ? (
{tag.label === 'Enterprise' ? (
<a href="/pricing" className="text-blue-900 hover:text-blue-700">
{tag.label}
</a>
Expand Down
Binary file added static/videos/force-dark-light-theme.mp4
Binary file not shown.
Loading