nostrmarket/static
Padreug 3cc798aab2 Remove orphaned key import/generate UI
Phase 3 (auto-provision merchant from account keypair) removed the
generateKeys / importKeys methods and the dialog data fields, but
left the dialog templates and dropdown menu items behind. They
referenced importKeyDialog.show and generateKeyDialog.show, which
were now undefined — breaking the merchant dashboard with
"Cannot read properties of undefined (reading 'show')".

Removes:
- The Import Key and Generate New Key dialogs from index.html
- The corresponding dropdown items from merchant-tab.html
- The 'import-key' and 'generate-key' emits from merchant-tab.js
- The dangling @import-key / @generate-key listeners in index.html

Merchants are auto-provisioned from the account keypair on first
GET; key rotation is handled by the migrate-keys feature instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-03 16:59:03 +02:00
..
components Remove orphaned key import/generate UI 2026-05-03 16:59:03 +02:00
images feat: update extension icon with shop storefront design 2025-12-23 02:24:58 +00:00
js Add keypair rotation detection and migration feature 2026-05-03 16:59:03 +02:00
market frontend page fix 2025-12-30 14:46:31 +00:00