mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Add missing back buttons to following/follower pages
This commit is contained in:
		
							parent
							
								
									e2352839e4
								
							
						
					
					
						commit
						67a0d8a56e
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
<MkStickyContainer>
 | 
					<MkStickyContainer>
 | 
				
			||||||
	<template #header><MkPageHeader :actions="headerActions" :tabs="headerTabs"/></template>
 | 
						<template #header><MkPageHeader :actions="headerActions" :displayBackButton="true" :tabs="headerTabs"/></template>
 | 
				
			||||||
	<MkSpacer :contentMax="1000">
 | 
						<MkSpacer :contentMax="1000">
 | 
				
			||||||
		<Transition name="fade" mode="out-in">
 | 
							<Transition name="fade" mode="out-in">
 | 
				
			||||||
			<div v-if="user">
 | 
								<div v-if="user">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
<MkStickyContainer>
 | 
					<MkStickyContainer>
 | 
				
			||||||
	<template #header><MkPageHeader :actions="headerActions" :tabs="headerTabs"/></template>
 | 
						<template #header><MkPageHeader :actions="headerActions" :displayBackButton="true" :tabs="headerTabs"/></template>
 | 
				
			||||||
	<MkSpacer :contentMax="1000">
 | 
						<MkSpacer :contentMax="1000">
 | 
				
			||||||
		<Transition name="fade" mode="out-in">
 | 
							<Transition name="fade" mode="out-in">
 | 
				
			||||||
			<div v-if="user">
 | 
								<div v-if="user">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue