Closed mspykerez closed 4 months ago
all these changes are to much for one issue and would need to be broken down in one issue per requested change, but i'll answer some of the things here and then keep it up for a while before i close this issue, but separate issues will be created when working on something from this list
Hey can you merge the changes that pedro-dro made? There are some fixes and nice improvements there such as
are all of them relevant? if you know your way around code, you are more then welcome to lift some of the changes over as a PR
The filters are great to have! However I wish they could be smarter. Ex: for the game ‘’Super Mario 3D World’’ if you write ‘mario world’ on the filter it will not pick up anything but if you write ‘3d world’ it will show.
this is based on a already existing component and i'm not sure this is possible without a lot of changes
Also I don't know if you can add 2 COLUMNS in MISSING GAMES for #number of DLCs available (if any) plus if it has an update available (y/n)
the data is there, just not sure if it would performance wise to make this lookup for all games, as there are a lot of them in this list, but i might be able to look into it to see if its possible
In addition having some extra COLUMNS would be nice
yes, as you stated, all of these fields would be to much to have in the table, so a popup seems like a more real solution for this
Finally can we have a dark mode
the app wasnt really prepared for this functionallity, so it is possible, but will require some work to have working
Unfortunately i'm no coder.
btw should i create a new issue for each request in here or you add to the todo list what you can implement?
that would be optimal, yes to keep track of code mapped to discussions they need to be as separate issues otherwise i will create new issues when i start working on them but keeping them separate will help me not forget items and it will also help others to see what is already requested or are known issues, both for normal users and other developers to let them show whats available to work with if they would like to help
created some new issues from this, so closing this one now
Hey can you merge the changes that pedro-dro made? There are some fixes and nice improvements there such as:
The filters are great to have! However I wish they could be smarter. Ex: for the game ‘’Super Mario 3D World’’ if you write ‘mario world’ on the filter it will not pick up anything but if you write ‘3d world’ it will show.
The dates on the MISSING GAMES tab needs a fix because they are displayed without spaces between the numbers (unlike the dates on the MISSSING UPDATES tab) making it a bit confusing to read. Also I don't know if you can add 2 COLUMNS in MISSING GAMES for #number of DLCs available (if any) plus if it has an update available (y/n).
The library is also missing a release date column.
In addition having some extra COLUMNS would be nice: -Languages -Publisher -Developer -Genre -Size -Firmware -Description of the game (because this can be long, perhaps make it a popup when clicked with screenshots and everything)
Could also add the ability to enlarge the current thumbnails.
I know that all this data can be retrieval because good old NSC_BUILDER does it when scanning the games i think.
Finally can we have a dark mode ?