Add tooltip on every action start and stop button while server is running
This commit is contained in:
parent
b810fb30cb
commit
1ccbcc6fd5
@ -17,7 +17,6 @@
|
|||||||
"@hookform/resolvers": "^3.3.2",
|
"@hookform/resolvers": "^3.3.2",
|
||||||
"@janhq/core": "link:./core",
|
"@janhq/core": "link:./core",
|
||||||
"@janhq/uikit": "link:./uikit",
|
"@janhq/uikit": "link:./uikit",
|
||||||
"@janhq/server": "link:./server",
|
|
||||||
"autoprefixer": "10.4.16",
|
"autoprefixer": "10.4.16",
|
||||||
"class-variance-authority": "^0.7.0",
|
"class-variance-authority": "^0.7.0",
|
||||||
"framer-motion": "^10.16.4",
|
"framer-motion": "^10.16.4",
|
||||||
|
|||||||
@ -25,15 +25,11 @@ import { ExternalLinkIcon, InfoIcon } from 'lucide-react'
|
|||||||
|
|
||||||
import { twMerge } from 'tailwind-merge'
|
import { twMerge } from 'tailwind-merge'
|
||||||
|
|
||||||
import { twMerge } from 'tailwind-merge'
|
|
||||||
|
|
||||||
import CardSidebar from '@/containers/CardSidebar'
|
import CardSidebar from '@/containers/CardSidebar'
|
||||||
import DropdownListSidebar, {
|
import DropdownListSidebar, {
|
||||||
selectedModelAtom,
|
selectedModelAtom,
|
||||||
} from '@/containers/DropdownListSidebar'
|
} from '@/containers/DropdownListSidebar'
|
||||||
|
|
||||||
import DropdownListSidebar from '@/containers/DropdownListSidebar'
|
|
||||||
|
|
||||||
import { useActiveModel } from '@/hooks/useActiveModel'
|
import { useActiveModel } from '@/hooks/useActiveModel'
|
||||||
import { useServerLog } from '@/hooks/useServerLog'
|
import { useServerLog } from '@/hooks/useServerLog'
|
||||||
|
|
||||||
@ -43,7 +39,6 @@ import { toRuntimeParams, toSettingParams } from '@/utils/modelParam'
|
|||||||
import EngineSetting from '../Chat/EngineSetting'
|
import EngineSetting from '../Chat/EngineSetting'
|
||||||
import ModelSetting from '../Chat/ModelSetting'
|
import ModelSetting from '../Chat/ModelSetting'
|
||||||
import settingComponentBuilder from '../Chat/ModelSetting/settingComponentBuilder'
|
import settingComponentBuilder from '../Chat/ModelSetting/settingComponentBuilder'
|
||||||
import { showRightSideBarAtom } from '../Chat/Sidebar'
|
|
||||||
|
|
||||||
import { showRightSideBarAtom } from '../Chat/Sidebar'
|
import { showRightSideBarAtom } from '../Chat/Sidebar'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user