Skip to content

Commit

Permalink
v1.1.0: Added line showing website status to Property Inspector and R…
Browse files Browse the repository at this point in the history
…EADME.
  • Loading branch information
gri-gus committed Apr 3, 2023
1 parent bcac992 commit e1393ee
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
</a>
</p>

<p align="center">
<a href="https://loremflickr.com/" target="_blank">
<img src="https://img.shields.io/website?down_color=FF3E87&down_message=offline&label=LoremFlickr website&up_color=004DDD&up_message=online&url=https%3A%2F%2Floremflickr.com%2F"
alt="LoremFlickr website">
</a>
</p>

# loremflickr-streamdeck-plugin

Stream Deck Plugin for installing images from LoremFlickr to button.
Expand Down Expand Up @@ -97,7 +104,7 @@ Click on the button, and you will see the Property Inspector where you can adjus
section
in the Property Inspector for more details.

<img width="433" height="200" src="https://raw.githubusercontent.com/gri-gus/loremflickr-streamdeck-plugin/main/assets/images/setkeyimage_pi.png" alt="setkeyimage_pi">
<img width="433" height="230" src="https://raw.githubusercontent.com/gri-gus/loremflickr-streamdeck-plugin/main/assets/images/setkeyimage_pi.png" alt="setkeyimage_pi">

Each time you press the button on the Stream Deck, the picture will be updated.

Expand Down
Binary file modified assets/images/setkeyimage_pi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/com.ggusev.loremflickr.sdPlugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Description": "Get images from LoremFlickr",
"Icon": "assets/plugin_icon",
"Name": "LoremFlickr",
"Version": "1.0.9",
"Version": "1.1.0",
"SDKVersion": 2,
"OS": [
{
Expand All @@ -41,5 +41,6 @@
"Category": "LoremFlickr",
"CategoryIcon": "assets/category_icon",
"CodePathMac": "run.sh",
"CodePathWin": "run.bat"
"CodePathWin": "run.bat",
"URL": "https://github.com/gri-gus/loremflickr-streamdeck-plugin"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@

<body>
<div class="sdpi-wrapper">
<div class="sdpi-item" style="max-height: 60px">
<div class="sdpi-item-label">Website status</div>
<div class="sdpi-item-value"
style="background: #3D3D3D; height:26px; max-width: 56px; margin: 0 0 0 5px; padding: 0">
<img src="https://img.shields.io/website?down_color=%233d3d3d&down_message=offline&label=&style=flat-square&up_color=%233d3d3d&up_message=online&url=https%3A%2F%2Floremflickr.com%2F"
alt="" style="height: 26px; max-width: 56px; margin: 0">
</div>
</div>

<div class="sdpi-item">
<details class="message pointer">
<summary>Manual</summary>
Expand All @@ -33,7 +42,7 @@
<div type="radio" class="sdpi-item" id="union_type" onchange="onchange_union_type()">
<div class="sdpi-item-label">Union type</div>
<div class="sdpi-item-value">
<span class="sdpi-item-child">
<span class="sdpi-item-child">
<input id="union_type_or" type="radio" value="or" name="union_type">
<label for="union_type_or" class="sdpi-item-label"><span></span>or</label>
</span>
Expand Down

0 comments on commit e1393ee

Please sign in to comment.