Refactor code to use single quotes for strings, update HTML structure for better readability, and improve error handling in various modules. Added Prettier configuration for consistent code formatting.

This commit is contained in:
naielv
2026-02-05 23:07:35 +01:00
parent 6d7def5f18
commit 8a9fee46da
39 changed files with 3765 additions and 8749 deletions

View File

@@ -1,4 +1,4 @@
// gun_init.js - Deprecated
// Gun/GunDB has been replaced by PouchDB/CouchDB in this project.
// This file is kept for reference only and should not be used.
console.warn('gun_init.js is deprecated; using PouchDB/DB module instead.');
console.warn('gun_init.js is deprecated; using PouchDB/DB module instead.');