diff --git a/README.md b/README.md index 8bcbcfc..33d68a3 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,11 @@ There is a small built-in *Configuration Manager* that can be optionally accesse Below is a screenshot of how you can assign your Apprise URLs to your `{KEY}`. You can define both TEXT or YAML [Apprise configurations](https://github.com/caronc/apprise/wiki/config).
![Screenshot of GUI - Configuration](https://raw.githubusercontent.com/caronc/apprise-api/master/Screenshot-2.png) -Once you've saved your configuration, you'll be able to use the *Notification* tab to send your messages to one or more of the services you defined in your configuration. You can use the tag `all` to notify all of your services regardless of what tag had otherwise been assigned to them. -![Screenshot of GUI - Notifications](https://raw.githubusercontent.com/caronc/apprise-api/master/Screenshot-3.png) +Below is a screenshot of the review tab where you can preview what Apprise URL(s) got loaded from your defined configuration. It also allows you to view the tags associated with them (if any).
+![Screenshot of GUI - Review](https://raw.githubusercontent.com/caronc/apprise-api/master/Screenshot-3.png) + +Once you've saved your configuration, you'll be able to use the *Notification* tab to send your messages to one or more of the services you defined in your configuration. You can use the tag `all` to notify all of your services regardless of what tag had otherwise been assigned to them.
+![Screenshot of GUI - Notifications](https://raw.githubusercontent.com/caronc/apprise-api/master/Screenshot-4.png) At the end of the day, the GUI just simply offers a user friendly interface to the same API developers can directly interface with if they wish to. diff --git a/Screenshot-1.png b/Screenshot-1.png index 980a1e3..df6bf51 100644 Binary files a/Screenshot-1.png and b/Screenshot-1.png differ diff --git a/Screenshot-2.png b/Screenshot-2.png index 71f5976..d2d58f0 100644 Binary files a/Screenshot-2.png and b/Screenshot-2.png differ diff --git a/Screenshot-3.png b/Screenshot-3.png index 01a98dd..f6f9984 100644 Binary files a/Screenshot-3.png and b/Screenshot-3.png differ diff --git a/Screenshot-4.png b/Screenshot-4.png new file mode 100644 index 0000000..c711250 Binary files /dev/null and b/Screenshot-4.png differ diff --git a/apprise_api/api/templates/config.html b/apprise_api/api/templates/config.html index b95b0c8..c5a4e2d 100644 --- a/apprise_api/api/templates/config.html +++ b/apprise_api/api/templates/config.html @@ -154,7 +154,7 @@
{% trans "Loaded Configuration" %}
-

{% blocktrans %}Tip: Click on a tag (🏷️) to pre-select in the announcementNotifications section with the tag already pre-selected.{% endblocktrans %}

+

{% blocktrans %}Tip: Click on a tag (🏷️) to pre-select it in the announcementNotifications section.{% endblocktrans %}