Skip to content

Commit

Permalink
Release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymac committed Dec 6, 2016
2 parents 323da7c + e3490c0 commit 85440cf
Show file tree
Hide file tree
Showing 8 changed files with 122 additions and 106 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

**PokéNurse** is a desktop application for Windows and Mac that allows you to manage your pokémon from Pokémon Go without the need for a mobile device. You can now favorite, transfer, and evolve from the comfort of your own home!

## Downloads for v1.6.0
## Downloads for v1.6.1
You may view all the releases [here](https://github.com/vinnymac/PokeNurse/releases)
* [macOS](https://github.com/vinnymac/PokeNurse/releases/download/v1.6.0/PokeNurse.dmg)
* [Windows 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.6.0/PokeNurse-ia32.exe)
* [Windows 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.6.0/PokeNurse-x64.exe)
* [Linux 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.6.0/PokeNurse-ia32.deb)
* [Linux 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.6.0/PokeNurse-x64.deb)
* [macOS](https://github.com/vinnymac/PokeNurse/releases/download/v1.6.1/PokeNurse.dmg)
* [Windows 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.6.1/PokeNurse-ia32.exe)
* [Windows 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.6.1/PokeNurse-x64.exe)
* [Linux 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.6.1/PokeNurse-ia32.deb)
* [Linux 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.6.1/PokeNurse-x64.deb)

## Examples
![Login Window](app/loginExample.png)
Expand Down
104 changes: 63 additions & 41 deletions app/app.global.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
width: 14px;
height: 14px;
left: 15px;
top: 19px;
top: 12px;
}

/* Color/shape of burger icon bars */
Expand Down Expand Up @@ -94,74 +94,96 @@

/**** Global style ****/

.header {
background-image: url('./imgs/bg.jpg');
background-position: center top;
.h2 {
margin: 0;
}

.flex {
display: flex;
align-items: center;
}

.mra {
margin-right: auto;
}

.p5 {
padding: .5em;
}

.ib {
display: inline-block;
}

.global-nav {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1;
background-color: #fff;
box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}

.nav-header {
background-size: cover;
padding: 5vh 5vw;
margin-bottom: 15px;
color: #fff;
}

.drawer-icon {
padding: 10px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1;
color: #555;
text-align: center;
background-color:rgba(0, 0, 0, 0.7);
border: rgba(0, 0, 0, 0.2);
border-radius: 4px;
.flex-row {
color: #fff;
text-shadow: 1px 1px 1px #000;
}

.username {
padding-top: 17px;
margin-left: 40px;
color: white;
#username-h {
margin-left: 2.5em;
}

.search input {
.search {
margin-right: .5em;
background-color:rgba(0, 0, 0, 0.5);
border: rgba(0, 0, 0, 0.2);
color: white;
}

.search span {
background-color:rgba(0, 0, 0, 0.8);
border: rgba(0, 0, 0, 0.2);
.search label {
margin: 0;
padding-left: .3em;
padding-right: .3em;
color: rgba(255, 255, 255, .5);
}

.stats {
padding-top: 15px;
padding-right: 35px;
.header {
background-image: url('./imgs/bg.jpg');
background-position: center top;
background-size: cover;
padding: 5vh 5vw;
margin-bottom: 15px;
color: #fff;
}

.search input {
color: white;
float: right;
border: unset;
background: unset;
}

.status-container {
margin-top: 50px;
padding: 0px 15px;
min-height: 34px !important;
max-height: 34px !important;
background-color:rgba(0, 0, 0, 0.7);
z-index: 1029 !important;
position: fixed;
width: 100%;
}

.status {
font-size: 10px;
color: white;
padding: 10px 0px 7px 0px;
}

.progressbar {
padding: 7px 0px;
width: 50%;
}

.progressbar .progress {
margin-bottom: 0;
}

.table-container {
margin-top: 65px;
margin-top: 120px;
}

#refresh-btn {
Expand Down
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PokeNurse",
"productName": "PokeNurse",
"version": "1.6.0",
"version": "1.6.1",
"description": "A tool for Pokémon Go to aid in transferring and evolving Pokémon",
"main": "./main.js",
"author": {
Expand All @@ -12,8 +12,8 @@
"license": "MIT",
"dependencies": {
"async-file": "^2.0.2",
"node-pogo-protos": "1.5.0",
"pogobuf": "1.7.0",
"node-pogo-protos": "2.2.0",
"pogobuf": "1.8.0",
"electron-localshortcut": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion app/screens/Menu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const MainMenu = React.createClass({
return (
<Menu>
<div>
<ul className="nav navbar-nav">
<ul className="list-unstyled">
<li><a onClick={this.handleClickSettings}>Settings <i className="fa fa-cog" /></a></li>
{
// <li><a>Applied Items <i className="glyphicon glyphicon-chevron-down" /></a></li>
Expand Down
4 changes: 2 additions & 2 deletions app/screens/Table/components/SpeciesPokemonCounter.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ const SpeciesPokemonCounter = React.createClass({

return (
<span>
<span>
<span className="ib">
Species: {this.handleSpeciesRecount(monsters)}
</span>
{' | '}
<span>
<span className="ib">
Pokemon: {this.handlePokemonCounter(monsters)}
</span>
</span>
Expand Down
14 changes: 6 additions & 8 deletions app/screens/Table/components/Status.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ const Status = React.createClass({
}

return (
<div className="status-container">
<div className="row col-sm-12">
<div className="col-sm-6 status">
<span>{`Status: ${label}`}</span>
</div>
<div className="col-sm-6 progressbar">
<Progress progress={this.props.status} />
</div>
<div className="status-container flex p5 flex-row">
<div className="status mra">
<span>{`Status: ${label}`}</span>
</div>
<div className="progressbar">
<Progress progress={this.props.status} />
</div>
</div>
)
Expand Down
84 changes: 40 additions & 44 deletions app/screens/Table/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,60 +113,54 @@ const Table = React.createClass({

return (
<div>
<div className="container">
<nav
className="navbar navbar-inverse navbar-fixed-top"
style={backgroundHeaderStyles}
>
<div className="navbar-header">
<nav className="global-nav">
<div className="nav-header" style={backgroundHeaderStyles}>
<div>
<MainMenu eggs={monsters.eggs} />
</div>
<div className="navbar-header username">
<div className="flex p5 flex-row">
{' '}
<strong>
<span id="username-h">
{username}
</span>
<strong className="mra" id="username-h">
{username}
</strong>
</div>
<div className="navbar-right">
<div className="stats">
<SpeciesCounter monsters={monsters} />
{' | '}
<span>
<CheckCounter />
</span>
</div>
</div>
<div className="navbar-form navbar-right">
<div className="form-group input-group search">
<span className="input-group-addon">
<span className="fa fa-search" aria-hidden="true" />
</span>

<div className="flex search">
<label htmlFor="search">
<i className="fa fa-search" aria-hidden="true" />
</label>
<input
type="text"
className="form-control"
placeholder="Search"
type="search"
id="search"
placeholder="Search"
ref={(c) => { this.search = c }}
onChange={this.onFilterChange}
/>
</div>

<div>
<SpeciesCounter monsters={monsters} />
{' | '}
<span className="ib">
<CheckCounter />
</span>
</div>
</div>
</nav>
</div>
<Status />
</div>

<Status />

<header className="flex p5">
<h2 className="h2 mra">
<span>Pokémon</span>
<span
className="fa fa-refresh"
id="refresh-btn"
role="button"
onClick={this.handleRefresh}
/>
</h2>

<div className="container table-container">
<h1>
<span>Pokémon</span>
<span
className="fa fa-refresh"
id="refresh-btn"
role="button"
onClick={this.handleRefresh}
/>

<span className="pull-right">
<span>
<input
type="button"
className="btn btn-warning"
Expand All @@ -183,8 +177,10 @@ const Table = React.createClass({
onClick={this.handleEvolve}
/>
</span>
</h1>
</header>
</nav>

<div className="container table-container">
<SpeciesTable
filterBy={filterBy}
sortBy={sortBy}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PokeNurse",
"version": "1.6.0",
"version": "1.6.1",
"description": "A tool for Pokémon Go to aid in transferring and evolving Pokémon",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 85440cf

Please sign in to comment.