Skip to content

Commit

Permalink
Allow change install directory, Fix unclickable app, add report an is…
Browse files Browse the repository at this point in the history
…sue sidenav
  • Loading branch information
KeziahMoselle committed Sep 30, 2018
1 parent 474a541 commit cb7a5d8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "gelbooru-client",
"version": "0.10.0",
"version": "0.10.1",
"description": "You already know what it is.",
"main": "src/main.js",
"dependencies": {
"axios": "^0.17.1",
"electron-save-file": "^1.0.2",
"electron-store": "^2.0.0"
"electron-store": "^2.0.0",
"dotenv": "^6.0.0"
},
"devDependencies": {
"dotenv": "^6.0.0",
"electron": "^2.0.9",
"electron-builder": "^20.0.4",
"electron-connect": "^0.6.3",
Expand All @@ -19,6 +19,7 @@
"scripts": {
"start": "npx gulp",
"dist": "electron-builder",
"dist-portable": "electron-builder -w portable",
"test": "npx standard --fix"
},
"build": {
Expand All @@ -32,6 +33,8 @@
]
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"installerHeaderIcon": "./build/icon-black.ico"
}
},
Expand Down
7 changes: 4 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<div class="user-view">
<div class="background"></div>
<span class="white-text name">Gel<b>booru</b> Client</span>
<span class="white-text email">v0.10.0</span>
<span class="white-text email">v0.10.1</span>
</div>
</li>
<li><a class="subheader">Pages</a></li>
Expand All @@ -63,9 +63,10 @@
<li><p class="sidenav-form"><label><input id="checkboxEndlessScrolling" type="checkbox" class="filled-in" /><span>Endless scrolling</span></label></p></li>
<li><div class="divider"></div></li>
<li><a class="subheader">Links</a></li>
<li><a class="waves-effect" href="https://gelbooru.com/"><i class="material-icons">open_in_new</i>Gelbooru</a></li>
<li><a class="waves-effect" href="https://gelbooru.com/"><i class="material-icons">open_in_new</i>Gelbooru.com</a></li>
<li><a class="waves-effect" href="https://github.com/KeziahMoselle/gelbooru-client/issues"><i class="material-icons">open_in_new</i>Report an issue</a></li>
<li><a class="waves-effect" href="https://github.com/KeziahMoselle/gelbooru-client"><i class="material-icons">open_in_new</i>Source Code</a></li>
<li><a class="waves-effect" href="https://gelbooru.com/index.php?page=help&topic=cheatsheet"><i class="material-icons">open_in_new</i>How tags works ?</a></li>
<li><a class="waves-effect" href="https://github.com/KeziahMoselle/gelbooru-client"><i class="material-icons">open_in_new</i>GitHub</a></li>
</ul>
<!-- [End First navbar] -->

Expand Down

0 comments on commit cb7a5d8

Please sign in to comment.