v0.9.1 fixes

This commit is contained in:
Jai A
2024-12-24 22:30:10 -07:00
parent 5b00ac17e5
commit 4a031f7bbd
15 changed files with 195 additions and 104 deletions

View File

@@ -83,7 +83,7 @@ const model = defineModel<boolean>()
</div>
<div class="text-secondary text-xs line-clamp-1 break-all">{{ item.filename }}</div>
</div>
<div class="flex justify-end gap-1">
<div class="flex justify-end gap-1 items-center">
<slot name="actions" :item="item" />
</div>
</div>

View File

@@ -27,7 +27,7 @@
</section>
<section
v-if="
(project.actualProjectType === 'mod' || project.project_type === 'modpack') &&
(project.project_type === 'mod' || project.project_type === 'modpack') &&
!(project.client_side === 'unsupported' && project.server_side === 'unsupported') &&
!(project.client_side === 'unknown' && project.server_side === 'unknown')
"