nostrmarket/static/components
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
..
direct-messages.js CHORE: Improve UI (#112) 2025-09-15 09:48:13 +03:00
edit-profile-dialog.js feat: multi-profile support and UI improvements 2025-12-24 14:05:18 +00:00
merchant-details.js V1 (#106) 2024-11-06 11:50:21 +02:00
merchant-tab.js Remove orphaned key import/generate UI 2026-05-03 16:59:03 +02:00
nostr-keys-dialog.js feat: add merchant profile edit, keys dialog, and publish to Nostr 2025-12-24 12:42:03 +00:00
order-list.js V1 (#106) 2024-11-06 11:50:21 +02:00
product-list.js style: fix prettier formatting 2025-12-23 12:21:59 +00:00
shipping-zones-list.js fix: country list fixes for shipping-zones-list component (#153) 2025-12-23 13:46:57 +00:00
shipping-zones.js Merge branch 'main' into fix/currency-config-116 2025-12-24 03:34:15 +00:00
stall-details.js V1 (#106) 2024-11-06 11:50:21 +02:00
stall-list.js fixup: ui 2025-12-24 05:32:27 +00:00