Skip to content

Commit

Permalink
adopt ContainerIcon from svelte-ui library
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Martin <[email protected]>
  • Loading branch information
feloy committed Jun 11, 2024
1 parent b4a6f20 commit c70612f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 47 deletions.
45 changes: 0 additions & 45 deletions packages/frontend/src/lib/images/ContainerIcon.svelte

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<script lang="ts">
import type { InferenceServer } from '@shared/src/models/IInference';
import StatusIcon from '/@/lib/StatusIcon.svelte';
import ContainerIcon from '/@/lib/images/ContainerIcon.svelte';
import { studioClient } from '/@/utils/client';
import Spinner from '/@/lib/button/Spinner.svelte';
import { ContainerIcon } from '@podman-desktop/ui-svelte/icons';
export let object: InferenceServer;
function navigateToContainer() {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/Playground.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import NavPage from '../lib/NavPage.svelte';
import { catalog } from '../stores/catalog';
import { afterUpdate } from 'svelte';
import ContentDetailsLayout from '../lib/ContentDetailsLayout.svelte';
import ContainerIcon from '/@/lib/images/ContainerIcon.svelte';
import RangeInput from '../lib/RangeInput.svelte';
import Fa from 'svelte-fa';
Expand All @@ -19,6 +18,7 @@ import StatusIcon from '../lib/StatusIcon.svelte';
import Badge from '../lib/Badge.svelte';
import { router } from 'tinro';
import ConversationActions from '../lib/conversation/ConversationActions.svelte';
import { ContainerIcon } from '@podman-desktop/ui-svelte/icons';
export let playgroundId: string;
let prompt: string;
Expand Down

0 comments on commit c70612f

Please sign in to comment.