Merge branch 'main' into docs/add-troubleshooting
This commit is contained in:
commit
e3f758bf98
@ -131,7 +131,7 @@ export default function DropdownListSidebar() {
|
|||||||
|
|
||||||
{finishInit && (
|
{finishInit && (
|
||||||
<TooltipContent sideOffset={10}>
|
<TooltipContent sideOffset={10}>
|
||||||
<span>To change model, please start a new thread</span>
|
<span>Start a new thread to change the model</span>
|
||||||
<TooltipArrow />
|
<TooltipArrow />
|
||||||
</TooltipContent>
|
</TooltipContent>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@ -126,7 +126,7 @@ const ChatBody: React.FC = () => {
|
|||||||
className="mt-10 flex flex-col items-center"
|
className="mt-10 flex flex-col items-center"
|
||||||
>
|
>
|
||||||
<span className="mb-3 text-center text-sm font-medium text-gray-500">
|
<span className="mb-3 text-center text-sm font-medium text-gray-500">
|
||||||
Whoops! Jan's generation was interrupted. Let's
|
Oops! The generation was interrupted. Let's
|
||||||
give it another go!
|
give it another go!
|
||||||
</span>
|
</span>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
@ -44,7 +44,7 @@ const Advanced = () => {
|
|||||||
</h6>
|
</h6>
|
||||||
</div>
|
</div>
|
||||||
<p className="whitespace-pre-wrap leading-relaxed">
|
<p className="whitespace-pre-wrap leading-relaxed">
|
||||||
Open the directory where the app data is located.
|
Open the directory where your app data, like conversation history and model configurations, is located.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
@ -9,7 +9,7 @@ export default function AppearanceOptions() {
|
|||||||
<h6 className="text-sm font-semibold capitalize">
|
<h6 className="text-sm font-semibold capitalize">
|
||||||
Base color scheme
|
Base color scheme
|
||||||
</h6>
|
</h6>
|
||||||
<p className="leading-relaxed ">Choose Jan default color scheme.</p>
|
<p className="leading-relaxed ">Choose between light and dark modes.</p>
|
||||||
</div>
|
</div>
|
||||||
<ToggleTheme />
|
<ToggleTheme />
|
||||||
</div>
|
</div>
|
||||||
@ -17,7 +17,7 @@ export default function AppearanceOptions() {
|
|||||||
<div className="flex-shrink-0 space-y-1">
|
<div className="flex-shrink-0 space-y-1">
|
||||||
<h6 className="text-sm font-semibold capitalize">Accent Color</h6>
|
<h6 className="text-sm font-semibold capitalize">Accent Color</h6>
|
||||||
<p className="leading-relaxed ">
|
<p className="leading-relaxed ">
|
||||||
Choose the accent color used throughout the app.
|
Choose the primary accent color used throughout the app.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<ToggleAccent />
|
<ToggleAccent />
|
||||||
|
|||||||
@ -59,7 +59,7 @@ export default function SystemMonitorScreen() {
|
|||||||
{activeModel && (
|
{activeModel && (
|
||||||
<div className="mt-8 overflow-hidden rounded-xl border border-border shadow-sm">
|
<div className="mt-8 overflow-hidden rounded-xl border border-border shadow-sm">
|
||||||
<div className="px-6 py-5">
|
<div className="px-6 py-5">
|
||||||
<h4 className="text-base font-medium">Running Models</h4>
|
<h4 className="text-base font-medium">Actively Running Models</h4>
|
||||||
</div>
|
</div>
|
||||||
<div className="relative overflow-x-auto shadow-md">
|
<div className="relative overflow-x-auto shadow-md">
|
||||||
<table className="w-full px-8">
|
<table className="w-full px-8">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user