From eb351b8ba904afa817f1a10bb25b028f5e369ff4 Mon Sep 17 00:00:00 2001 From: maxgithubprofile <21055122+maxgithubprofile@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:12:49 +0300 Subject: [PATCH] fix: element path (#1329) * v * Update satolist.js * fix --- components/bnavigation/index.css | 4 ++++ components/bnavigation/index.less | 10 ++++++++++ js/satolist.js | 2 +- package.json | 4 ++-- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/components/bnavigation/index.css b/components/bnavigation/index.css index 8838d5f8a..0830e5d7c 100644 --- a/components/bnavigation/index.css +++ b/components/bnavigation/index.css @@ -155,3 +155,7 @@ html.mobileview #bnavigation { display: block; } +html[theme="black"] #bnavigation .tochat svg, +html[theme="gray"] #bnavigation .tochat svg { + fill: rgb(var(--text-color)); +} diff --git a/components/bnavigation/index.less b/components/bnavigation/index.less index 59878d269..55ad6da1c 100644 --- a/components/bnavigation/index.less +++ b/components/bnavigation/index.less @@ -203,4 +203,14 @@ html.mobileview{ #bnavigation{ display: block; } +} + + +html[theme="black"], +html[theme="gray"]{ + #bnavigation{ + .tochat svg{ + fill: rgb(var(--text-color)); + } + } } \ No newline at end of file diff --git a/js/satolist.js b/js/satolist.js index 716d587d5..6b5031cba 100644 --- a/js/satolist.js +++ b/js/satolist.js @@ -24059,7 +24059,7 @@ Platform = function (app, listofnodes) { vs = numfromreleasestring(window.packageversion) + '_' + (window.versionsuffix || "0") } - importScript('chat/matrix-element.js?v=' + vs, clbk) + importScript('chat/matrix-element.min.js?v=' + vs, clbk) } diff --git a/package.json b/package.json index c1492d30e..f07c72071 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "version": "0.9.105", - "versionsuffix": "0", + "versionsuffix": "1", "cordovaversion": "1.8.105", - "cordovaversioncode": "1801050", + "cordovaversioncode": "1801051", "description": "Bastyon desktop application", "author": "Pocketnet Community ",