terra-view toplevel rebrand. Names changed all around

This commit is contained in:
serversdwn
2026-01-12 16:21:14 +00:00
parent e1b965c24c
commit b9a3da8487
8 changed files with 20 additions and 20 deletions

View File

@@ -1,9 +1,9 @@
/* IndexedDB wrapper for offline data storage in SFM */
/* IndexedDB wrapper for offline data storage in Terra-View */
/* Handles unit data, status snapshots, and pending edit queue */
class OfflineDB {
constructor() {
this.dbName = 'sfm-offline-db';
this.dbName = 'terra-view-offline-db';
this.version = 1;
this.db = null;
}