Merge pull request #6038 from nextcloud/backport/5964/stable29

Backport/5964/stable29
This commit is contained in:
Julius Härtl
2024-06-27 11:52:06 +02:00
committed by GitHub
6 changed files with 820 additions and 2012 deletions

View File

@@ -158,7 +158,7 @@ import { showError, showUndo } from '@nextcloud/dialogs'
import CardItem from '../cards/CardItem.vue'
import '@nextcloud/dialogs/dist/index.css'
import '@nextcloud/dialogs/style.css'
export default {
name: 'Stack',

View File

@@ -117,7 +117,6 @@ const maxUploadSizeState = loadState('deck', 'maxUploadSize', -1)
const picker = getFilePickerBuilder(t('deck', 'File to share'))
.setMultiSelect(false)
.setModal(true)
.setType(1)
.allowDirectories()
.build()

View File

@@ -207,7 +207,7 @@ export default {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
section.app-sidebar__tab--active {
min-height: auto;

View File

@@ -80,7 +80,7 @@ import { generateUrl } from '@nextcloud/router'
import { getCurrentUser } from '@nextcloud/auth'
import { showUndo } from '@nextcloud/dialogs'
import '@nextcloud/dialogs/dist/index.css'
import '@nextcloud/dialogs/style.css'
import { emit } from '@nextcloud/event-bus'
export default {