From 8e913fc165596bcb8f56de7e7354a0e05f7486f2 Mon Sep 17 00:00:00 2001 From: Sergei Ilinykh Date: Tue, 25 Jun 2024 23:02:24 +0300 Subject: [PATCH] Added theme with support of reaction and replies --- themes/chatview.qrc | 2 + themes/chatview/psi/bubble/index.html | 631 ++++++++++++++++++++++++++ themes/chatview/psi/bubble/load.js | 7 + 3 files changed, 640 insertions(+) create mode 100644 themes/chatview/psi/bubble/index.html create mode 100644 themes/chatview/psi/bubble/load.js diff --git a/themes/chatview.qrc b/themes/chatview.qrc index aecc5c3652..6f0a9f2575 100644 --- a/themes/chatview.qrc +++ b/themes/chatview.qrc @@ -3,6 +3,8 @@ chatview/adium/Template.html chatview/adium/adapter.js chatview/psi/psi.css + chatview/psi/bubble/index.html + chatview/psi/bubble/load.js chatview/psi/LunnaCat_Classic/index.html chatview/psi/LunnaCat_Classic/images/HR.png chatview/psi/LunnaCat_Classic/images/ChatLog.png diff --git a/themes/chatview/psi/bubble/index.html b/themes/chatview/psi/bubble/index.html new file mode 100644 index 0000000000..6891724199 --- /dev/null +++ b/themes/chatview/psi/bubble/index.html @@ -0,0 +1,631 @@ + + + + + + +Psi Bubble +%scripts% +%styles% + + + + + + + + diff --git a/themes/chatview/psi/bubble/load.js b/themes/chatview/psi/bubble/load.js new file mode 100644 index 0000000000..14cea6f7f9 --- /dev/null +++ b/themes/chatview/psi/bubble/load.js @@ -0,0 +1,7 @@ +srvLoader.setMetaData({ + name: "Bubble", + version: "1.0", + authors: ["Sergei Ilinykh "], + description: "Bubble style.", + url: "https://psi-im.org" +});