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
Describe the bug (required)
The characters list on the details page seems to be in random order. If it's not possible to follow the sort order of MAL (which is like based), I think we should at least display the main characters first.
To Reproduce
Steps to reproduce the behavior:
Open the app and search for "ore dake level up na ken".
Open the details page for the anime and scroll down to Characters.
The Main character is present towards the end of the list.
For some anime with multiple main characters like in "Frieren", all main characters seem to be randomly distributed in the list.
Expected behavior
For the Main characters to be present on top of the list.
Screenshots
Enviroment (required)
Device model: Nothing Phone (2)
Android version: 14
App version: 3.5.3
Additional context
Possible to follow the MAL sort order? It's sorted by the number of likes on each character, though I believe this data is not exposed to the API.
The text was updated successfully, but these errors were encountered:
@axiel7 The "Main" or "Supporting" text that we render under the characters must also be coming from the API right? I was thinking if we can identify the Main ones and bring them in front of the list... Or is my understanding not correct? 😅
solo leveling has 30 characters,, when you leave the limit field empty, it defaults to 10.
idk how did you get ScreenShot with The Main Guy in it.
CURRENTLY, it doesn't even show the Main Chars ,
toFix it: i set it to 40. its getting the main char.
//interestingly show has Just 1 Main Char
Describe the bug (required)
The characters list on the details page seems to be in random order. If it's not possible to follow the sort order of MAL (which is like based), I think we should at least display the main characters first.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
For the Main characters to be present on top of the list.
Screenshots
Enviroment (required)
Additional context
Possible to follow the MAL sort order? It's sorted by the number of likes on each character, though I believe this data is not exposed to the API.
The text was updated successfully, but these errors were encountered: