mirror of
https://github.com/olehomelchenko/astrolabe-nvc.git
synced 2025-12-21 21:22:23 +00:00
feat: add storage monitor to track localStorage usage
This commit is contained in:
@@ -12,6 +12,9 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
|
||||
renderSnippetList();
|
||||
|
||||
// Update storage monitor
|
||||
updateStorageMonitor();
|
||||
|
||||
// Auto-select first snippet on page load
|
||||
const firstSnippet = SnippetStorage.listSnippets()[0];
|
||||
if (firstSnippet) {
|
||||
|
||||
Reference in New Issue
Block a user