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
|
<template #header
|
||||||
><MkPageHeader
|
><MkPageHeader
|
||||||
:actions="headerActions"
|
:actions="headerActions"
|
||||||
:tabs="headerTabs"
|
|
||||||
:display-back-button="true"
|
:display-back-button="true"
|
||||||
/></template>
|
/></template>
|
||||||
<MkSpacer :content-max="900">
|
<MkSpacer :content-max="900">
|
||||||
@ -379,8 +378,6 @@ const headerActions = $computed(() => [
|
|||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const headerTabs = $computed(() => []);
|
|
||||||
|
|
||||||
definePageMetadata(
|
definePageMetadata(
|
||||||
computed(() => ({
|
computed(() => ({
|
||||||
title: group != null ? group.name : user?.name ?? 'Chat',
|
title: group != null ? group.name : user?.name ?? 'Chat',
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<MkStickyContainer>
|
<MkStickyContainer>
|
||||||
<template #header><MkPageHeader :actions="headerActions" /></template>
|
<template #header><MkPageHeader
|
||||||
|
:actions="headerActions"
|
||||||
|
:display-back-button="true" /></template>
|
||||||
<div class="mk-group-page">
|
<div class="mk-group-page">
|
||||||
<div class="_section members _gap">
|
<div class="_section members _gap">
|
||||||
<div class="_content">
|
<div class="_content">
|
||||||
|
Loading…
Reference in New Issue
Block a user