You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Refreshing the Diluv Homepage causes the game icons for Popular/New games to appear in random order. This is might be intentional or not thought about, however in my (one time) experience I wanted to check out the games one by one so I clicked on the first one and when I went back and attempted to click on the second icon I accidentally clicked on the same icon. It's a very minor issue (if even an issue) but it's something.
Reproduction Steps
Open the page.
b) Refresh a couple of times.
Expected behavior
I expected the game icons to stay in the same place (probably in alphabetical order
I believe this is caused by the staging data having the "createdAt" date being the same for each game, so the sorting result isn't the same. Moved to the API repository though.
I believe that Jared is correct, it looks like when a query is ordered by a column that has duplicate entries, the DB implementation is free to return them in whatever order they specify. It looks like the best solution would be to sort by a secondary column, such as the name column, here. I'll look into setting these repositories up and PR'ing this, just leaving this here for feedback in case someone has something to say :)
Description
Refreshing the Diluv Homepage causes the game icons for Popular/New games to appear in random order. This is might be intentional or not thought about, however in my (one time) experience I wanted to check out the games one by one so I clicked on the first one and when I went back and attempted to click on the second icon I accidentally clicked on the same icon. It's a very minor issue (if even an issue) but it's something.
Reproduction Steps
b) Refresh a couple of times.
Expected behavior
I expected the game icons to stay in the same place (probably in alphabetical order
Screenshots
https://gyazo.com/67ba37b5005e14be1e4650f968a05c4a
Platform:
The text was updated successfully, but these errors were encountered: