Commit graph

271 commits

Author SHA1 Message Date
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
Mark (Steve) Firth 121e1e9e4c
Optimised Code
Removed and optimised the styles to limit duplicates and gave elements a block display to make sure centering and image sizes act like they should.

Move all video related code on to the video tag.

Images are probably best at `max-width:100%; to prevent them looking too small on devices, such as iPad Mini.
2017-11-10 15:43:57 +10:00
bill bittner 432e05e830 fixed channel publish css and errors 2017-11-09 17:46:50 -08:00
Mark Firth 15ab2e0317
Merge branch 'master' into patch-5 2017-11-09 11:11:46 +10:00
bill bittner 5bd710da75 renamed class for consistent spelling 2017-11-08 15:36:00 -08:00
Bill Bittner 7997d2ee84
Merge branch 'master' into upload-refactor 2017-11-08 15:21:57 -08:00
Mark Firth 7ba5b09a23
general.css Video Skin Class Stlye Improvement
Previously, the global video element was styled to make it look better on the stand alone page. However; the class `.show-asset-light` is the video skin class assigned to the stand alone page only.

Based on this, I have optimised the style on this class and removed parts no longer needed from the `video-player` class, thereby not affecting any other pages for areas only required on the stand alone page.
2017-11-08 23:12:12 +10:00
Mark Firth 7b22fb62f2
#video-player Padding all 6px
Padding should be 6px rather than padding: 6px 6px 5px 6px;
2017-11-07 11:26:17 +10:00
bill bittner 40d40c2278 consolidated config to one config file 2017-11-06 15:18:45 -08:00
Mark Firth 15ae01321e
Update general.css
Add space to the top of the stand alone video page, centers the video, centers the text and adds a border to the video skin to separate it from the background.
2017-11-07 01:12:22 +10:00
bill bittner e34e78c169 fixed the anonymous discrepency 2017-11-03 13:37:23 -07:00
bill bittner d92f499269 combined validation functions into one object 2017-11-02 15:47:55 -07:00
bill bittner 934c0fedd1 put all publish functions into an object 2017-11-02 15:12:26 -07:00
bill bittner c658f67ec4 removed change_address 2017-11-02 12:25:35 -07:00
bill bittner 8d14f022bd hooked up the status messages 2017-11-01 17:14:38 -07:00
bill bittner 7884fa31b0 changed upload to use formdata and /post api 2017-11-01 13:07:13 -07:00
bill bittner bd90700229 removed unused images 2017-10-30 13:25:27 -07:00
bill bittner f563288efd fixed nav bar bottom alignment 2017-10-30 11:28:44 -07:00
bill bittner cec7e5ef57 fixed flex box and @ line break 2017-10-30 10:07:23 -07:00
bill bittner 9ea5115af2 fixed radio button and details overlap 2017-10-30 09:23:23 -07:00
bill bittner c573865c63 removed unnecessary console logs 2017-10-29 21:01:45 -07:00