You've already forked AstralRinth
forked from didirus/AstralRinth
Billing / plus frontend (#2130)
* [wip] initial * [wip] subscriptions/plus frontend * [wip] finish payment flow * Charges page * finish most subscriptions work * Finish * update eslint * Fix issues * fix intl extract * fix omorphia locale extract * fix responsiveness * fix lint
This commit is contained in:
@@ -216,7 +216,7 @@
|
||||
</section>
|
||||
</aside>
|
||||
<section class="normal-page__content">
|
||||
<Promotion :external="false" query-param="" />
|
||||
<Promotion v-if="!auth.user || !isPermission(auth.user.badges, 1 << 0)" :external="false" />
|
||||
<div class="card search-controls">
|
||||
<div class="search-filter-container">
|
||||
<button
|
||||
@@ -369,6 +369,7 @@ const route = useNativeRoute();
|
||||
|
||||
const cosmetics = useCosmetics();
|
||||
const tags = useTags();
|
||||
const auth = await useAuth();
|
||||
|
||||
const query = ref("");
|
||||
const facets = ref([]);
|
||||
|
||||
Reference in New Issue
Block a user