Unified messaging: Add back button to group info screen and open in same tab

This commit is contained in:
Crimekillz 2024-04-29 19:21:11 +02:00
parent b4080ae638
commit b0c3da3ff0
2 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,6 @@
<template #header
><MkPageHeader
:actions="headerActions"
:tabs="headerTabs"
:display-back-button="true"
/></template>
<MkSpacer :content-max="900">
@ -379,8 +378,6 @@ const headerActions = $computed(() => [
},
]);
const headerTabs = $computed(() => []);
definePageMetadata(
computed(() => ({
title: group != null ? group.name : user?.name ?? 'Chat',

View File

@ -1,6 +1,8 @@
<template>
<MkStickyContainer>
<template #header><MkPageHeader :actions="headerActions" /></template>
<template #header><MkPageHeader
:actions="headerActions"
:display-back-button="true" /></template>
<div class="mk-group-page">
<div class="_section members _gap">
<div class="_content">