Skip to content

Commit

Permalink
fixed #332
Browse files Browse the repository at this point in the history
  • Loading branch information
windka committed Aug 29, 2023
1 parent b63f9c7 commit 2c6ab92
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

# [15.1.5] - 2023-08-29
### fixed dark theme - [#332](https://github.com/windkh/node-red-contrib-telegrambot/issues/332)

# [15.1.4] - 2023-06-20
### control node can execute commands - [#315](https://github.com/windkh/node-red-contrib-telegrambot/issues/315)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-telegrambot",
"version": "15.1.4",
"version": "15.1.5",
"description": "Telegram bot nodes for Node-RED",
"dependencies": {
"bluebird": "^3.7.2",
Expand Down
12 changes: 6 additions & 6 deletions telegrambot/99-telegrambot.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@

<hr align="middle"/>

<div class="form-row hidden" id="polling" style="background: #fbfbfb">
<div class="form-row hidden" id="polling" style="background: var(--red-ui-tertiary-background)">
<label style="width: auto"><i class="fa fa-cogs"></i> Polling Options:</label>

<div class="form-row" style="margin-left: 20px">
Expand All @@ -144,7 +144,7 @@
<div class="form-tips" style="width: auto"><b>Tip:</b> Polling mode is very robust and easy to set up. Nevertheless it creates more traffic on the network over time.</div>
</div>

<div class="form-row hidden" id="webhook" style="background: #fbfbfb">
<div class="form-row hidden" id="webhook" style="background: var(--red-ui-tertiary-background)">
<label style="width: auto"><i class="fa fa-cogs"></i> Webhook Options:</label>

<div class="form-row" style="margin-left: 20px">
Expand Down Expand Up @@ -192,7 +192,7 @@
<label for="node-config-input-usesocks"><i class="fa fa-lock"></i> SOCKS Proxy</label>
<input type="checkbox" id="node-config-input-usesocks" style="display: inline-block; width: auto; vertical-align: top;">
</div>
<div class="form-row hidden" id="socks" style="background: #fbfbfb">
<div class="form-row hidden" id="socks" style="background: var(--red-ui-tertiary-background)">
<label style="width: auto"><i class="fa fa-cogs"></i> SOCKS Proxy Options:</label>

<div class="form-row" style="background: #fff; margin-left: 20px">
Expand Down Expand Up @@ -427,7 +427,7 @@ <h3>Details</h3>
<input type="checkbox" id="node-input-registercommand" style="display: inline-block; width: auto; vertical-align: top;">
</div>

<div class="form-row hidden" id="registration" style="background: #fbfbfb">
<div class="form-row hidden" id="registration" style="background: var(--red-ui-tertiary-background)">
<div class="form-row">
<label for="node-input-description"><i class="fa fa-info"></i> Description</label>
<input type="text" id="node-input-description" placeholder="Description">
Expand Down Expand Up @@ -465,7 +465,7 @@ <h3>Details</h3>
<input type="checkbox" id="node-input-useregex" style="display: inline-block; width: auto; vertical-align: top;"> allows usage of regular expressions
</div>

<div class="form-row hidden" id="regex" style="background: #fbfbfb">
<div class="form-row hidden" id="regex" style="background: var(--red-ui-tertiary-background)">
<label style="width: auto"><i class="fa fa-asterisk"></i> RegEx Options:</label>

<div class="form-row" style="background: #fff; margin-left: 20px">
Expand Down Expand Up @@ -780,7 +780,7 @@ <h3>Details</h3>
<input type="checkbox" id="node-input-checkconnection" style="display: inline-block; width: auto; vertical-align: top;">
</div>

<div class="form-row hidden" id="checkconnectionoptions" style="background: #fbfbfb">
<div class="form-row hidden" id="checkconnectionoptions" style="background: var(--red-ui-tertiary-background)">
<label style="width: auto"><i class="fa fa-cogs"></i> Check Connection Options:</label>

<div class="form-row" style="margin-left: 20px">
Expand Down

0 comments on commit 2c6ab92

Please sign in to comment.