mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #211] [Feature Request] Sort and filter aliases by domain name #758
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#758
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 @samirgunic on GitHub (Oct 12, 2021).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/211
At the moment, I can sort aliases by the "Alias" column, regardless of what domain name they are using. Given the aliases
01234@omega.comand56789@alpha.comthey would appear in ascending alphabetical order as follows.I would like the
alpha.comdomain to appear on top of theomega.comdomain. In this very simple example with only two aliases, this can be easily achieved by reversing the order (from ascending to descending). But as you can imagine, it gets more complicated as you add more and more aliases with varying names.I propose that you add a "Domain" column to enable sorting by domain name.
In addition, I propose that you add an option to filter aliases by their domain name (next to the "Hide Deleted", "Show Deleted", "Deleted Only" filters).
This would allow us to more easily locate the aliases of interest in a systematic fashion where we can view them all at a glance rather than doing one by one search for each of them. Like for example, I am currently replacing my aliases that use the shared domain name
anonaddy.mewith new aliases using my own custom domain. A simple feature like sorting and filtering based on domain name would make this – otherwise painstaking and tedious – process much easier for me.@samirgunic commented on GitHub (Oct 12, 2021):
I just found I can filter the domain names of interest by inputting only the domain name in the search box. This makes sorting by domain name redundant as a means of differentiating certain domain names like
anonaddy.mefrom the rest. I think a dedicated filter option would be more intuitive, and as for the "Domain" column, it could be made optional where you can customize what columns you want to see. Food for thought?@willbrowningme commented on GitHub (Oct 14, 2021):
Yes, I agree I will make it much easier to use and filter columns when I redo the entire web app's user interface.
@samirgunic commented on GitHub (Oct 14, 2021):
I suspected as much. 😊 I can see that you're working on a redesign. I just wanted to put the idea out there. Looking forward to the new design! 😉
@willbrowningme commented on GitHub (Aug 9, 2023):
You can now sort aliases by their domain name, you can also click through on any custom domain to see all the aliases that belong to it.
@samirgunic commented on GitHub (Aug 9, 2023):
Much appreciated! Looking forward to using the new feature.