feat: add About well to settings with build info and debug easter egg #145

Merged
sneak merged 8 commits from feat/issue-144-settings-about into main 2026-07-26 18:39:09 +02:00
Showing only changes of commit 568c270c5e - Show all commits

View File

@@ -1,13 +1,8 @@
// AutistMask popup entry point.
// Loads state, initializes views, triggers first render.
const {
state,
saveState,
loadState,
currentNetwork,
} = require("../shared/state");
const { isDebug, setRuntimeDebug } = require("../shared/log");
const { state, saveState, loadState } = require("../shared/state");
const { setRuntimeDebug } = require("../shared/log");
const { refreshPrices } = require("../shared/prices");
const { refreshBalances } = require("../shared/balances");
const {