This commit is contained in:
Timothy Jaeryang Baek
2026-02-21 15:33:21 -06:00
parent c2172e43eb
commit c114fd6876
8 changed files with 88 additions and 126 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
$: loadLocale($i18n.languages);
import { goto } from '$app/navigation';
import { WEBUI_NAME, config, prompts as _prompts, user } from '$lib/stores';
import { WEBUI_NAME, config, user } from '$lib/stores';
import { createNewNote, deleteNoteById, getNoteById, getNoteList, searchNotes } from '$lib/apis/notes';
import { capitalizeFirstLetter, copyToClipboard, getTimeRange } from '$lib/utils';
import { downloadPdf, createNoteHandler } from './utils';