level 2 collapse

This commit is contained in:
Henry Jameson 2025-11-20 18:29:09 +02:00
commit 8e6800fd1e
6 changed files with 42 additions and 3 deletions

View file

@ -35,6 +35,12 @@ library.add(
)
const GeneralTab = {
props: {
parentCollapsed: {
required: true,
type: Boolean
}
},
data () {
return {
subjectLineOptions: ['email', 'noop', 'masto'].map(mode => ({

View file

@ -3,6 +3,7 @@
:label="$t('settings.general')"
ref="tabSwitcher"
class="settings_tab-switcher"
:parent-collapsed="parentCollapsed"
@too-small="() => $emit('tooSmall')"
@too-big="() => $emit('tooBig')"
>