Skip to content

Commit

Permalink
Resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
imtuyethan committed Jan 14, 2025
1 parent 99536b7 commit 6b44bde
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ const ModalConfirmReset = () => {
content={
<div>
<p className="text-[hsla(var(--text-secondary))]">
Restore appplication to its initial state, erasing all models and chat history.
This action is irreversible and recommended only if the application
is corrupted.
Restore appplication to its initial state, erasing all models and
chat history. This action is irreversible and recommended only if
the application is corrupted.
</p>

<div className="my-4">
Expand Down
6 changes: 3 additions & 3 deletions web/screens/Settings/Advanced/FactoryReset/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const FactoryReset = () => {
</h6>
</div>
<p className="whitespace-pre-wrap font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
Restore appplication to its initial state, erasing all models and chat history.
This action is irreversible and recommended only if the application is
corrupted.
Restore appplication to its initial state, erasing all models and chat
history. This action is irreversible and recommended only if the
application is corrupted.
</p>
</div>
<Button
Expand Down
8 changes: 5 additions & 3 deletions web/screens/Settings/Advanced/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ const Advanced = () => {
<h6 className="font-semibold capitalize">Experimental Mode</h6>
</div>
<p className="font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
New features that are still unstable and could affect app performance. Enable with caution.
New features that are still unstable and could affect app
performance. Enable with caution.
</p>
</div>
<Switch
Expand Down Expand Up @@ -446,7 +447,8 @@ const Advanced = () => {
<h6 className="font-semibold capitalize">HTTPS Proxy</h6>
</div>
<p className="font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
Optional proxy server for internet connections. Only HTTPS proxies supported.
Optional proxy server for internet connections. Only HTTPS proxies
supported.
</p>
</div>

Expand Down Expand Up @@ -500,7 +502,7 @@ const Advanced = () => {
<h6 className="font-semibold capitalize">Jan Quick Ask</h6>
</div>
<p className="font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
Enable Quick Ask to be triggered via the default hotkey {' '}.
Enable Quick Ask to be triggered via the default hotkey .
<span className="text-[hsla(var(--text-secondary)] bg-secondary inline-flex items-center justify-center rounded-full px-1 py-0.5 text-xs font-bold">
<span className="font-bold">{isMac ? '⌘' : 'Ctrl'} + J</span>
</span>{' '}
Expand Down
3 changes: 2 additions & 1 deletion web/screens/Settings/Engines/LocalEngineSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ const LocalEngineSettings = ({ engine }: { engine: InferenceEngine }) => {
<div className="mt-2 w-full font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
<p>
Choose the default variant that best suited for your
hardware. See [our guides](https://jan.ai/docs/local-engines/llama-cpp).
hardware. See [our
guides](https://jan.ai/docs/local-engines/llama-cpp).
</p>
</div>
</div>
Expand Down

0 comments on commit 6b44bde

Please sign in to comment.