-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: janusweb
action: commit
revision:
path_from:
revision_from: f0ab90f29f09013543ac353bd29686fa434910f5:
path_to:
revision_to:

git.thebackupbox.net

janusweb

git://git.thebackupbox.net/janusweb

commit f0ab90f29f09013543ac353bd29686fa434910f5
Author: James Baicoianu <james_github@baicoianu.com>
Date:   Wed May 9 12:35:37 2018 -0700

    Chat UI improvements

diff --git a/media/assets/webui/apps/chat/chat.css b/media/assets/webui/apps/chat/chat.css
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/media/assets/webui/apps/chat/chat.html b/media/assets/webui/apps/chat/chat.html

index 755da6168a8fe65fecdc922a3eae9a30e6fdb583..

index ..d6cf60970e9766ecc982ca269b38168f5b7fb183 100644

--- a/media/assets/webui/apps/chat/chat.html
+++ b/media/assets/webui/apps/chat/chat.html
@@ -1,5 +1,5 @@
     <ui-flexpanel vertical>
       <ui-list scrollable-y autoscroll-bottom flex="1" class="chatmessages" items="janus.chat"></ui-list>
-      <ui-input noflex value="sword" onkeypress="if (event.keyCode == 13) { models.apiargs.keywords = this.value; delete models.apiargs.pageToken; itemlist.clear(); models.load(); pagination.disabled = false; }"></ui-input>
+      <ui-input noflex value="" placeholder="Press T for text chat"></ui-input>
     </ui-flexpanel>

diff --git a/media/assets/webui/apps/chat/chat.json b/media/assets/webui/apps/chat/chat.json

index 2c63c0851048d8f7bff41ecf0f8cee05f52fd120..

index ..ead05449f5907b66b0c2a34dbd6db3fe963704cf 100644

--- a/media/assets/webui/apps/chat/chat.json
+++ b/media/assets/webui/apps/chat/chat.json
@@ -1,2 +1,14 @@
 {
+  "templates": {
+    "janus.ui.chat": "./chat.html"
+  },
+  "css": [
+    "./chat.css"
+  ],
+  "scripts": [
+    "./chat.js"
+  ],
+  "components": [
+    "janus-ui-chat"
+  ]
 }

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 17:01:01 2024