feat(frontend): Buttons refactor (#2545)
* feat(frontend): wip * feat(frontend): button refactor wip * feat(frontend): button refactor wip * feat(frontend): fix build * feat(frontend): fix build * fix(frontend): fix build * fix(frontend): fix buttons styles * fix(frontend): remove dev file * feat(frontend): clean up * feat(frontend): done * feat(frontend): done * feat(frontend): remove duplicated componnet * feat(frontend): wip * feat(frontend): wip * feat(frontend): forked Flow icons * feat(frontend): remove legacy dropdown * feat(frontend): migrated all + remove dependencies * feat(frontend): clean up
This commit is contained in:
@@ -10,8 +10,7 @@
|
||||
import { emptySchema } from '$lib/utils'
|
||||
import { getScriptByPath } from '$lib/scripts'
|
||||
|
||||
import { faCodeBranch } from '@fortawesome/free-solid-svg-icons'
|
||||
import { Building, Globe2 } from 'lucide-svelte'
|
||||
import { Building, GitFork, Globe2 } from 'lucide-svelte'
|
||||
import { createEventDispatcher, getContext } from 'svelte'
|
||||
import { fly } from 'svelte/transition'
|
||||
import type { AppViewerContext } from '../../types'
|
||||
@@ -172,7 +171,7 @@
|
||||
size="xs"
|
||||
variant="border"
|
||||
color="blue"
|
||||
startIcon={{ icon: faCodeBranch }}
|
||||
startIcon={{ icon: GitFork }}
|
||||
btnClasses="truncate"
|
||||
>
|
||||
Fork a script
|
||||
|
||||
Reference in New Issue
Block a user