Commit graph

1052 commits

Author SHA1 Message Date
Bill Bittner 8535a37c22
Merge pull request #339 from lbryio/337-report-link
337 report link
2018-01-26 12:57:52 -08:00
bill bittner 042cbb7ced placed "report" in a row 2018-01-26 12:56:08 -08:00
bill bittner 47a2a2e882 added reporting link to show page 2018-01-26 12:52:57 -08:00
bill bittner aed4a78ae0 rebundled via webpack 2018-01-25 13:46:37 -08:00
Bill Bittner 2f0df2df8f
Merge pull request #323 from lbryio/react-upload
React/Redux - publish component
2018-01-25 13:43:19 -08:00
bill bittner 8945707d0f added whatwg-fetch and fixed publish validation 2018-01-25 13:37:59 -08:00
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 0220e649c2 removed 401 error check from util/xhr 2018-01-24 18:08:21 -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 98ce165c7b fixed error in navbar channel view redirect 2018-01-24 16:04:30 -08:00
bill bittner 0ca0a7222a fixed naming in NavBarChannelOpitonsDropdown 2018-01-24 15:42:47 -08:00
bill bittner 6d37843c09 updated channel select function to clear any errors 2018-01-24 15:29:23 -08:00
bill bittner 6a8a908130 added check to make sure channel is selcted if not publishing anonymously 2018-01-24 12:32:24 -08:00
bill bittner 04754920df fixed url input middle display to reflect no selected channel 2018-01-24 12:02:40 -08:00
bill bittner 39a1308080 split constants files to match actions/reducers 2018-01-24 11:24:49 -08:00
bill bittner 838eb852d9 put components into folders 2018-01-24 11:09:20 -08:00
bill bittner d0c6f75bff fixed progress bar component rendering bug 2018-01-24 10:26:35 -08:00
bill bittner 8228e5bd12 removed cookies from front end 2018-01-24 09:27:36 -08:00
bill bittner c2bb1d600f added server route for authentication 2018-01-23 19:36:09 -08:00
bill bittner c5b22c287b Merge branch 'master' of github.com:lbryio/spee.ch into react-upload 2018-01-23 17:15:49 -08:00
Bill Bittner 4c94ccee52
Merge pull request #331 from lbryio/split-publish-timing-events
Split publish timing events
2018-01-23 15:13:31 -08:00
bill bittner bf8a25b96f fixed channel name input from params to timingActionType 2018-01-23 15:05:43 -08:00
bill bittner 7374c62f4b fixed the import statements; 2018-01-23 14:45:54 -08:00
bill bittner 5c4e412fba Merge branch 'master' of github.com:lbryio/spee.ch into split-publish-timing-events 2018-01-23 14:35:35 -08:00
bill bittner e337025006 cleaned helper function location 2018-01-23 12:47:10 -08:00
bill bittner cde3dfbc14 changed URI to HOST in api config 2018-01-23 12:41:39 -08:00
bill bittner 76aadefc5e split publish timing into two stats 2018-01-23 12:08:53 -08:00
Bill Bittner c760f1a392
Merge pull request #325 from maximest-pierre/feature/remove_hardcoded_api_adress
Remove the hardcoded lbry API address
2018-01-23 10:13:49 -08:00
Maxime St-Pierre 97e4c9234f Remove the hardcoded lbry API address 2018-01-23 12:08:34 -05:00
bill bittner bac7930983 added back needed stats Controller 2018-01-22 22:05:16 -08:00
bill bittner 3aefd43303 fixed broken import require link 2018-01-22 22:00:04 -08:00
Bill Bittner 2cfd8fb532
Merge pull request #329 from lbryio/track-publish-time
Track publish time
2018-01-22 21:50:17 -08:00
bill bittner 5b2a10b741 cleaned up import statement 2018-01-22 21:48:32 -08:00
bill bittner a468485d33 updated logging 2018-01-22 20:09:28 -08:00
bill bittner 118ff2deb3 added GA timing event for publish 2018-01-22 16:14:05 -08:00
bill bittner ecf968ecc2 updated release banner to maintenance banner 2018-01-22 15:23:13 -08:00
Bill Bittner ab93c949fe
Merge pull request #327 from ykris45/patch-1
Update errorHandlers.js
2018-01-22 09:51:04 -08:00
YULIUS KURNIAWAN KRISTIANTO acbf94a686
Update errorHandlers.js
deamon is incorrect billbitt. the correct words is daemon
2018-01-22 18:05:47 +07:00
bill bittner 72d5c31176 fixed underline on NavBar and removed components 2018-01-19 17:24:21 -08:00
bill bittner c25aa72cbc fixed prop types 2018-01-19 16:40:47 -08:00
bill bittner 6b685f5183 removed PublishMetadataInputs' internal state and removed unnecessary event.preventDefault s 2018-01-19 16:03:49 -08:00
bill bittner b1ba96270b added red x for errors in field 2018-01-19 14:53:31 -08:00
bill bittner d5fdee1d3c added ... and ExpandingTextArea component 2018-01-19 12:11:38 -08:00
bill bittner e482c5f2f8 fixed channel-select to not have internal state 2018-01-19 10:16:55 -08:00
bill bittner c0b856d1f8 updated componentwillreceiveprops to check for change in props 2018-01-18 15:58:47 -08:00
bill bittner ae86d3dfa2 updated progress bar to store data not jsx 2018-01-18 14:53:10 -08:00
bill bittner e663460c87 removed console logs 2018-01-18 14:01:01 -08:00
bill bittner 6931628595 removed page updating utils 2018-01-18 12:44:08 -08:00
bill bittner 530e49961b added a navbar component 2018-01-18 12:43:02 -08:00