Commit graph

2391 commits

Author SHA1 Message Date
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 3f3372c96a update overall scss structure
make styles more flexible / customizable
2017-08-18 22:33:01 -06:00
btzr-io dccd52c7df fix broken style from form-field 2017-08-18 19:46:45 -06:00
btzr-io 198d44af66 minor fix for buttons style 2017-08-18 19:18:07 -06:00
btzr-io 509ff192cd fix for card style 2017-08-18 19:09:45 -06:00
btzr-io 95f68cbda8 fix load screen styles 2017-08-18 18:42:45 -06:00
btzr-io 6455f49956 minor fix for broken styles / animation 2017-08-18 18:06:53 -06:00
btzr-io 5a9fdcdd26 import css vars 2017-08-18 17:35:52 -06: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
Alex Grin 2018bfb2f2 Merge pull request #483 from lbryio/setup-update
update setup
2017-08-18 16:00:45 -04:00
Jeremy Kauffman 5a92bf79f9 restore changelog line 2017-08-18 13:19:26 -04:00
Jeremy Kauffman bcf86dfc16 Merge remote-tracking branch 'origin/history' 2017-08-18 13:18:44 -04:00
btzr-io 079eca8790 update disable opacity -> 0.5 2017-08-18 13:18:18 -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
btzr-io 9bf654e05f init migration to css vars 2017-08-17 23:37:35 -06:00
Baltazar Gomez ba35ac81aa Merge branch 'master' into master 2017-08-17 22:45:08 -06:00
Thomas Zarebczan 2735b647a9 update setup
-add node /nvm link
-add keytar/libsecret
-add yarn

Feel free to adjust directions/wording
2017-08-17 13:04:04 -04:00
Jeremy Kauffman 7cf491c050 update packages and fix build warnigs 2017-08-15 23:02:16 -04:00
Jeremy Kauffman 9b6ae50c51 skip downloading the daemon if it exists and the version matches 2017-08-15 22:15:03 -04:00
Jeremy Kauffman 23601a3e48 add changelog entry for daemon update 2017-08-15 19:36:45 -04:00
Jeremy Kauffman a21eaf0f57 Merge branch 'hackrush01-wallet_bckp_help' 2017-08-15 17:43:05 -04: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 be8c115fd5 remove unused assets 2017-08-15 17:15:47 -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
Jeremy Kauffman 17f25cb45d add changelog for previous fix 2017-08-14 14:56:45 -04:00
Jeremy Kauffman 1f9cbeb0ff Merge pull request #472 from hackrush01/claims_fix
Fix for broken published links in published tab
2017-08-14 14:55:44 -04: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
btzr-io 71ad127f0e move vars -> _vars.scss 2017-08-12 23:37:33 -06:00
btzr-io a655bdd1d6 init css vars implementation 2017-08-12 23:03:15 -06:00
btzr-io f5e69c57d2 load all.css from index.html 2017-08-12 20:24:53 -06:00
btzr-io fa1ba091a3 revert ui/watch.sh 2017-08-12 20:18:55 -06:00
btzr-io 02091861af revert build 2017-08-12 20:12:37 -06:00
btzr-io 01e82bba1c remove external theme dependency 2017-08-12 20:04:25 -06:00
btzr-io a71426b119 remove compiled css 2017-08-12 19:57:02 -06: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 517d585b1a add changelog for last change 2017-08-12 16:24:21 -04:00
Jeremy Kauffman ef4435954a replace confusing placeholder email text 2017-08-12 16:24:21 -04:00