File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments