PrimalHQ / primal-web-app

Primal's web app for Nostr, as experienced on primal.net.
https://primal.net
MIT License
189 stars 37 forks source link

Fix modals to use native form submit #75

Open therealparmesh opened 3 months ago

therealparmesh commented 3 months ago

This PR changes modals to use HTML form submission instead of explicit key code checks on specific input and button events.

This enables things like the enter key from the numpad to work without extra code to maintain.