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

Configure bookmarks per page #545

Closed
Strubbl opened this issue Oct 3, 2023 · 3 comments · Fixed by #835
Closed

Configure bookmarks per page #545

Strubbl opened this issue Oct 3, 2023 · 3 comments · Fixed by #835
Labels
enhancement New feature or request

Comments

@Strubbl
Copy link
Contributor

Strubbl commented Oct 3, 2023

Is it anyhow possible to adjust the number of links being shown per page? My list of tags is so long, that i could easily get more links listed.

please see my screenshot for what i mean.

@krzysztofjeziorny
Copy link

As far as I can tell it's hard-coded here:

DEFAULT_PAGE_SIZE = 30

krzysztofjeziorny added a commit to krzysztofjeziorny/linkding that referenced this issue Dec 18, 2023
@sissbruecker sissbruecker changed the title increase links per page? Configure bookmarks per page Jan 27, 2024
@sissbruecker sissbruecker added the enhancement New feature or request label Jan 27, 2024
@sdkane
Copy link

sdkane commented Jul 7, 2024

Is this something that might get merged in the near future? It seems like krzysztofjeziorny has resolved the issue and it just needs a style check and merge?

@eXtc-be
Copy link

eXtc-be commented Aug 27, 2024

As far as I can tell it's hard-coded here:

DEFAULT_PAGE_SIZE = 30

can confirm: I changed the value of DEFAULT_PAGE_SIZE from 30 to 10, restarted the container and I now have 10 bookmarks per page.

of course: the next time I upgrade (that won't happen anytime soon: I just went from 1.8.4 to 1.31.0), or even just reinstall, I need to do that again, but for now I can live with that, and I have it documented anyway

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

Successfully merging a pull request may close this issue.

5 participants