This commit is contained in:
2024-04-01 17:36:31 +02:00
parent c0e0345faa
commit 88bca67745
15 changed files with 87 additions and 62 deletions

View File

@@ -187,7 +187,7 @@ const updateDocumentAssignment = async () => {
v-if="!documentData.tags.includes('Bild')"
/>
<img
class="h-full w-full"
class=" w-full"
:src="documentData.url"
alt=""
v-else

View File

@@ -33,7 +33,7 @@ const uploadFiles = async () => {
let fileData = fileUploadFormData.value
fileData[type] = elementId
await dataStore.uploadFiles(fileData, document.getElementById("fileUploadInput").files,true)
await dataStore.uploadF632iles(fileData, document.getElementById("fileUploadInput").files,true)
uploadModalOpen.value = false;
uploadInProgress.value = false;

View File

@@ -156,7 +156,7 @@ const renderText = (text) => {
<div class="flex items-center gap-3">
<UAvatar
v-if="!item.user"
:src="colorMode.value === 'light' ? '/spaces_hell.svg' : '/spaces.svg' "
:src="colorMode.value === 'light' ? '/Logo.png' : '/Logo_Dark.png' "
/>
<UAvatar
:alt="dataStore.profiles.find(profile => profile.id === item.user).fullName"

View File

@@ -13,10 +13,6 @@ const items = computed(() => [
label: '',
disabled: true
}], [{
label: 'Einstellungen',
icon: 'i-heroicons-cog-8-tooth',
to: '/settings'
}, {
label: 'Suche',
icon: 'i-heroicons-command-line',
shortcuts: [metaSymbol.value, 'K'],
@@ -31,7 +27,7 @@ const items = computed(() => [
}], [{
label: 'Webseite',
icon: 'i-heroicons-book-open',
to: 'https://spaces.software',
to: 'https://fedeo.de',
target: '_blank'
},/* {
label: 'GitHub repository',