Commit graph

126 commits

Author SHA1 Message Date
Jeremy Kauffman
ae512ea68e update changelog 2017-09-18 18:17:01 -04:00
Jeremy Kauffman
3e4aea3a15 lost theming in changelog 2017-09-17 22:14:48 -04:00
Jeremy Kauffman
65f65f1aea transaction refactor / cleanup / improvement 2017-09-17 20:52:57 -04:00
Jeremy Kauffman
c3a9eee10a Fix multi-line URLs on cards 2017-09-17 12:43:18 -04:00
Jeremy Kauffman
13d61651c9 Merge remote-tracking branch 'origin/master' into v16 2017-09-11 18:46:21 -04:00
Jeremy Kauffman
9cb28e8f46 Bump version: 0.15.1rc2 → 0.15.1 2017-09-08 09:48:40 -04:00
Jeremy Kauffman
2e3ea9e2ae update daemon version 2017-09-07 17:21:23 -04:00
Baltazar Gomez
24e21271a7 Update CHANGELOG.md 2017-09-07 08:23:54 -04:00
Jeremy Kauffman
0a543a3dcd Merge branch 'tipping_button' of https://github.com/hackrush01/lbry-app into hackrush01-tipping_button 2017-09-07 08:20:23 -04:00
Jeremy Kauffman
cacaed401f update CHANGELOG 2017-09-06 16:21:33 -04:00
Jeremy Kauffman
be95ebf916 update changelog 2017-09-06 15:06:43 -04:00
Alex Liebowitz
de08c04158 Add regexp option to FormField
Still needs logic to notify the form when there's invalid input

Add address validation to Send page

Trim address input on Send page

Adds trim prop to FormField

Improve LBRY address regexp

On Send page, don't prevent form submit, and only show error on blur

This isn't a full fix (it only handles blur, it's still the form's
job to do validation on submit). A proper solution to this (that can
generalize to other forms) will probably involve looking at all of the
inputs and asking each one whether it has an error, which will
require some tricky state management.

On Send page, use error message from daemon

Update CHANGELOG.md

Further improve invalid address regexp

 - Remove incorrect check for second character
 - Add "O" to chars excluded from b58 section
 - Allow for 33-character addresses

Don't internationalize daemon error message on Send page

remove console, add i18n
2017-09-06 14:53:57 -04:00
Jeremy Kauffman
38ed9985b7 Merge branch 'btzr/relative-time' 2017-09-03 12:35:49 -04:00
Jeremy Kauffman
2b77c16cdd add datetime component, show date of publishes, store block history in redux 2017-09-03 12:35:01 -04:00
Jeremy Kauffman
1916589553 clarify auth token is equivalent to a password 2017-09-03 11:29:59 -04:00
hackrush
5b49915ff6 Merge branch 'master' into tipping_button 2017-09-01 14:02:35 +05:30
Akinwale Ariwodola
b18391085b card row autoadjust on window resize and scroll arrow clipping css fix 2017-08-31 21:22:24 +01:00
Jeremy Kauffman
104f022fcc Bump version: 0.15.0rc5 → 0.15.0 2017-08-31 14:40:05 -04:00
Baltazar Gomez
91a9c43ef4 update changelog 2017-08-30 19:00:43 -06:00
Jeremy Kauffman
592cab3351 update changelog prior to release 2017-08-30 14:09:39 -04:00
Jeremy Kauffman
7e23b62c7b CHANGELOG fix, remove settings, abstract interval setting 2017-08-30 12:43:35 -04:00
Jeremy Kauffman
2013da3fac decent progress 2017-08-29 14:40:30 -04:00
hackrush
21175ba608 Merge remote-tracking branch 'upstream/master' into tb2 2017-08-29 13:21:23 +05:30
Baltazar Gomez
dec4fb893d update changelog 2017-08-27 19:20:09 -06:00
hackrush
ebd7c66faa Changelog entry 2017-08-26 13:32:05 +05:30
Jeremy Kauffman
0a51067166 update changelog for #0c1be6e 2017-08-25 16:05:23 -04:00
Jeremy Kauffman
5bec6accc2 mostly done
refactor modals and settings, clean-up CHANGELOG
2017-08-18 17:47:30 -04:00
Jeremy Kauffman
5a92bf79f9 restore changelog line 2017-08-18 13:19:26 -04:00
Jeremy Kauffman
22fbf13715 attempt to disable back/forward buttons 2017-08-18 13:18:15 -04:00
Baltazar Gomez
86b4f8e82c add forward button
add forward history

diseable conditionals

fix last  commit

update CHANGELOG.md
2017-08-18 13:18:03 -04:00
Jeremy Kauffman
7cf491c050 update packages and fix build warnigs 2017-08-15 23:02:16 -04:00
Jeremy Kauffman
23601a3e48 add changelog entry for daemon update 2017-08-15 19:36:45 -04:00
hackrush
aefda6398b Added wallet backup guide referance.
It also displays the current wallet path so user doesn't have to "go
places"

Could use a different/better msg though, this was more of a place
holder.
2017-08-15 17:20:38 -04:00
Jeremy Kauffman
17f25cb45d add changelog for previous fix 2017-08-14 14:56:45 -04:00
Jeremy Kauffman
517d585b1a add changelog for last change 2017-08-12 16:24:21 -04:00
Jeremy Kauffman
1c0d681d8f Merge branch 'master' into publish_quickfix 2017-08-10 22:41:33 -04:00
Jeremy Kauffman
956500fb07 update changelog 2017-08-10 19:56:25 -04:00
hackrush
bd11952d41 Check for required fields during publishing 2017-08-10 02:33:06 +05:30
hackrush
f403260598 (WIP) Adds tipping feature to app.
For issue #355
2017-08-08 03:49:22 +05:30
hackrush
05c38ec575 Using setState in formFieldPrice 2017-08-07 21:47:54 +05:30
hackrush
6ab77b5324 Showing "other currency" help tip in publish form now works.
Also removed old commit's(9c3d633) unused files.
2017-08-07 07:51:20 +05:30
Jeremy Kauffman
f395d7153a try to open the file's folder if open fails 2017-08-06 19:18:38 -04:00
Jeremy Kauffman
a299ca2ddd significant additional form changes and cleanup 2017-08-06 18:27:37 -04:00
hackrush
9c3d63353d Created a more generic PriceForm component
- [ ] Fixes #426

Modifying form to use single onChange event.

ONLY MEANT FOR TESTING, NOT MERGING.
2017-08-06 18:27:08 -04:00
Jeremy Kauffman
06979f1a19 add changelog for blur fix 2017-08-06 10:52:27 -04:00
Jeremy Kauffman
443ab0b804 Bump version: 0.14.3rc3 → 0.14.3 2017-08-03 15:08:46 -04:00
Jeremy Kauffman
cae8e3701f update app description 2017-08-03 11:30:46 -04:00
Jeremy Kauffman
6304d6b4b9 improve confirm identity flow 2017-08-02 19:37:38 -04:00
Jeremy Kauffman
a83aee1452 flow for failed authentication 2017-08-02 18:55:58 -04:00
Jeremy Kauffman
7b5f43eb77 add missing changelog entries 2017-08-02 13:46:17 -04:00