-
-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2572 from hlohaus/15Jan
Readd JsApi for Webview UI
- Loading branch information
Showing
20 changed files
with
269 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,11 +10,11 @@ | |
<meta property="og:description" content="A conversational AI system that listens, learns, and challenges"> | ||
<meta property="og:url" content="https://g4f.ai"> | ||
<link rel="stylesheet" href="/static/css/style.css"> | ||
<link rel="stylesheet" href="/static/css/all.min.css"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/static/img/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/static/img/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/static/img/favicon-16x16.png"> | ||
<link rel="manifest" href="/static/img/site.webmanifest"> | ||
<script src="/static/js/icons.js"></script> | ||
<script src="/static/js/highlightjs-copy.min.js"></script> | ||
<script src="/static/js/chat.v1.js" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/markdown-it.min.js"></script> | ||
|
@@ -172,7 +172,7 @@ <h3>Settings</h3> | |
</div> | ||
<div class="bottom_buttons"> | ||
<button onclick="delete_conversations()"> | ||
<i class="fa-regular fa-trash"></i> | ||
<i class="fa-solid fa-trash"></i> | ||
<span>Clear Conversations</span> | ||
</button> | ||
<button onclick="save_storage()"> | ||
|
@@ -243,7 +243,7 @@ <h3>Settings</h3> | |
<i class="fa-solid fa-microphone-slash"></i> | ||
</label> | ||
<div id="send-button"> | ||
<i class="fa-solid fa-paper-plane-top"></i> | ||
<i class="fa-regular fa-paper-plane"></i> | ||
</div> | ||
</div> | ||
</div> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.