- Introduced `created_at` metadata for saves, enabling timestamp tracking. - Added `InterceptorLogger` to capture logs, aiding in error diagnostics. - Updated web UI to display save creation timestamps. - Improved save/load functionality to maintain compatibility with older formats.
18 lines
524 B
HTML
18 lines
524 B
HTML
<div class="flexcontainer">
|
|
<div id="file_${fileid}_name" class="filetitle">Slot</div>
|
|
</div>
|
|
|
|
<div class="flexcontainer">
|
|
<div class="filekey">Created</div>
|
|
<div id="file_${fileid}_created" class="filevalue"></div>
|
|
</div>
|
|
|
|
<div class="flexcontainer">
|
|
<div class="filekey">Size</div>
|
|
<div id="file_${fileid}_size" class="filevalue"></div>
|
|
<a id="file_${fileid}_download" class="filevalue" target="_blank">Download</a>
|
|
<button id="file_${fileid}_delete" class="filevalue">Delete</button>
|
|
</div>
|
|
|
|
|