diff --git a/_layouts/page.html b/_layouts/page.html
index 91207d1..41568bc 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -43,7 +43,7 @@
{% for widget in site.widgets %}
-
-
+
{{ widget.appname }}
{% if widget.badge != null and widget.badge != "" %}
diff --git a/_widgets/octospace.md b/_widgets/octospace.md
index 76b38e7..db3cb0c 100644
--- a/_widgets/octospace.md
+++ b/_widgets/octospace.md
@@ -16,6 +16,13 @@ iconname: octospace-128.png
Download on the
Mac App Store
+
+
+
+ Check free version
+ OctoSpace Lite
+
+
@@ -25,7 +32,7 @@ iconname: octospace-128.png
-With this app you'll be able to quickly access github's pull requests, issues and repositories of your any organization you're part of.
+With this app you'll be able to quickly access github's pull requests, issues and repositories of any organization you're part of.
Ideal for:
- Developers seeking a more integrated GitHub experience on their macOS.
@@ -34,11 +41,10 @@ Ideal for:
- Contributors to open-source projects who need to stay updated on various repositories.
-
# Features
- simple setup - just generate an access token and paste it in the app.
- - built in SwiftfUI, for better performance, theming and integration with macOS.
+ - built in SwiftUI, for better performance, theming and integration with macOS.
- for pull requests you can setup:
- what type of pull requests to view: review requested, assigned and/or created.
- status checks - is a code quality feature of GitHub's pull requests, which is based on external processes, like CI pipeline. There are two types of status checks: check and commit status. OctoSpace supports both of them.
@@ -53,4 +59,4 @@ Ideal for:
- add team members view
- [suggest your feature](https://github.com/menubar-apps/OctoSpace/issues/new?assignees=streetturtle&labels=&projects=&template=feature_request.md&title=)
-If you liked the app, please leave a review. In case you didn't like it, please submit an issue, I'll be happy to fix bugs, implement missing functionalities or work on a new features.
+If you liked the app, please leave a review. In case you didn't like it, please submit an issue, I'll be happy to fix bugs, implement missing functionalities or work on new features.
diff --git a/_widgets/octospacelite.md b/_widgets/octospacelite.md
index e6b9808..6d1af5b 100644
--- a/_widgets/octospacelite.md
+++ b/_widgets/octospacelite.md
@@ -11,46 +11,32 @@ iconname: octospace-lite-128.png
-
+
Download on the
Mac App Store
+
+
+
+ Check full version
+ OctoSpace
+
+
-
+
-With this app you'll be able to quickly access github's pull requests, issues and repositories of your any organization you're part of.
-
-Ideal for:
- - Developers seeking a more integrated GitHub experience on their macOS.
- - Project managers who need to keep track of multiple GitHub organizations simultaneously.
- - GitHub power users wanting to optimize their workflow.
- - Contributors to open-source projects who need to stay updated on various repositories.
-
-
+You GitHub companion one click away!
# Features
- simple setup - just generate an access token and paste it in the app.
- - built in SwiftfUI, for better performance, theming and integration with macOS.
- - for pull requests you can setup:
- - what type of pull requests to view: review requested, assigned and/or created.
- - status checks - is a code quality feature of GitHub's pull requests, which is based on external processes, like CI pipeline. There are two types of status checks: check and commit status. OctoSpace supports both of them.
- - for issues you can setup:
- - what type of issue to view: assigned, created and/or mentioned.
-
-# Upcoming features
-
- - add search to the repositories view
- - add github projects view
- - improve issues view to include information about projects, related to the issue
- - add team members view
- - [suggest your feature](https://github.com/menubar-apps/OctoSpace/issues/new?assignees=streetturtle&labels=&projects=&template=feature_request.md&title=)
-
-If you liked the app, please leave a review. In case you didn't like it, please submit an issue, I'll be happy to fix bugs, implement missing functionalities or work on a new features.
+ - built in SwiftUI, for better performance, theming and integration with macOS.
+
+If you liked the app, please leave a review. In case you didn't like it, please submit an issue, I'll be happy to fix bugs, implement missing functionalities or work on new features.
diff --git a/assets/img/screenshots/octospace-lite/octospace-lite-1.png b/assets/img/screenshots/octospace-lite/octospace-lite-1.png
new file mode 100644
index 0000000..043682c
Binary files /dev/null and b/assets/img/screenshots/octospace-lite/octospace-lite-1.png differ
diff --git a/assets/js/init.js b/assets/js/init.js
index 0e8ba07..60d9c6a 100644
--- a/assets/js/init.js
+++ b/assets/js/init.js
@@ -31,7 +31,7 @@ $(document).ready(function(){
send_to: 'G-KF6GFCEWBS'
})
- $('li.tab > a').click(function(event){
+ $('a.internal-link').click(function(event){
event.preventDefault();//stop browser to take action for clicked anchor
let currentPage = $(this).text().trim().replace(/\s+/g, '').toLowerCase();