Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update lite #6

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<ul>
{% for widget in site.widgets %}
<li class="tab col s2 sidenav-close">
<a class="tab" href="#{{ widget.title | replace: ' ', '' | downcase }}">
<a class="tab internal-link" href="#{{ widget.title | replace: ' ', '' | downcase }}">
<img src="https://menubar-apps.github.io/assets/img/{{widget.iconname}}" style="width: 40px; vertical-align: middle;">
<span>{{ widget.appname }}</span>
{% if widget.badge != null and widget.badge != "" %}
Expand Down
14 changes: 10 additions & 4 deletions _widgets/octospace.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ iconname: octospace-128.png
<span class="appstore-badge__text">Download on the</span>
<span class="appstore-badge__storename">Mac App Store</span>
</a>

<a class="appstore-badge internal-link" style="background-color:#1d3557" href="#octospacelite">
<img class="appstore-badge__icon" src="{{ site.url | append: site.baseurl}}/assets/img/menubar-apps-logo.png">
<span class="appstore-badge__text">Check free version</span>
<span class="appstore-badge__storename">OctoSpace Lite</span>
</a>

</p>

<div class="row">
Expand All @@ -25,7 +32,7 @@ iconname: octospace-128.png
</div>


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.
Expand All @@ -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.
Expand All @@ -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.
40 changes: 13 additions & 27 deletions _widgets/octospacelite.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,46 +11,32 @@ iconname: octospace-lite-128.png
</p>

<p align="center">
<a class="appstore-badge" href="https://apps.apple.com/us/app/octospace/id6473707939?mt=12&amp;itsct=apps_box_badge&amp;itscg=30200">
<a class="appstore-badge" href="https://apps.apple.com/ca/app/octospace-lite/id6476446051?mt=12?mt=12&amp;itsct=apps_box_badge&amp;itscg=30200">
<img class="appstore-badge__icon" src="{{ site.url | append: site.baseurl}}/assets/img/badges/apple.svg">
<span class="appstore-badge__text">Download on the</span>
<span class="appstore-badge__storename">Mac App Store</span>
</a>

<a class="appstore-badge internal-link" style="background-color:#1d3557" href="#octospace">
<img class="appstore-badge__icon" src="{{ site.url | append: site.baseurl}}/assets/img/menubar-apps-logo.png">
<span class="appstore-badge__text">Check full version</span>
<span class="appstore-badge__storename">OctoSpace</span>
</a>
</p>


<div class="row">
<div class="col m8 offset-m2">
<img class="rounded-corners" src="{{ site.url | append: site.baseurl}}/assets/img/screenshots/octospace/octospace-1.png">
<img class="rounded-corners" src="{{ site.url | append: site.baseurl}}/assets/img/screenshots/octospace-lite/octospace-lite-1.png">
</div>
</div>


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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
Loading