Skip to content

Commit

Permalink
Add tooltip on every action start and stop button while server is run…
Browse files Browse the repository at this point in the history
…ning
  • Loading branch information
urmauur committed Jan 17, 2024
1 parent b810fb3 commit 1ccbcc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@hookform/resolvers": "^3.3.2",
"@janhq/core": "link:./core",
"@janhq/uikit": "link:./uikit",
"@janhq/server": "link:./server",
"autoprefixer": "10.4.16",
"class-variance-authority": "^0.7.0",
"framer-motion": "^10.16.4",
Expand Down
5 changes: 0 additions & 5 deletions web/screens/LocalServer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,11 @@ import { ExternalLinkIcon, InfoIcon } from 'lucide-react'

import { twMerge } from 'tailwind-merge'

import { twMerge } from 'tailwind-merge'

import CardSidebar from '@/containers/CardSidebar'
import DropdownListSidebar, {
selectedModelAtom,
} from '@/containers/DropdownListSidebar'

import DropdownListSidebar from '@/containers/DropdownListSidebar'

import { useActiveModel } from '@/hooks/useActiveModel'
import { useServerLog } from '@/hooks/useServerLog'

Expand All @@ -43,7 +39,6 @@ import { toRuntimeParams, toSettingParams } from '@/utils/modelParam'
import EngineSetting from '../Chat/EngineSetting'
import ModelSetting from '../Chat/ModelSetting'
import settingComponentBuilder from '../Chat/ModelSetting/settingComponentBuilder'
import { showRightSideBarAtom } from '../Chat/Sidebar'

import { showRightSideBarAtom } from '../Chat/Sidebar'

Expand Down

0 comments on commit 1ccbcc6

Please sign in to comment.