refactor(electron): major ui refactor into modules

This commit is contained in:
2025-08-10 11:41:47 -04:00
parent a1752aaf37
commit 875be6a43c
17 changed files with 2234 additions and 1710 deletions

View File

@@ -2,7 +2,7 @@
"name": "fourdst-bundle-manager",
"version": "1.0.0",
"description": "Electron app for managing fbundle archives",
"main": "main.js",
"main": "main-refactored.js",
"scripts": {
"start": "electron .",
"dev": "electron .",