Skip to content

Commit

Permalink
Add a link to the Github issues page
Browse files Browse the repository at this point in the history
  • Loading branch information
encadyma committed Jul 13, 2018
1 parent de35ec5 commit caa9d7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/options/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<quick-action title="Block off sites" description="Create a profile based on a list of websites to block" pageName="AddProfile"/>
<!--<quick-action title="Edit current profile" description="Edit the current profile's site lists, blocking mode, and more" pageName="ViewProfile" :params="{ id: currentProfile }"/>-->
<quick-action title="Find help" description="Open the Chronos quickstart with walkthroughs on common actions" pageName="QuickStart"/>
<quick-action title="Request a feature" description="Open the Github issue tracker for Chronos (sign-up required)" pageName="HomePage" @click.native="goToGithub"/>
</div>
</template>

Expand All @@ -23,6 +24,11 @@
return browser.runtime.getManifest().version
}
},
methods: {
goToGithub() {
browser.tabs.create({url: "https://github.com/encadyma/chronos/issues"})
}
}
}
</script>

Expand Down

0 comments on commit caa9d7a

Please sign in to comment.