mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 00:02:37 +10:00
refactor(icons): move icons into dedicated folder
This commit is contained in:
@ -83,7 +83,7 @@ import {
|
|||||||
} from "@headlessui/vue";
|
} from "@headlessui/vue";
|
||||||
import { CheckIcon, ChevronUpDownIcon } from "@heroicons/vue/20/solid";
|
import { CheckIcon, ChevronUpDownIcon } from "@heroicons/vue/20/solid";
|
||||||
import type { Component } from "vue";
|
import type { Component } from "vue";
|
||||||
import LinuxLogo from "./LinuxLogo.vue";
|
import LinuxLogo from "./icons/LinuxLogo.vue";
|
||||||
import WindowsLogo from "./WindowsLogo.vue";
|
import WindowsLogo from "./WindowsLogo.vue";
|
||||||
|
|
||||||
const model = defineModel<string>();
|
const model = defineModel<string>();
|
||||||
|
|||||||
@ -63,8 +63,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import GithubLogo from './GithubLogo.vue';
|
import GithubLogo from './icons/GithubLogo.vue';
|
||||||
import DiscordLogo from './DiscordLogo.vue';
|
import DiscordLogo from './icons/DiscordLogo.vue';
|
||||||
|
|
||||||
const navigation = {
|
const navigation = {
|
||||||
games: [
|
games: [
|
||||||
|
|||||||
@ -52,5 +52,6 @@
|
|||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@drop/droplet-linux-x64-gnu": "^0.7.0",
|
"@drop/droplet-linux-x64-gnu": "^0.7.0",
|
||||||
"@drop/droplet-win32-x64-msvc": "^0.7.0"
|
"@drop/droplet-win32-x64-msvc": "^0.7.0"
|
||||||
}
|
},
|
||||||
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -93,7 +93,7 @@
|
|||||||
import { PlusIcon } from "@heroicons/vue/20/solid";
|
import { PlusIcon } from "@heroicons/vue/20/solid";
|
||||||
import { Platform, type Game, type GameVersion } from "@prisma/client";
|
import { Platform, type Game, type GameVersion } from "@prisma/client";
|
||||||
import MarkdownIt from "markdown-it";
|
import MarkdownIt from "markdown-it";
|
||||||
import LinuxLogo from "~/components/LinuxLogo.vue";
|
import LinuxLogo from "~/components/icons/LinuxLogo.vue";
|
||||||
import WindowsLogo from "~/components/WindowsLogo.vue";
|
import WindowsLogo from "~/components/WindowsLogo.vue";
|
||||||
|
|
||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
|
|||||||
Reference in New Issue
Block a user