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

develop to master #17

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
19998ba
support for shiny page on mad backend
whitewillem Jun 12, 2020
42d5c44
WIP: pokedex page
whitewillem Jun 13, 2020
607ee57
dont try to query
whitewillem Jun 13, 2020
417dab9
add prev and next buttons
whitewillem Jun 13, 2020
429e216
scroll page to keep column on top
whitewillem Jun 13, 2020
49cf4fd
fixes
whitewillem Jun 13, 2020
86198a7
fix nidoran and modal show timeout
whitewillem Jun 13, 2020
a29049a
add type icons to pokemon page
whitewillem Jun 14, 2020
367f0c5
fix mr mime modal
whitewillem Jun 14, 2020
2b0058a
Merge pull request #14 from pmsf/pokedex
whitewillem Jun 17, 2020
1b01abb
WIP: new nav
whitewillem Jun 18, 2020
6205307
add missing image
whitewillem Jun 18, 2020
458d957
fix type
whitewillem Jun 18, 2020
2eb5e16
typo
whitewillem Jun 18, 2020
8c24e5d
Update pl.json
Jun 18, 2020
0261e20
Update nav.php
Jun 18, 2020
fce8f51
Update nav.php
Jun 18, 2020
5bf19bb
Merge pull request #16 from kamieniarz/patch-5
whitewillem Jun 18, 2020
2214404
fix nav icon hover
whitewillem Jun 18, 2020
08da3dc
fix scrolling in nav
whitewillem Jun 18, 2020
3b3f719
enable overlay when opening nav, close nav when scrolling page
whitewillem Jun 18, 2020
1c22a5d
lint
whitewillem Jun 18, 2020
e7bb88d
more lint
whitewillem Jun 18, 2020
653b0e4
fix closing nav on click outside nav
whitewillem Jun 18, 2020
4a1e985
check if header is visible, if not: close nav
whitewillem Jun 18, 2020
b62fa69
use current language flag as locale icon
whitewillem Jun 18, 2020
41adf88
add pokedex search
whitewillem Jun 18, 2020
c90b0eb
Merge pull request #15 from pmsf/nav
whitewillem Jun 18, 2020
fa8db6f
minor style fix
whitewillem Jun 18, 2020
c163be0
footer fix
whitewillem Jun 19, 2020
f153bbf
typo
whitewillem Jun 19, 2020
89e0428
woops
whitewillem Jun 19, 2020
10c1c91
Merge pull request #18 from pmsf/nav
whitewillem Jun 23, 2020
f976fde
WIP: add raid dashboard. Todo: mad support
whitewillem Jun 23, 2020
f088426
mad support. (not tested)
whitewillem Jun 23, 2020
5ed04d4
fix
whitewillem Jun 23, 2020
a098995
Update stats.js
Jun 23, 2020
8504add
Update pl.json
Jun 23, 2020
7923b04
Update raid_dashboard.php
Jun 23, 2020
24cf98c
Update nav.php
Jun 23, 2020
68ffbcf
Merge pull request #19 from kamieniarz/patch-6
whitewillem Jun 23, 2020
89be4ad
fix mad query
whitewillem Jun 24, 2020
6be6d0d
`,` to many
whitewillem Jun 24, 2020
eb6643b
update de.json
acocalypso Aug 3, 2020
195ef8f
more de.json updates
acocalypso Aug 3, 2020
e55b2e1
Merge pull request #20 from acocalypso/raid_dashboard
whitewillem Aug 3, 2020
d93ab15
Merge pull request #13 from pmsf/mad-shiny
whitewillem Aug 13, 2020
8fed7bc
Merge pull request #21 from pmsf/raid_dashboard
whitewillem Aug 13, 2020
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
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"pokemonIconPath": true,
"itemIconPath": true,
"eggIconPath": true,
"Store": true
"Store": true,
"GeofenceDefault": true
}
}
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ module.exports = function (grunt) {
build: {
files: {
'static/dist/data/pokemon.min.json': 'static/data/pokemon.json',
'static/dist/data/pokedex.min.json': 'static/data/pokedex.json',
'static/dist/data/items.min.json': 'static/data/items.json',
'static/dist/data/grunttype.min.json': 'static/data/grunttype.json',
'static/dist/locales/de.min.json': 'static/locales/de.json',
Expand Down
2 changes: 1 addition & 1 deletion config/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
$raidPage = true;
$rewardPage = true;
$invasionPage = true;
$shinyPage = false; // Does not work for mad yet.
$shinyPage = true;

/* Nest Page */
$nestPage = true;
Expand Down
2 changes: 1 addition & 1 deletion config/example.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
$raidPage = true;
$rewardPage = true;
$invasionPage = true;
$shinyPage = false; // Does not work for mad yet.
$shinyPage = true;

/* Nest Page */
$nestPage = true;
Expand Down
24 changes: 12 additions & 12 deletions custom/css/custom.css.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
tbody {
background-color: white;
}
.card-header {
.card-header-overview {
background-image: url(../../static/images/stop.png);
background-size: 60px auto;
background-repeat: no-repeat;
Expand All @@ -19,40 +19,40 @@ tbody {
color: #000000!important;
}

a.neutral:hover {
div.neutral:hover {
background-color:#dddddd;
}
a.neutral:hover * {
div.neutral:hover * {
color:#FFF;
}

a.valor i,.valor h4.list-group-item-heading {
div.valor i,.valor h4.list-group-item-heading {
color: #f71208;
}
a.valor:hover {
div.valor:hover {
background-color:#dd4b39;
}
a.valor:hover * {
div.valor:hover * {
color:#FFF;
}

a.mystic i,.mystic h4.list-group-item-heading {
div.mystic i,.mystic h4.list-group-item-heading {
color:#0076f3;
}
a.mystic:hover {
div.mystic:hover {
background-color:#3b5998;
}
a.mystic:hover * {
div.mystic:hover * {
color:#FFF;
}

a.instinct i,.instinct h4.list-group-item-heading {
div.instinct i,.instinct h4.list-group-item-heading {
color:#ffd200;
}
a.instinct:hover {
div.instinct:hover {
background-color:#ffd20073;
}
a.instinct:hover * {
div.instinct:hover * {
color:black;
}

Expand Down
Loading