mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #469] allow configuring the 'aliases per page' setting #349
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#349
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jun 7, 2023).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/469
At the bottom of the
app.anonaddy.compage. Defaults to25.I always lose my set value when the site data is cleared in Firefox (set to be wiped when closing the browser).
Can the option be saved on a per-account basis or as a URL parameter (can be bookmarked), for instance?
@willbrowningme commented on GitHub (Jun 26, 2023):
Thanks, should be able to add this as a URL parameter in the near future with the new UI. With options 25, 50 and 100.
@ghost commented on GitHub (Jun 26, 2023):
Would adding a 250 as well be a stretch? How much resources loading all of the aliases (let's assume well over a thousand, for instance) at once would require?
Sure, there's a search function on the page, but I find it easier to use the native browser search whenever possible.
@willbrowningme commented on GitHub (Jun 28, 2023):
At the moment the maximum that can be fetched using the API is 100 per page.
I'll do some testing but I will likely leave it at 100 as some users have many thousands of aliases.
@willbrowningme commented on GitHub (Aug 25, 2023):
I've just added a new page size option to the aliases page so you can now view up to 100 per page.
@ghost commented on GitHub (Aug 26, 2023):
the URL is
https://app.addy.io/aliases?page_size=100(&page_size=25,50)