Giter VIP home page Giter VIP logo

dex's People

Contributors

dependabot[bot] avatar th1rtyf0ur avatar vidoardes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dex's Issues

Purified not owned not sorting

Thank you for updating the shadow list. The purified list is not sorting properly if you select Purified and not owned it selects all. Thank you for you work.

Living Dex doesn't show pokemon from other lists

Is that wanted behaviour and I am using it wrong? I added some pokemon to a lucky only list and none of those are in my "Living DEX" list.

btw Firefox only shows first 25 pokemon. Chrome / Edge (Chromium) is fine.

Pokemon missing

Hello,

Just wanted to let you know that a few Pokemon are missing :

  • Galarian Weezing
  • Burmy color variants + shiny
  • Wormadam color variants + shiny
  • Mothim shiny
  • Cherrim color variants
  • Shellos color variants
  • Gastrodon color variants
  • Giratina origin form
  • Meltan + shiny
  • Melmetal + shiny

Other mistakes:

  • Regigigas should not have a male/female option, it should be genderless
  • I can't add Cherrim to my list, nothing happens when I click on this Pokemon (whether it be the female, male or lucky button)
  • Wormadam can't be male
  • Mothim can't be female

Thanks in advance and thank you so much for the amazing work you do!

Best,

Nathan96

Cannot resend verification email

If the original verification email is not received, new users cannot sign in, and cannot request the verification email to be resent.

Filter by gender

You can filter by shiny or lucky but you cannot filter by gender in order to check what male/female pokemon you don't have yet.

Sawk female version

Hello,

I just noticed that in dex Sawk (#539) has a female version, while in the pokedex inside the game it only has a male version. Is this an error?

Darkrai

Darkrai doesn't have gender.
Thx, for all the work you doing on this.

Just some missing mons

(Missing)
Tornadus therian forme
Meltan
Melmetal
Galarian Weezing
Burmy sandy and Burmy Trash + evolutions
shellos (east sea) + evolution

(Not supposed to be gender)
Virizion

(Missing option for Shaddow)
Stantler without bells

Lucky Mythicals

Minor bug: Mythical Pokemon cannot be traded and so it is not possible to obtain lucky versions of them - Dex currently allows users to mark Mew and Celebi as lucky

Negative filters / hide costumes

Hi,
it'd be great if we had option to do negative filters to not to show the group. Mainly it's for the purpose of hiding the costume pokemons. I had several event pokemons, but cannot say for sure which one, so I decided not to track them (as they don't appear in game in pokedex).

Or it might be a good idea to put it as a DEX setting - to have option to either turn costumed pokemons off or on for the one DEX.

Thanks.
Cheers.

Clipboard string for [Not Owned] should be negated

If you're looking at a [Not Owned] and [Lucky] list, or [Not Owned] and [Shiny] list, Dex displays pokemon you DON'T have. However, the clipboard search string searches for those pokemon AS [Shiny] or [Lucky].

Example:
Dex has [Owned] every lucky pokemon except a lucky caterpie. A normal caterpie is owned.
Filtering Dex for [Not Owned] by itself lists nothing. Expected behavior.
Filtering Dex for [Not Owned] and [Lucky] lists only Caterpie. Expected behavior.
The search string generated to the clipboard, however, searches for "10,&lucky" which would search your pokemon for Lucky Caterpie (which you have none of). Search would list nothing.
It should search instead for "10,&!lucky" to find not-lucky caterpie.

Invert this issue for comparison:
Dex has [Owned] only a lucky caterpie. A normal caterpie is owned.
Filtering Dex for [Owned] by itself lists everything. Expected behavior.
Filtering Dex for [Owned] and [Lucky] yields only Lucky Caterpie. Expected behavior.
The search string generated matches the displayed [Owned] and [Lucky] filter results. It searches for the same thing in the example above, "10,&lucky".

Daily Usage Ideas

Thanks so much for this amazing tool and the energy you spend maintaining it. I've been using the app multiple times a week for a number of weeks now and wanted to share some observations.

Finding a Pokemon
After a lucky trade, or catching a new shiny, I like to open the app and update my dex. However, it takes a good bit of time to scroll through and find the pokemon I want to update. I usually keep scrolling and use the browser search to check if the pokemon has shown up as I scroll. Even if I do some filtering it's still cumbersome to scroll and wait for the infinite scroll to load. There also seems to be an occasional issue where the data doesn't reload when changing/clearing filters but I haven't figured out the exact steps to replicate it consistently.

A text box to filter by name or number could help solve this. I pretty much always know the pokemon name so if I could search for that it would be amazing and speed up this process.

Loading Time
I'm sure specific decisions were made with the infinite scroll and loading only a small set of data on the page at any time. However, the entire dex could probably be loaded at once without seeing a performance hit. There seems to be a lot of extra data in the JSON response that's not being used on the page which could be removed to keep the response data smaller. The images could still be eager loaded when scrolling and filtering/searching could be done with the front-end JS to keep it really snappy.

You may have already thought about all of this but I just wanted to share the few things that I think would make some of these app interactions even better.

Small fixes

Hi! Thanks for your time and effort for this project!
I noticed some small issues:

  • Feebas/Milotic shinies are missing
  • Spinda 5, and Spinda with Heart are missing (not sure the heart one where it goes in the Dex).
  • Palkia is genderless
  • Happiny and Froslass can only be Females

BR!

A few issues

Hello,

I just started using dex.vidoardes.me yesterday and while updating my dex I found the following issues:

Piplup (#393) and it's evolution chain is missing the shiny version in dex.

Sawk (#539) has a female version in dex but not in the Pokédex inside the game.

Scraggy (#559) is missing in dex.

I know the last time this repo was updated, was in December 2019, but I'm hoping the dev hasn't abandoned it completely.

Shadow / purified

Thank you for this service and your work. The Shadow list is missing hitmonlee and Articuno. The purified list at this time is not sorting properly. Thanks again!

Pokemon Missing (#574-#587)

Pokemon #574-#587 (Gothita to Emolga) do not show up. It skips straight from #573 (Cinccino) to #588 (Karrablast)
Screen Shot 2020-04-08 at 8 18 52 PM

Search String Not Clearing

Sometimes after clearing the Search for a pokemon... section there are still results shown and those values are in the url.

To reproduce:

  1. Search for Bulbasaur and add to list
  2. Search for Charmander and add to list
  3. Choose Owned filter
  4. Click X on Search for a pokemon list to clear all pokemon

KWdr5SfQH6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.