Make debug info always expanded to aid support team, add copy button (#3282)

* Make debug info always expanded to aid support team, add copy button

* Remove testing error lol
This commit is contained in:
Prospector
2025-02-21 13:50:43 -08:00
committed by GitHub
parent 37ecf75087
commit 701fef08f8
4 changed files with 70 additions and 24 deletions

View File

@@ -376,9 +376,8 @@ import {
ExitIcon,
ScaleIcon,
} from "@modrinth/assets";
import { ButtonStyled, MarkdownEditor, OverflowMenu } from "@modrinth/ui";
import { ButtonStyled, MarkdownEditor, OverflowMenu, Collapsible } from "@modrinth/ui";
import Categories from "~/components/ui/search/Categories.vue";
import Collapsible from "~/components/ui/Collapsible.vue";
const props = defineProps({
project: {