Commit graph

894 commits

Author SHA1 Message Date
Jeremy Kauffman 4553418f98 remove dependency on lighthouse for size 2017-09-20 09:38:24 -04:00
Jeremy Kauffman 2746627fb1 fix availability issue and restore open in folder 2017-09-20 08:47:16 -04:00
Alex Liebowitz d82f4c43a2 Show local file indicator on Channel page 2017-09-19 04:16:15 -04:00
Jeremy Kauffman cfcdbd48f1 add required prop type 2017-09-18 18:16:00 -04:00
btzr-io b7b8851698 fix #542
implement submit component

fix weird behaviour in wallet send

prevent refresh on enter key

fix wallet send ->  submit handler

implement form component

fix conflicts

remove unused files

better submit handler

better validation for walletSend

prevent / remove missign parameters error (popup)

minor fix

minor fix for submit validation in walletSend
2017-09-18 18:10:20 -04:00
Jeremy Kauffman 4866fa8b84 update to daemon v0.16.0 proper, fix bug on new publishes 2017-09-18 17:42:11 -04:00
Jeremy Kauffman 2dfd071e16 cancel play on navigate away 2017-09-17 22:13:05 -04:00
Jeremy Kauffman e741d5ee27 fix pending play issue introduced much earlier in branch 2017-09-17 22:08:43 -04:00
Jeremy Kauffman b5dc588e23 remove unused property 2017-09-17 21:03:44 -04:00
Jeremy Kauffman 65f65f1aea transaction refactor / cleanup / improvement 2017-09-17 20:52:57 -04:00
Jeremy Kauffman e9b48f0bd6 tip clean up and refactor 2017-09-17 16:33:52 -04:00
Jeremy Kauffman c05edc4042 clean up tip and search navigation 2017-09-17 14:26:55 -04:00
hackrush ae81843c05 Additional tipping fixes/changes
- [x] Display empty message on empty filtered Tx list
- [ ] Tipping form has to stay open until success is detected(or closed
by user)
- [ ] Storing the older transaction list, and refreshing the new one in
the background.

Tip Box shown until valid Txn or manually cancelled

Cleanup of show tip box logic
2017-09-17 12:54:39 -04:00
btzr-io f7367f5c6a tidy up edit / publish logic
edit claim by id

fix #553

display title and icon based on action:  edit / publish

tidy up

remove unused code
2017-09-17 12:30:21 -04:00
Jeremy Kauffman e119533973 more progress but probably more breakage 2017-09-15 09:56:32 -04:00
Jeremy Kauffman 13d61651c9 Merge remote-tracking branch 'origin/master' into v16 2017-09-11 18:46:21 -04:00
Jeremy Kauffman 5c56de8034 remove unused import 2017-09-11 18:23:17 -04:00
gyroninja 716fc604f4 Get the app directory via an absolute path instead of a relative one. Fixes #516 2017-09-09 21:47:46 -07:00
Jeremy Kauffman 680bb1df9d make select and file actions refactor 2017-09-07 23:15:05 -04:00
Jeremy Kauffman bdf84b3dbd pausing during partial refactor 2017-09-07 17:18:33 -04:00
Jeremy Kauffman ff12ff3d36 merge cleanup 2017-09-07 09:38:44 -04:00
btzr-io 72d98767c6 add and use editClaim action 2017-09-07 08:27:48 -04:00
btzr-io 7766b6db28 improve submit label logic 2017-09-07 08:26:44 -04:00
btzr-io a28b4b0c87 better label for submit button 2017-09-07 08:26:44 -04:00
btzr-io dd5aada7ec fix for anonymous edit 2017-09-07 08:26:44 -04:00
Jeremy Kauffman 7a5f3c606d minor fixes 2017-09-07 08:26:44 -04:00
Jeremy Kauffman 86c7bda9c8 fix merge 2017-09-07 08:26:44 -04:00
btzr-io 61a83614ea remove debug for claimInfo 2017-09-07 08:26:44 -04:00
btzr-io cde7008853 use source when no file_path is provided - fix #467 2017-09-07 08:26:44 -04:00
btzr-io 9f154ac6b7 revert last commit fa531e9 2017-09-07 08:26:44 -04:00
btzr-io 42cc8fdb52 simple fix for #467 2017-09-07 08:25:32 -04:00
btzr-io 2a09110d53 update rawName and channel on edit claim 2017-09-07 08:25:00 -04:00
btzr-io b8cadad26b update message for use existing claim -> Edit existing claim 2017-09-07 08:25:00 -04:00
btzr-io 73d4f24a5f add edit-claim button 2017-09-07 08:25:00 -04:00
Jeremy Kauffman 03c1d502b2 Merge branch 'hackrush01-tipping_button' into v16 2017-09-07 08:21:04 -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 4cc9f46934 more settings progress 2017-09-06 21:53:42 -04:00
Jeremy Kauffman 1019a94221 theme refactor and bug fix 2017-09-06 20:52:34 -04:00
Jeremy Kauffman de69a7c76b further css cleanup, no dependency on themes folder existing 2017-09-06 18:34:11 -04:00
Jeremy Kauffman 67c1ec531e first attempt at merge 2017-09-06 18:03:09 -04:00
Jeremy Kauffman eafd1c9143 potential fix for #536 2017-09-06 16:20:05 -04:00
Jeremy Kauffman b32f3cbafe default balance to undefined, fixes #534 2017-09-06 15:05:35 -04:00
Jeremy Kauffman b8dd1fccbc refine help text 2017-09-06 14:58:04 -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
hackrush 065d699a2d Small changes
Clicking support hides everything below fileActions
Title of form is Support now
One line helper sentence

Moved Tx related component to internal
Unfiltered -> Show All -> All
Claims -> Publishes
Fee below Amount(class meta)
Dropped Credits everywhere.
2017-09-05 00:32:26 +05:30
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 f1bdb5e20d Removes inconsistencies in wallet.js and Insuff. Balance Modal 2017-09-02 23:32:13 +05:30
hackrush 7a328f185a Clickable claims and filter for tips 2017-09-02 23:20:40 +05:30
hackrush 5b96039b99 Transaction list now displays additional information
Removed older modal files
2017-09-02 21:06:27 +05:30
btzr-io e76244b004 use a better date format 2017-09-01 22:52:51 -06:00
btzr-io 8c033d6fef display published date
Fix #59
2017-09-01 21:59:25 -06:00
hackrush 997c8930c1 Fixed the feature breaking change, I don't how I could have skipped this 2017-09-01 21:37:06 +05:30
hackrush 5b49915ff6 Merge branch 'master' into tipping_button 2017-09-01 14:02:35 +05:30
Jeremy Kauffman 094a7995d2 add invite disclaimer text 2017-08-31 14:39:30 -04:00
Jeremy Kauffman c06009f006 fix invite reward claim 2017-08-31 14:23:57 -04:00
Jeremy Kauffman 421f88a077 add console log for error alert so we can figure out what is happening 2017-08-31 14:10:37 -04:00
Josh Finer cbee81730e Update view.jsx
Make YT copy more accurate
2017-08-31 11:09:53 -04:00
Jeremy Kauffman 02c55b50db fix yt url 2017-08-31 09:37:49 -04:00
Jeremy Kauffman 73750bb18c Merge pull request #519 from lbryio/btzr/source
fix #467
2017-08-31 09:11:07 -04:00
Jeremy Kauffman a9113369ef fix off by 1 error in navigation history 2017-08-31 08:59:29 -04:00
hackrush b973524901 Fixed modals 2017-08-31 09:45:13 +05:30
Baltazar Gomez ad4476dfd6 fix #467
Use source when no file_path is provided
2017-08-30 18:57:50 -06:00
Jeremy Kauffman f12e3551e2 fix for #517, I think 2017-08-30 16:56:14 -04:00
Jeremy Kauffman 56c7561673 fix mis-merge of navigation fix 2017-08-30 14:39:20 -04:00
Jeremy Kauffman 4b759412c1 fix imports, remove unused code 2017-08-30 13:57:42 -04:00
Jeremy Kauffman 339945018d Fix bugs in history navigation in stack ordering and loss of scrolling
and refactor history
2017-08-30 13:40:51 -04:00
Jeremy Kauffman 7e23b62c7b CHANGELOG fix, remove settings, abstract interval setting 2017-08-30 12:43:35 -04:00
Jeremy Kauffman a3af234e98 hack fix for build issue 2017-08-30 10:49:13 -04:00
Jeremy Kauffman 7cd24c850a fixes from code review 2017-08-30 09:04:38 -04:00
Jeremy Kauffman 1b87dd24fd do not attempt claim rewards when user is not approved 2017-08-30 09:04:38 -04:00
Jeremy Kauffman 2b29005d76 more verification copy tweaks
Fix Grammar
2017-08-30 09:04:36 -04:00
Jeremy Kauffman c7522dc0a5 better?
merging is hard

releasable?
2017-08-29 17:42:11 -04:00
Jeremy Kauffman 2fb0bf4a14 invites for all 2017-08-29 17:42:11 -04:00
Jeremy Kauffman b07682ef9d wallet changes
finish rebase
2017-08-29 17:42:09 -04:00
Jeremy Kauffman 8c012bc087 negative progress 2017-08-29 14:40:30 -04:00
Jeremy Kauffman 7b5e752e90 properly split welcome modal logic 2017-08-29 14:40:30 -04:00
Jeremy Kauffman 2013da3fac decent progress 2017-08-29 14:40:30 -04:00
Jeremy Kauffman 2b8296fcc3 rewards refactor to support types, add list 2017-08-29 14:40:30 -04:00
Jeremy Kauffman 31fb723d87 invites basics 2017-08-29 14:40:30 -04:00
Jeremy Kauffman 1cbc96533b refactor wallet area 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
Jeremy Kauffman ed6c282572 add comment to clarify fix 2017-08-28 13:56:55 -04:00
Jeremy Kauffman be6f93ac71 Merge branch 'patch-3' of https://github.com/btzr-io/lbry-app into btzr-io-patch-3 2017-08-28 13:47:07 -04:00
Jeremy Kauffman e448f54a73 fix #460 try 783 2017-08-28 11:53:29 -04:00
Jeremy Kauffman 8fd9d64b7f fix #460 again again 2017-08-28 09:29:29 -04:00
Jeremy Kauffman 90c83c6239 fix #460 again 2017-08-28 09:25:53 -04:00
Baltazar Gomez daabc1cf7e fix menu bug #503 2017-08-27 15:50:35 -06:00
hackrush 3f7391fc07 Fixed regression in #501 2017-08-27 10:37:54 +05:30
btzr-io 55cd9123f2 fix export / import error 2017-08-26 13:04:44 -06:00
Jeremy Kauffman fb2b37c4f1 Merge pull request #501 from hackrush01/channel-claimID-fix
Return proper URI when channel name is present.
2017-08-26 10:00:01 -04:00
hackrush 2c14eb77ac Return proper URI when channel name is present 2017-08-26 13:25:26 +05:30
Alex Grintsvayg 1f6b477d24 use test stripe token when connected to api on localhost 2017-08-25 16:49:27 -04:00
Jeremy Kauffman 010534cc16 kill utils.js, reduce (set|get)(Local|Session) to just lbry.js 2017-08-25 16:26:09 -04:00
Jeremy Kauffman b49318aead Merge pull request #496 from lbryio/redux_volume
Issue #323 switch volume preference to use redux
2017-08-25 16:17:26 -04:00
Jeremy Kauffman cb70fdb4b3 remove unused code 2017-08-25 16:04:05 -04:00
Baltazar Gomez c03c0de0a2 Fix for #461
show full price on confirmation

don't format full price

smart format for full price
2017-08-25 16:03:29 -04:00
Akinwale Ariwodola faa1c4634b Issue #323 switch volume preference to use redux 2017-08-25 20:05:00 +01:00
hackrush 5ae8129084 Fix the Mega Breaking change 2017-08-26 00:11:31 +05:30
hackrush e8c5ba5536 Tipping UI is rendered in FilePage 2017-08-25 23:33:33 +05:30
hackrush 0054723ed6 Added Fee column 2017-08-25 18:56:43 +05:30
Jeremy Kauffman a31e064c3e fix pagination of channels 2017-08-24 17:12:32 -04:00
Alex Grintsvayg 7e6c55c605 no more token swapping 2017-08-24 15:07:16 -04:00
Baltazar Gomez 03b04ad9b0 Merge branch 'master' into master 2017-08-24 12:28:05 -06:00
Jeremy Kauffman 3de3dd2544 Merge branch 'i18n' 2017-08-24 13:43:16 -04:00
Jeremy Kauffman 68e0eb66d2 save setting, fix warning 2017-08-24 13:33:41 -04:00
btzr-io 8e7c783750 rewrite fallback for themes 2017-08-24 10:55:24 -06:00
btzr-io c257691b57 move getThemes -> settings -> componentWillMount 2017-08-24 10:29:54 -06:00
btzr-io 8b8c9c9da9 fix settings constant 2017-08-24 10:14:30 -06:00
btzr-io 191b95cc2e load theme on /doDaemonReady 2017-08-24 10:11:39 -06:00
Akinwale Ariwodola 48b02567a0 fixed locale change bug 2017-08-23 00:50:59 +01:00
Jeremy Kauffman 6e61a9f73c further improvements to backup wallet content 2017-08-22 17:28:01 -04:00
Akinwale Ariwodola efd2b99cda modified doDownloadLanguages to use XMLHttpRequest instead of http.request 2017-08-21 16:03:51 +01:00
btzr-io af46f8a73c remove unused constant 2017-08-20 09:52:09 -06:00
hackrush a2cc9afe05 Displays additional fields in the transaction list 2017-08-20 15:21:57 +05:30
btzr-io 4ddecf2aaa implement dark theme 2017-08-19 23:58:03 -06:00
btzr-io 2db24b059f rewrite action -> doSetTheme 2017-08-19 17:59:48 -06:00
btzr-io 1233b2d4fd load initial theme 2017-08-19 16:03:40 -06:00
btzr-io c87bcb8383 rewrite themes-system -> action / reducer 2017-08-19 15:34:45 -06:00
btzr-io 58496c1d3c init fix for last review 2017-08-19 13:04:45 -06:00
Jeremy Kauffman cefc882474 more i18n progress 2017-08-19 14:03:51 -04:00
Akinwale Ariwodola 970539ffae fixed merge conflicts with latest master 2017-08-19 09:01:31 +01:00
btzr-io 1e465d80b1 add missing colors 2017-08-18 17:25:35 -06:00
Baltazar Gomez d2c735717c Merge branch 'master' into master 2017-08-18 15:54:18 -06:00
Jeremy Kauffman 5bec6accc2 mostly done
refactor modals and settings, clean-up CHANGELOG
2017-08-18 17:47:30 -04:00
Baltazar Gomez 9d02df5446 prevent duplicated history / get history length
implement custom history

fix history back / forward actions

fix react error

fix back / forward actions -> use doChangePath

revert history state

return page index / location from history stack

implement custom history -> react/redux style

remove util/createHistory.js

 tidy up / simplify

fix comments
2017-08-18 13:18:15 -04:00
6ea86b96 5df497182e Working on history fix 2017-08-18 13:18:15 -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
Baltazar Gomez ba35ac81aa Merge branch 'master' into master 2017-08-17 22:45:08 -06:00
Jeremy Kauffman 622f1aaa37 backup help 2017-08-15 17:42:48 -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 d5f6ecee70 update daemon to 0.15 2017-08-15 17:04:09 -04:00
Akinwale Ariwodola 4ea5e8b937 removed unused action types 2017-08-15 15:59:38 +01:00
hackrush a6c53e6505 Fix for broken published links in published tab 2017-08-15 00:19:33 +05:30
hackrush de40578608 Passing params directly w/o using redux store 2017-08-14 15:13:40 +05:30
Akinwale Ariwodola fe5ba7cb9e updated doDownloadLanguages to use the app.i18n.directory property instead of 'app/locales' string 2017-08-13 13:28:18 +01:00
Jeremy Kauffman 8598eab3b3 drop hard minimum checks 2017-08-12 18:21:53 -04:00
Baltazar Gomez eac8b345d9 Show minimum LBC deposit amounts for Publish / Claims
set min bid for channel creation

remove unused function handleCreateChannelClick

lbryio/lbry-app#440

display claim min-bid

get bids from function

add better message error

prevent negative value in WalletSend > input
2017-08-12 18:21:52 -04:00
Jeremy Kauffman 91c041cfd8 will jeremy ever learn to not merge PRs by inspection? probably not 2017-08-12 16:30:44 -04:00
Jeremy Kauffman ef4435954a replace confusing placeholder email text 2017-08-12 16:24:21 -04:00
btzr-io 8a416856e3 load light theme as fallback 2017-08-12 13:51:16 -06:00
btzr-io c9c50349b8 implement initial fallback for missing theme
load last theme selected
2017-08-12 12:46:10 -06:00
Baltazar Gomez ec5709d9ed prevent negative value in WalletSend > input 2017-08-12 11:39:51 -06:00
Jeremy Kauffman db2ada9ec4 Merge pull request #459 from aayanl/patch-1
Update bid input field in view.jsx to not go past 0
2017-08-12 13:13:59 -04:00
Jeremy Kauffman 05783db1ba set precision to 2, improve rendering of amounts below precision 2017-08-10 23:03:28 -04:00
Baltazar Gomez da497aeaf3 init fix for #461
use `===` instead of `==`

don't format prices

increase price precision
2017-08-10 23:03:28 -04:00
Jeremy Kauffman 1c0d681d8f Merge branch 'master' into publish_quickfix 2017-08-10 22:41:33 -04:00
hackrush bd11952d41 Check for required fields during publishing 2017-08-10 02:33:06 +05:30