Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
clearup
Browse files Browse the repository at this point in the history
  • Loading branch information
SbokyZahodi committed Apr 18, 2024
1 parent 48034c3 commit 628163a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## The Minecraft modpack constructor in browser
### Powered by [Modrinth](https://modrinth.com/) 💡

![Preview](https://modpack-constructor.vercel.app/preview-1.png)

### Goals

- 🌐 **Web-Based**: Nothing to install
Expand All @@ -12,6 +10,9 @@
- 🍉 **Fresh**: Automatically installs the latest versions of mods.
- 🛠️ **Dependencies**: Dependencies are installed automatically.

![Preview](https://modpack-constructor.vercel.app/preview-1.png)
![Preview](https://modpack-constructor.vercel.app/preview-2.png)

### Stack

- **Nuxt.js**:
Expand Down
Binary file modified public/preview-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/preview-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion widgets/ModPack/ui/DownloadModpack.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const { state, downloadModpack } = useDownloadModpack()

<UModal v-model="state.isFetching" prevent-close :ui="{ background: 'bg-transparent shadow-none dark:bg-transparent' }">
<UIcon class="mx-auto text-5xl text-sky mb-4" name="material-symbols:download-rounded" />
<UProgress indicator />
<UProgress />
<p class="text-end mt-2 flex items-center gap-2 justify-end">
{{ state.stage }} <UIcon name="mingcute:loading-3-line" class="animate-spin text-xl" />
</p>
Expand Down
2 changes: 1 addition & 1 deletion widgets/ModPack/ui/ModPack.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const modsByTab = computed(() => mods.value?.filter(mod => mod.project_type ===

<div class="p-1">
<UTooltip text="Remove all mods">
<UButton :icon="ICONS.TRASH" color="red" :loading="pending" @click="removeAllMods">
<UButton :icon="ICONS.TRASH" color="red" variant="outline" :loading="pending" @click="removeAllMods">
Clear All
</UButton>
</UTooltip>
Expand Down

0 comments on commit 628163a

Please sign in to comment.