mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
feat: overhaul scripts and flows page
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
import { goto } from '$app/navigation'
|
||||
import { faExternalLink, faFile, faPlus } from '@fortawesome/free-solid-svg-icons'
|
||||
import Button from '../common/button/Button.svelte'
|
||||
import HatIcon from '../icons/HatIcon.svelte'
|
||||
</script>
|
||||
|
||||
<div class=" overflow-auto">
|
||||
<div class="mt-2 mb-4 text-sm text-gray-700 dark:text-gray-300">
|
||||
Flows allow you to streamline complex processes and operations by chaining simple steps
|
||||
together. Each Flow is composed of one or more steps.
|
||||
</div>
|
||||
<div class="flex flex-row flex-wrap gap-y-2">
|
||||
<Button href="/flows/add" color="dark" size="xs" btnClasses="mr-2" startIcon={{ icon: faPlus }}>
|
||||
Create flow
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
import SharedBadge from '$lib/components/SharedBadge.svelte'
|
||||
import SvelteMarkdown from 'svelte-markdown'
|
||||
import SchemaViewer from '$lib/components/SchemaViewer.svelte'
|
||||
import Dropdown from '$lib/components/Dropdown.svelte'
|
||||
import CenteredPage from '$lib/components/CenteredPage.svelte'
|
||||
import { onDestroy } from 'svelte'
|
||||
import HighlightCode from '$lib/components/HighlightCode.svelte'
|
||||
@@ -49,7 +48,6 @@
|
||||
Tab,
|
||||
TabContent,
|
||||
Button,
|
||||
ActionRow,
|
||||
Alert,
|
||||
ButtonPopup,
|
||||
ButtonPopupItem
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import { goto } from '$app/navigation'
|
||||
|
||||
import { UserService, WorkspaceService } from '$lib/gen'
|
||||
import { sendUserToast, validateUsername } from '$lib/utils'
|
||||
import { validateUsername } from '$lib/utils'
|
||||
import { page } from '$app/stores'
|
||||
import { usersWorkspaceStore, workspaceStore } from '$lib/stores'
|
||||
import CenteredModal from '$lib/components/CenteredModal.svelte'
|
||||
|
||||
Reference in New Issue
Block a user