Rebrand to Card Forge
All checks were successful
Build Docker image / build (push) Successful in 2m26s
Build Docker image / deploy (push) Successful in 3s
Build Docker image / verify (push) Successful in 36s

This commit is contained in:
Roman Krček
2025-07-19 18:46:54 +02:00
parent e587d1099b
commit be47b096d5
10 changed files with 89 additions and 1485 deletions

View File

@@ -11,7 +11,7 @@
let hasSearched = $state(false);
let recentSheets = $state<any[]>([]);
const RECENT_SHEETS_KEY = 'esn-recent-sheets';
const RECENT_SHEETS_KEY = 'recent-sheets';
onMount(() => {
loadRecentSheets();