chore(settings): Add note on groups sorting

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/51782/head
Christopher Ng 2025-03-25 14:31:44 +07:00 committed by backportbot[bot]
parent 1fbf26a5af
commit 537d68d76a
1 changed files with 9 additions and 0 deletions

@ -38,6 +38,9 @@
</NcNoteCard>
<fieldset>
<legend>{{ t('settings', 'Group list sorting') }}</legend>
<NcNoteCard class="dialog__note"
type="info"
:text="t('settings', 'Sorting only applies to the currently loaded groups for performance reasons. Groups will be loaded as you navigate or search through the list.')" />
<NcCheckboxRadioSwitch type="radio"
:checked.sync="groupSorting"
data-test="sortGroupsByMemberCount"
@ -308,6 +311,12 @@ export default {
</script>
<style scoped lang="scss">
.dialog {
&__note {
font-weight: normal;
}
}
fieldset {
font-weight: bold;
}