Первый коммит для gitea

This commit is contained in:
2025-07-24 16:26:18 +03:00
parent 34baeb40e3
commit 4c7f79bb7f
35 changed files with 168 additions and 4957 deletions

View File

@@ -8,6 +8,7 @@
rounded color="primary"
class="w100 q-mt-md q-mb-xs"
@click = "emit('update', newFiles)"
:disable="!(isFormValid && (isDirty(initialTask, modelValue) || newFiles.length !== 0))"
>
{{ $t(btnText) }}
</q-btn>
@@ -275,6 +276,7 @@
import { useUsersStore } from 'stores/users'
import { useFilesStore } from 'stores/files'
import { useI18n } from 'vue-i18n'
import { isDirty } from 'helpers/helpers'
import { date } from 'quasar'
const { t } = useI18n()
const filesStore = useFilesStore()