Ben Woosley
3b5e118a23
fix(amount-input-width): Size the PayForm amount input to hold at least 2 chars
Because the "." of "0." is not propagated via the JS, so not in the size of
the amount string.
7 years ago
Ben Woosley
335083886c
fix(payment-form-errors): Move PayForm amount error message below the field
This is consistent with the other field and avoids overlap formatting issues.
Fixes #174
7 years ago
Jack Mallers
4f97d1311b
fix(lint): fix lint errors
7 years ago
Ben Woosley
a0b3b825d8
enhance(form-tests): Split a PayForm and RequestForm test out
Form.spec just shallow renders the Form, so PayForm and RequestForm
were previously only tested insofar as their props were valiated by
propTypes.
Testing them directly means the form is rendered.
7 years ago
Jack Mallers
eb913b0367
fix(lint): fix lint errors
7 years ago
Jack Mallers
9efa94efb6
fix(pay button): add pushy button style to pay button
7 years ago
Jack Mallers
3c2cf436a5
fix(pay button): add pushy button style to pay button
7 years ago
Jack Mallers
dc198886b6
fix(custom icon importing)
7 years ago
Jack Mallers
794194e86f
fix(payform): input styles
7 years ago
Jack Mallers
46b03abc5a
fix(payform): input styles
7 years ago
Jack Mallers
c208db0d3e
feature(payform): add form validation to payform
7 years ago
Jack Mallers
7452f7ecb6
fix(payform): cleaner logic for input caption
7 years ago
Jack Mallers
04f5dd6415
feature/fix(tests + lint): write and fix tests and lint error
7 years ago
Jack Mallers
c076d7bca3
fix(invoice): fix bug after fetching invoice to prevent forever loading
7 years ago
Jack Mallers
cb3dfb0d38
feature(requestform): setup and hooked up request form + successfully created invoice
7 years ago
Jack Mallers
8281216170
feature(payform): add loading selector and render loading bolt if true
7 years ago
Jack Mallers
34131d40cf
feature: setup currentAmount selector for the form based on if LN or not. set up submit handler
7 years ago
Jack Mallers
f761207bb7
feature(fetchInvoice): if LN fetch the invoice details
7 years ago
Jack Mallers
bbcbb31385
feature(on-chain focus): focus amount input if zap detects on-chain
7 years ago
Jack Mallers
3fee043b47
fix(inputCaption): fix input caption selector
7 years ago
Jack Mallers
1205a93889
feature(payForm): payform UI set up
7 years ago
Jack Mallers
b3003326e3
feature(form): refactor out form container
7 years ago
Jack Mallers
b2f8a82b9c
feature(payform): set up payform reducer and new component
7 years ago
Jack Mallers
0a04874e52
create components for each type of activity / fix modal not closing on successful payment
7 years ago
Jack Mallers
85485bb5eb
first commit
8 years ago