feat: add back button

This commit is contained in:
Julien Calixte
2026-02-14 18:27:57 +01:00
parent 7b92bb9d0f
commit 536b4bcda3
2 changed files with 31 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ const getAlias = (did: string) => aka.value.get(did) ?? ""
</script>
<template>
<main class="public-note-view">
<main class="public-note-list-view">
<h1>Lite public notes</h1>
<div v-if="isLoading"></div>
<div v-else>
@@ -75,7 +75,7 @@ const getAlias = (did: string) => aka.value.get(did) ?? ""
</template>
<style scoped lang="scss">
.public-note-view {
.public-note-list-view {
display: flex;
flex: 1;
flex-direction: column;