Skip to content

Commit

Permalink
[Experimental Bonus Build] Removed Ads from Browse and other Vue Loca…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
DIDIRUS4 committed Nov 8, 2023
1 parent 21e5dbb commit 7e601c7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions theseus_gui/src/components/ui/tutorial/FakeSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
HeartIcon,
NavRow,
Pagination,
Promotion,
// Promotion,
SearchFilter,
SearchIcon,
ServerIcon,
Expand Down Expand Up @@ -176,7 +176,7 @@ defineProps({
</Card>
</aside>
<div ref="searchWrapper" class="search">
<Promotion class="promotion" :external="false" query-param="?r=launcher" />
<!-- <Promotion class="promotion" :external="false" query-param="?r=launcher" />-->
<Card class="project-type-container">
<NavRow :links="selectableProjectTypes" />
</Card>
Expand Down
6 changes: 3 additions & 3 deletions theseus_gui/src/pages/Browse.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
NavRow,
formatCategoryHeader,
formatCategory,
Promotion,
// Promotion,
XIcon,
DropdownSelect,
} from 'omorphia'
Expand Down Expand Up @@ -691,8 +691,8 @@ onUnmounted(() => unlistenOffline())
</Card>
</aside>
<div class="search">
<Promotion class="promotion" :external="false" query-param="?r=launcher" />
<Card class="project-type-container">
<!-- <Promotion class="promotion" :external="false" query-param="?r=launcher" />-->
<Card class="project-type-container promotion">
<NavRow :links="selectableProjectTypes" />
</Card>
<Card class="search-panel-container">
Expand Down
4 changes: 2 additions & 2 deletions theseus_gui/src/pages/instance/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</Card>
</div>
<div class="content">
<Promotion :external="false" query-param="?r=launcher" />
<!-- <Promotion :external="false" query-param="?r=launcher" />-->
<RouterView v-slot="{ Component }">
<template v-if="Component">
<Suspense @pending="loadingBar.startLoading()" @resolve="loadingBar.stopLoading()">
Expand Down Expand Up @@ -123,7 +123,7 @@ import {
Button,
Avatar,
Card,
Promotion,
// Promotion,
PlayIcon,
StopCircleIcon,
EditIcon,
Expand Down
4 changes: 2 additions & 2 deletions theseus_gui/src/pages/project/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
</Card>
</div>
<div v-if="data" class="content-container">
<Promotion :external="false" query-param="?r=launcher" />
<!-- <Promotion :external="false" query-param="?r=launcher" />-->
<Card class="tabs">
<NavRow
v-if="data.gallery.length > 0"
Expand Down Expand Up @@ -242,7 +242,7 @@ import {
CalendarIcon,
IssuesIcon,
WikiIcon,
Promotion,
// Promotion,
NavRow,
CoinsIcon,
CodeIcon,
Expand Down

0 comments on commit 7e601c7

Please sign in to comment.