feat: Friends Sidebar Group By Instance (#1069) (#1087)

* feat: Friends Sidebar Group By Instance

* fix and improve performance of filter data

* rm log
This commit is contained in:
pa
2025-01-22 01:43:58 +09:00
committed by GitHub
parent f27d213a0d
commit fbf4c7cd4b
4 changed files with 187 additions and 26 deletions

View File

@@ -383,7 +383,9 @@
"placeholder": "Sort Order",
"dropdown_header": "Choose Sort Order"
},
"width": "Width"
"width": "Width",
"group_by_instance": "Group by Instance",
"group_by_instance_tooltip": "Enabling this will group friends by instance when there is more than one friend in the same instance."
},
"user_dialog": {
"header": "User Dialog",
@@ -2011,4 +2013,4 @@
}
}
}
}
}