I forgor 💀
This commit is contained in:
parent
5001e27f49
commit
5368a231c8
|
@ -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 New Issue