-
Notifications
You must be signed in to change notification settings - Fork 481
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
New feature: Show Subtitles #3117
Conversation
In regards to the series count in the upper right being removed, maybe that should be it's own option? There have been some requests in the past to allow it to be removed, so maybe this dropdown is the best place to add that. |
Ah, thanks, I'll look into shelf height calculation bug. |
I just figured out that bug and will push the fix |
Regarding @nichwall's comment:
I don't think the icon and the subtitle text are mutually exclusive. I have usually have Collapse Series on, and I sometimes have a hard time seeing the icon (because of the book's cover color or just because my eye doesn't catch it). The text is just another signal that it's a slightly different thing. |
Good, nice catch! |
OK, moved the Collapse/Expand Series to the context menu. Note: I did not put it in the seriesContextMenu, since Collapse Series doesn't seem to have any effect in the single series page anyway (rightly so?). |
One other thing I noticed - check boxes in ABS seem to be mostly localized, but menu items are not. Is that on purpose? |
I see 2 menu items that aren't localized in BookShelfToolbar.vue, are you referring to those or are there other menu items you are seeing? |
Sorry, my bad - I generalized from seeing the ones I saw in BookShelfToolbar - I now see most are localized. I'll fix the un-loclalized menu items. |
Done. |
Looks good, thanks! |
Fixes #2774.
This re-introduces a feature removed from #3037 after some comments from @advplyr :
This is a re-write of that feature taking those comments into account.
I think it also makes sense to move the Collapse Series option to the same menu. Would you like me to implement that?