diff --git a/AGENTS.md b/AGENTS.md new file mode 120000 index 0000000000..681311eb9c --- /dev/null +++ b/AGENTS.md @@ -0,0 +1 @@ +CLAUDE.md \ No newline at end of file diff --git a/apps/app-frontend/package.json b/apps/app-frontend/package.json index 48037e2843..5a889cd37f 100644 --- a/apps/app-frontend/package.json +++ b/apps/app-frontend/package.json @@ -13,6 +13,7 @@ "test": "vue-tsc --noEmit" }, "dependencies": { + "@intercom/messenger-js-sdk": "^0.0.14", "@modrinth/api-client": "workspace:^", "@modrinth/assets": "workspace:*", "@modrinth/ui": "workspace:*", diff --git a/apps/app-frontend/src/App.vue b/apps/app-frontend/src/App.vue index d2a0e75100..5cb3b66d26 100644 --- a/apps/app-frontend/src/App.vue +++ b/apps/app-frontend/src/App.vue @@ -1,4 +1,5 @@ + + diff --git a/packages/ui/src/components/base/BaseTerminal.vue b/packages/ui/src/components/base/BaseTerminal.vue index 12957a7201..43901050f4 100644 --- a/packages/ui/src/components/base/BaseTerminal.vue +++ b/packages/ui/src/components/base/BaseTerminal.vue @@ -4,6 +4,13 @@ >
+ +