Skip to content
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

Open
SacredZenpie opened this issue Jun 9, 2023 · 2 comments
Open

Anime List: Allow opening multiple anime pages #1137

SacredZenpie opened this issue Jun 9, 2023 · 2 comments
Labels

Comments

@SacredZenpie
Copy link
Contributor

SacredZenpie commented Jun 9, 2023

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.

@erengy
Copy link
Owner

erengy commented Jun 11, 2023

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.

@erengy erengy added the ui label Jun 11, 2023
@erengy erengy changed the title Cant open multiple anime pages Anime List: Allow opening multiple anime pages Jun 12, 2023
@SacredZenpie
Copy link
Contributor Author

SacredZenpie commented Jun 12, 2023

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:
Since taiga natively has selection highlighted, it would be nice (for appearance reason) to block Windows's focus rectangles drawing on focused selected items. Also removing the dots from some of the context menu would be nice to keep consistency. (pictured in the attachment)

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.

Screenshot 2023-06-13 001547
Screenshot 2023-06-13 041727

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants