Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-26 08:37:00 +00:00
co-authored by renee-png
parent dc75d56ae1
commit 04223aa60e
+3
View File
@@ -922,6 +922,9 @@ export function CollectionDetail({
<div className="flex flex-wrap gap-2">
<Button variant="outline" size="sm" onClick={syncAutomatedHistory}><RefreshCw className="h-4 w-4 mr-1.5" /> Sync Automated History</Button>
<Button variant="outline" size="sm" onClick={() => setImportOpen(true)}><Upload className="h-4 w-4 mr-1.5" /> Import CSV</Button>
<Button variant="outline" size="sm" onClick={() => setTplOpen(true)}>
<LayoutTemplate className="h-4 w-4 mr-1.5" /> Templates
</Button>
<p className="text-[11px] text-muted-foreground self-center ml-2">
Edits auto-save when you click out of a cell. Use <span className="font-medium">Save Ledger</span> to force a full re-save.
</p>