refactor: enhance dataset management with auto-save functionality and improve dataset name editing process

This commit is contained in:
2025-10-19 21:25:54 +03:00
parent e99b5e2dc2
commit 11c876f74b
3 changed files with 160 additions and 1 deletions

View File

@@ -200,7 +200,7 @@
<div class="dataset-details" id="dataset-details" style="display: none;">
<div class="dataset-detail-section">
<div class="dataset-actions">
<button class="btn btn-modal primary" id="edit-dataset-btn" title="Edit this dataset">Edit</button>
<button class="btn btn-modal primary" id="edit-dataset-btn" title="Edit this dataset contents">Edit Contents</button>
<button class="btn btn-modal primary" id="new-snippet-btn" title="Create a new snippet using this dataset">New Snippet</button>
<button class="btn btn-modal" id="export-dataset-btn" title="Export this dataset to file">Export</button>
<button class="btn btn-modal" id="copy-reference-btn" title="Copy dataset reference to clipboard">Copy Reference</button>