mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-21 16:33:48 +01:00
Unified messaging: Add back button to group info screen and open in same tab
This commit is contained in:
parent
b4080ae638
commit
b0c3da3ff0
@ -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',
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user