mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #861] Implement natural sorting for IP addresses. #2618
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#2618
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 @XiangJiang-Wang on GitHub (Feb 14, 2025).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/861
Originally assigned to: @VShawn on GitHub.
目前UI界面的目标地址,排序是乱的,希望能按IP地址顺序排序。
@VShawn commented on GitHub (Feb 14, 2025):
你点一下标题就按IP地址排序了
@XiangJiang-Wang commented on GitHub (Feb 14, 2025):
我知道可以排序,但是排序结果不是按数值大小顺序排的,显得很凌乱。
@VShawn commented on GitHub (Feb 14, 2025):
这个意思啊,这里要用到自然语言排序才能做到按IP每个段落的数字依次排序,但同时还要兼容域名地址和IPV6地址,对这个排序算法我没有好的想法,所以一直做不出来,你有什么意见么?
我希望首先按字符排序,如果整块为数字则再按数字大小排序
@github-actions[bot] commented on GitHub (Mar 25, 2025):
This issue is stale because it has been open for 30 days with no activity.
@VShawn commented on GitHub (Mar 25, 2025):
oh I've done this ticket.