Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
dc75d56ae1
commit
04223aa60e
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user