Keleth says:
FlyingSucculent says:
Can't check notifications right now, but here are some games that are favourited but don't show up on the main page for me:
1601, 1950, 4467, 4566.
I can confirm that these would display if we didn't limit to 10. So basically it's again about picking how we display favorites (by date, name, etc).
So I think for characters, I'm going to go by ID. That's what it currently is and while I don't love it, its at least something.
For games, my proposal is in the header we show only games you're in, sorted by when they were created, descending (so most recently created first).
Thoughts?
Currently (looking at the code):
Games:
If you have no games bookmarked, it's the first six non-retired games (by id) that you're a player in, then alpha ordered (ignoring emoji).
If you have games bookmarked, it's all of those (no limit), ordered by those you play in, then alpha (ignoring emoji).
Characters are similar (limit of 6 until favouriting), but it appears the alpha sorting doesn't strip emoji.
The idea is that once a user starts favouriting things then they control how big the header gets.