feat(frontend): sidebar migration started

This commit is contained in:
2025-09-23 20:54:28 -05:00
parent cb2e6252e0
commit bee436d341
57 changed files with 2608 additions and 359 deletions

View File

@@ -201,9 +201,9 @@
// You can define your own logMessage function
logMessage("info", `Updating to ${fromMyInput}`);
input.value = "";
//input.value = "";
input.focus();
//input.focus();
};
};