-
-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anime List: Allow opening multiple anime pages #1137
Comments
Double/middle-clicking on an Anime List item clears the previous selection and selects the current item, so the "View anime page" action is applied to the new one. I guess the simplest solution would be to add a new action to the context menu so that it works similar to Seasons page. Note to self: Should probably rename "View anime page" to "Go to web page" for clarity and consistency. |
That is how I've done it for myself, I also added few other things to my taiga code that I think would be neat to have, like having ability top copy all name page links and open pages all via context menus. Same thing applies to Seasons tab. (pictured in the attachment(s)). Few other quality of life features that would be nice to have: Having an option to switch the anime list view to something like season page, with pictures and info. (this might have been already mentioned so I apologize if duplicate) Having a fallback command on click, so for example if user sets left click to play, and there is no file to play, it would open anime information page. I myself set it as ive said in example but ideally user could pick from a setting what the fallback action would be. In statistics page, PTW scores should not be counted toward score distribution and mean score. And finally I do have 1 issue, when a new file is added and the option to highlight anime (with putting them on top) is enabled, the anime wont go to top of the page unless anime list is manually updated. My fix for this is calling sync to anilist every time a new file is added to the library but that's not ideal. |
Issue: On the anime list, if multiple titles are selected, and a open anime page is mapped to a mouse click, when pressing it the pages dont open.
Note: in seasons tab selecting multiple titles and then right click - open pages works as expected.
The text was updated successfully, but these errors were encountered: