Skip to content

Commit 5f96e65

Browse files
committed
remove top bar
1 parent 9cdde6a commit 5f96e65

1 file changed

Lines changed: 2 additions & 22 deletions

File tree

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
1-
<script setup lang="ts">
2-
import { Icon } from '@iconify/vue'
3-
import ModelSelector from '@/components/ModelSelector.vue'
4-
</script>
5-
61
<template>
72
<header
8-
class="h-12 flex items-center justify-between px-4 shrink-0 select-none"
3+
class="h-12 px-4 shrink-0 select-none"
94
data-tauri-drag-region
10-
>
11-
<div class="flex items-center gap-2">
12-
<ModelSelector />
13-
</div>
14-
15-
<div class="flex items-center gap-3">
16-
<button class="text-muted-foreground hover:text-foreground transition-colors relative">
17-
<Icon icon="ph:bell" class="size-[18px]" />
18-
</button>
19-
20-
<div class="flex items-center gap-1 text-xs text-muted-foreground">
21-
<Icon icon="ph:lightning" class="size-3.5" />
22-
<span class="font-medium">8720</span>
23-
</div>
24-
</div>
25-
</header>
5+
/>
266
</template>

0 commit comments

Comments
 (0)