feat: font settings in header instead of fleeting notes

This commit is contained in:
Julien Calixte
2025-11-01 13:46:23 +01:00
parent 55a6178d3a
commit 010f0ada02
2 changed files with 41 additions and 14 deletions

View File

@@ -9,7 +9,6 @@ import { prepareNoteCache } from "@/modules/note/cache/prepareNoteCache"
import EditNote from "@/modules/note/components/EditNote.vue"
import { useFolderNotes } from "@/modules/note/hooks/useFolderNotes"
import { encodeUTF8ToBase64 } from "@/utils/decodeBase64ToUTF8"
import FontChange from "@/components/FontChange.vue"
const FLEETING_NOTES_FOLDER = ["inbox", "_inbox"]
@@ -75,10 +74,6 @@ watch(mode, async (newMode) => {
new fleeting note
</button>
</div>
<br />
<div class="column">
<font-change />
</div>
</div>
<div v-if="mode === 'edit'">