This commit is contained in:
Timothy Jaeryang Baek
2026-01-30 11:12:54 -05:00
parent 94302de49b
commit ab5dfbda54

View File

@@ -32,7 +32,7 @@
import TagSelector from './common/TagSelector.svelte';
import Badge from '$lib/components/common/Badge.svelte';
import Pagination from '../common/Pagination.svelte';
let shiftKey = false;
const i18n = getContext('i18n');
@@ -73,6 +73,8 @@
}
const getPromptList = async () => {
if (!loaded) return;
loading = true;
try {
const res = await getPromptItems(
@@ -172,7 +174,6 @@
onMount(async () => {
viewOption = localStorage?.workspaceViewOption || '';
page = 1;
loaded = true;
const onKeyDown = (event) => {