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

Allow number of rows to be dynamic in Recents View #1567

Open
7 of 8 tasks
Saud-97 opened this issue May 23, 2023 · 0 comments
Open
7 of 8 tasks

Allow number of rows to be dynamic in Recents View #1567

Saud-97 opened this issue May 23, 2023 · 0 comments
Labels
feature New feature or request

Comments

@Saud-97
Copy link

Saud-97 commented May 23, 2023

Describe your suggested feature

The number of rows in the Recents Screen (Grouped tab) is limited and isn't filling all the space. Thus resulting in a lot of screen real estate wasted and empty for no reason.

I suggest to use the space for more rows dynamically based on screen height.

image

Other details

The screen height variable already exists in:

val displayMaxHeightInPx: Int
get() = Resources.getSystem().displayMetrics.let { max(it.heightPixels, it.widthPixels) }

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • If this is an request for a feature in the original Tachiyomi, I am opening because multiple versions of TachiyomiJ2K have been released without this feature.
  • If this is an issue with an extension, or a request for an extension, I should be opening an issue in the extensions repository.
  • I have updated the app to version 1.6.6.
  • I have checked through the app settings for my feature.
  • I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements.
  • I will fill out all of the requested information in this form.
@Saud-97 Saud-97 added the feature New feature or request label May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant