mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-29 21:37:34 -07:00
I forgor 💀
This commit is contained in:
parent
bb6dc8c3d5
commit
604b4552b9
2 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "12.119.0-calc-rc.5",
|
"version": "12.119.0-calc-rc.5.1",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<MkStickyContainer>
|
<MkStickyContainer>
|
||||||
<template #header><MkPageHeader v-model:tab="tab" :actions="headerActions" :tabs="headerTabs"/></template>
|
<template #header><MkPageHeader :actions="headerActions"/></template>
|
||||||
<MkSpacer :content-max="800" :margin-min="20">
|
<MkSpacer :content-max="800" :margin-min="20">
|
||||||
<MkButton primary style="margin: 0 auto var(--margin) auto;" @click="create"><i class="fas fa-plus"></i> {{ i18n.ts.createGroup }}</MkButton>
|
<MkButton primary style="margin: 0 auto var(--margin) auto;" @click="create"><i class="fas fa-plus"></i> {{ i18n.ts.createGroup }}</MkButton>
|
||||||
<MkPagination v-slot="{items}" ref="owned" :pagination="ownedPagination">
|
<MkPagination v-slot="{items}" ref="owned" :pagination="ownedPagination">
|
||||||
|
@ -36,11 +36,8 @@ import { definePageMetadata } from "@/scripts/page-metadata";
|
||||||
import { i18n } from '@/i18n';
|
import { i18n } from '@/i18n';
|
||||||
import MkStickyContainer from '@/components/global/MkStickyContainer.vue';
|
import MkStickyContainer from '@/components/global/MkStickyContainer.vue';
|
||||||
|
|
||||||
const tabs = ['owned', 'joined', 'invites'];
|
|
||||||
let tab = $ref('owned');
|
|
||||||
const owned = ref('owned');
|
const owned = ref('owned');
|
||||||
const joined = ref('joined');
|
const joined = ref('joined');
|
||||||
const invitations = ref('invitations');
|
|
||||||
|
|
||||||
const ownedPagination = {
|
const ownedPagination = {
|
||||||
endpoint: 'users/groups/owned' as const,
|
endpoint: 'users/groups/owned' as const,
|
||||||
|
|
Loading…
Reference in a new issue