Add basic monochrome popup UI with Tailwind CSS
check / check (push) Successful in 11s

Black-on-white, monospace, Universal Paperclips aesthetic.
All views: lock, setup/create/import, main account, send,
receive, add token, settings, and approval. Vanilla JS view
switching with stub state. README updated with full UI design
philosophy, external services documentation, and view descriptions.
This commit is contained in:
2026-02-24 10:12:19 +07:00
parent 065f0eaa81
commit d9eda1d503
8 ha cambiato i file con 1333 aggiunte e 40 eliminazioni
+3 -1
Vedi File
@@ -13,8 +13,10 @@
"fmt-check": "prettier --check ."
},
"devDependencies": {
"@tailwindcss/cli": "^4.2.1",
"jest": "^30.2.0",
"prettier": "^3.8.1"
"prettier": "^3.8.1",
"tailwindcss": "^4.2.1"
},
"dependencies": {}
}