Skip to content

Conversation

@uzzyDC
Copy link
Contributor

@uzzyDC uzzyDC commented Sep 10, 2025

keep header fixed, make treeview scrollable with dynamic max-height.

@uzzyDC uzzyDC changed the title Fix android DialogChooseFolder: Fix android DialogChooseFolder Sep 10, 2025
@marcelklehr
Copy link
Member

Woop woop! Tested and looks good!

Comment on lines +13 to +27
<!-- <v-row no-gutters>
<v-col class="flex-grow-1">
<v-card-title class="headline">
{{ t('LabelChoosefolder') }}
</v-card-title>
</v-col>
<v-col class="flex-grow-0">
<v-btn
class="primary ma-2"
color="primary"
class="ma-2"
@click="onSave">
save
select
</v-btn>
</v-col>
</v-row>
<v-treeview
class="pa-4"
activatable
:item-text="'title'"
:item-key="'id'"
:active="[value]"
:open="[tree.id]"
:items="[privateTree]"
dense
@update:active="onUpdateSelection">
<template #prepend="{ open }">
<v-icon>
{{ open ? 'mdi-folder-open' : 'mdi-folder' }}
</v-icon>
</template>
<template #label="{item}">
{{ item.title || t('LabelUntitledfolder') }}
</template>
<template #append="{item}">
<v-btn
small
rounded
@click="onCreate(item.id)">
</v-row> -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can wholeheartedly remove these lines :)

Raplaced raw text "Select" with LabelSelect (from en/messages.json)
@marcelklehr marcelklehr merged commit 171ce28 into floccusaddon:develop Sep 27, 2025
@marcelklehr
Copy link
Member

Thank you! 💙

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants