Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Copyfix #3694

Merged
merged 8 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const TableActiveModel = () => {
) : (
<tbody>
<tr className="text-[hsla(var(--text-secondary))]">
<td className="p-4">No on-device model running</td>
<td className="p-4">No models are loaded into memory</td>
</tr>
</tbody>
)}
Expand Down
2 changes: 1 addition & 1 deletion web/screens/LocalServer/LocalServerLeftPanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const LocalServerLeftPanel = () => {
{serverEnabled && (
<Button variant="soft" asChild>
<a href={`http://localhost:${port}`} target="_blank">
API Reference <ExternalLinkIcon size={20} className="ml-2" />
API Playground <ExternalLinkIcon size={20} className="ml-2" />
</a>
</Button>
)}
Expand Down
3 changes: 1 addition & 2 deletions web/screens/Settings/Advanced/FactoryReset/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
</h6>
</div>
<p className="whitespace-pre-wrap font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
Reset the application to its initial state, deleting all your usage
data, including conversation history. This action is irreversible and
Restore app to initial state, erasing all models and chat history. This action is irreversible and

Check failure on line 20 in web/screens/Settings/Advanced/FactoryReset/index.tsx

View workflow job for this annotation

GitHub Actions / test-on-macos

Replace `·This·action·is·irreversible·and⏎··········recommended·only·if·the·application·is` with `⏎··········This·action·is·irreversible·and·recommended·only·if·the·application·is⏎·········`

Check failure on line 20 in web/screens/Settings/Advanced/FactoryReset/index.tsx

View workflow job for this annotation

GitHub Actions / test-on-ubuntu

Replace `·This·action·is·irreversible·and⏎··········recommended·only·if·the·application·is` with `⏎··········This·action·is·irreversible·and·recommended·only·if·the·application·is⏎·········`

Check failure on line 20 in web/screens/Settings/Advanced/FactoryReset/index.tsx

View workflow job for this annotation

GitHub Actions / test-on-windows-pr

Replace `·This·action·is·irreversible·and␍⏎··········recommended·only·if·the·application·is` with `␍⏎··········This·action·is·irreversible·and·recommended·only·if·the·application·is␍⏎·········`

Check failure on line 20 in web/screens/Settings/Advanced/FactoryReset/index.tsx

View workflow job for this annotation

GitHub Actions / coverage-check

Replace `·This·action·is·irreversible·and⏎··········recommended·only·if·the·application·is` with `⏎··········This·action·is·irreversible·and·recommended·only·if·the·application·is⏎·········`
recommended only if the application is in a corrupted state.
</p>
</div>
Expand Down
Loading