Add tooltip on every action start and stop button while server is running

This commit is contained in:
Faisal Amir 2024-01-16 16:23:07 +07:00
parent b810fb30cb
commit 1ccbcc6fd5
2 changed files with 0 additions and 6 deletions

View File

@ -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",

View File

@ -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'