Commit graph

270 commits

Author SHA1 Message Date
bill bittner 1f78a50b48 fixed error message on login 2018-01-25 11:48:27 -08:00
bill bittner a9d9a88360 cleaned up non-react js functions 2018-01-25 11:37:11 -08:00
bill bittner 6225e195f8 cleaned up js toggle function and moved to asset info partial 2018-01-24 16:24:44 -08:00
bill bittner 8228e5bd12 removed cookies from front end 2018-01-24 09:27:36 -08:00
bill bittner 72d5c31176 fixed underline on NavBar and removed components 2018-01-19 17:24:21 -08:00
bill bittner 530e49961b added a navbar component 2018-01-18 12:43:02 -08:00
bill bittner 0aa1456fc0 updated video preview 2018-01-17 12:54:26 -08:00
bill bittner 54150650cb fixed home page loading bar 2018-01-16 09:52:15 -08:00
bill bittner edc4ee24f2 added forwarding to asset show page when publish is complete 2018-01-12 10:21:40 -08:00
bill bittner 1461a8b494 updated progress bar 2018-01-11 17:38:01 -08:00
bill bittner 4f6657a3b9 added display of publishing status 2018-01-11 15:37:32 -08:00
bill bittner 11a954a442 got publish submission working 2018-01-11 12:51:38 -08:00
bill bittner 70c75976fb added dropzone that can handle previews 2018-01-10 16:30:17 -08:00
bill bittner 325cb03661 added redux to channel login form 2018-01-10 11:26:01 -08:00
bill bittner 00ce9d62f1 got create component working 2018-01-05 16:47:55 -08:00
bill bittner c40e831afc added validation to url input 2018-01-04 18:34:17 -08:00
bill bittner c62a9c479e fixed error display on drag end 2018-01-04 11:54:18 -08:00
bill bittner 3fe515b9ca updated drag and drop into react component 2018-01-02 17:12:57 -08:00
bill bittner 4a75ac7127 passed second set of user tests 2017-12-15 11:19:10 -08:00
bill bittner 9a93b3cc8d tested basic client scenarios 2017-12-15 11:02:04 -08:00
Bill Bittner 3accf40db2
Merge branch 'master' into 281-unfurl-show-links 2017-12-14 12:44:08 -08:00
bill bittner df53760aea updated host to be pulled from config file 2017-12-14 12:32:20 -08:00
Joshua Strobl 6266b1bb5b Set logo link in navbar to use pointer cursor to be consistent with other links in navbar. 2017-12-14 21:16:30 +02:00
Bill Bittner 2246cde1d7
Merge pull request #292 from lbryio/284-uploads-hang
fix publishes hanging client side
2017-12-12 22:20:18 -08:00
bill bittner 09f7ea58ac added a check for 502 response on publish 2017-12-12 21:55:07 -08:00
Bill Bittner d3c8a5dbd8
Merge branch 'master' into update-passwords 2017-12-12 08:08:22 -08:00
bill bittner 0d5bec7ebd removed setState from progress bar 2017-12-05 11:47:34 -08:00
bill bittner cddcf1c4d0 updated asset component to set data directly on class 2017-12-05 11:38:16 -08:00
bill bittner 6ae79ff054 updated names of client asset functions 2017-12-05 11:11:32 -08:00
bill bittner 0ae03d0684 updated api route names 2017-12-05 10:18:49 -08:00
bill bittner 272e4747ab minimized cookie usage as state 2017-11-30 18:23:27 -08:00
bill bittner 0f55da1349 changed Asset and ProgressBar into constructors 2017-11-29 21:36:30 -08:00
bill bittner 4a62c011bd consolidated showFunctions and getAssetFunctions 2017-11-29 17:13:49 -08:00
bill bittner e5d3fdf322 fixed the play/pause functionality on videos 2017-11-29 16:02:40 -08:00
bill bittner 6fea63dcb3 updated routes names 2017-11-29 14:07:03 -08:00
bill bittner a98d541450 fixed the get asset loop 2017-11-29 11:21:45 -08:00
bill bittner e0e771b9d7 fixed error message display/ 2017-11-29 10:37:19 -08:00
bill bittner 842ee526df fixed css to center image 2017-11-29 10:11:56 -08:00
bill bittner cb62f0858c fixed video player and image src issue 2017-11-29 09:10:40 -08:00
bill bittner 58cb05d2dc separated client functions into availability and get 2017-11-21 15:44:27 -08:00
Bill Bittner ab3d6243e8
Merge pull request #263 from lbryio/db-datatypes-migration
Db datatypes migration
2017-11-20 12:35:12 -05:00
Mark (Steve) Firth 28b031d8b5
Wrap Long Words
A global property to wrap long words/numbers so they don't fall off the screen.
2017-11-15 23:07:26 +10:00
Bill Bittner bc01d584d4
Merge pull request #250 from Smurphonomics/patch-5
general.css Video Skin Class Stlye Improvement
2017-11-14 17:27:55 -05:00
bill bittner 64175e023c Merge remote-tracking branch 'refs/remotes/origin/master' into db-datatypes-migration 2017-11-13 15:47:17 -05:00
Bill Bittner fd34f744ec
Merge pull request #242 from lbryio/upload-refactor
Upload refactor
2017-11-13 12:39:20 -08:00
bill bittner b541d4be0b fixed another var -> const 2017-11-13 15:25:03 -05:00
bill bittner e232fcd55e changed var to const 2017-11-13 15:21:26 -05:00
bill bittner 1862f84b97 updated error handler with destructuring 2017-11-13 15:12:16 -05:00
bill bittner 07660576b1 turned authOrSkip into promise 2017-11-13 14:20:37 -05:00
Mark (Steve) Firth afb65e78c0
Video CSS Now With Body ID
Cleaner code. :)
2017-11-13 23:34:13 +10:00