style and i18n adjust

This commit is contained in:
pa
2026-02-14 21:44:53 +09:00
parent afbcf0b84b
commit 0d47e33ba1
3 changed files with 7 additions and 5 deletions

View File

@@ -546,8 +546,10 @@
"auto_login_delay_button": "Set delay seconds"
},
"automation": {
"auto_change_status": "Auto Change Status",
"auto_state_change_tooltip": "Automatically change status when there are other people in the instance (Alone / Company)",
"auto_change_status": "Auto Status & Invites",
"auto_change_status_switch": "Auto Change Status",
"auto_state_change_tooltip": "Configure automatic status changes and invite request handling",
"auto_state_change_switch_tooltip": "Automatically change status when there are other people in the instance (Alone / Company)",
"alone_condition": "Consider alone when",
"alone": "No other user",
"no_friends": "No friend in instance",

View File

@@ -28,7 +28,7 @@
</template>
<template v-else-if="item.row.type === 'me-item'">
<div class="x-friend-item" @click="showUserDialog(currentUser.id)">
<div class="x-friend-item hover:bg-muted/50" @click="showUserDialog(currentUser.id)">
<div class="avatar" :class="userStatusClass(currentUser)">
<img :src="userImage(currentUser)" loading="lazy" />
</div>

View File

@@ -7,9 +7,9 @@
<FieldGroup class="gap-4">
<SimpleSwitch
:label="t('view.settings.general.automation.auto_change_status')"
:label="t('view.settings.general.automation.auto_change_status_switch')"
:value="autoStateChangeEnabled"
:tooltip="t('view.settings.general.automation.auto_state_change_tooltip')"
:tooltip="t('view.settings.general.automation.auto_state_change_switch_tooltip')"
@change="setAutoStateChangeEnabled" />
<Field>