Commit graph

195 commits

Author SHA1 Message Date
bill bittner
0912cd45d9 renamed existing asset 2018-02-12 18:50:19 -08:00
bill bittner
249b6c6f0f moved channel selection logic to mapStateToProps 2018-02-12 18:18:56 -08:00
bill bittner
afe95916c1 removed unnecessary handlebars partials 2018-02-09 11:29:34 -08:00
bill bittner
7cc78e9187 added a 404 page 2018-02-09 10:53:59 -08:00
bill bittner
2781e30134 added actions and saga for updating claims list 2018-02-09 10:02:13 -08:00
bill bittner
75b5981e01 converted channel display to use id 2018-02-08 16:42:13 -08:00
bill bittner
c96c4d1fbd updated showAsset to use an id 2018-02-08 16:23:09 -08:00
bill bittner
f38a4fb7e5 preparing to refactor to use ids 2018-02-08 15:47:10 -08:00
bill bittner
e9baab3c61 split sagas into separate files 2018-02-08 14:17:03 -08:00
bill bittner
764ce24676 moved asset and channel id out of saga to action 2018-02-08 14:01:45 -08:00
bill bittner
eb2f7ac7fc fixed request error for broken requests 2018-02-08 13:39:14 -08:00
bill bittner
c4042ecea9 asset and channel display working 2018-02-08 13:22:54 -08:00
bill bittner
967474bfa4 debugged channel update reducer 2018-02-08 11:50:30 -08:00
bill bittner
0a3e052564 split showing asset and adding asset actions 2018-02-08 11:22:19 -08:00
bill bittner
0fcdba8290 completed logic for viewing new channel 2018-02-08 10:59:49 -08:00
bill bittner
e1f07e27ee updated how new channel requests are stored 2018-02-08 10:02:29 -08:00
bill bittner
61d5feee82 chained show asset to new asset request 2018-02-07 23:49:01 -08:00
bill bittner
1a47296e24 re-organized request parsing 2018-02-07 23:18:18 -08:00
bill bittner
c38eeb9850 updated channel request storage 2018-02-07 23:02:57 -08:00
bill bittner
2363fe8717 finished onNewChannelRequest 2018-02-07 22:22:17 -08:00
bill bittner
8672f7f41a added new channel request handling 2018-02-07 21:30:32 -08:00
bill bittner
d1a71cf74f debugged state mismatch 2018-02-07 20:15:44 -08:00
bill bittner
d219cbf1a2 re-organized the actions and reducers 2018-02-07 18:41:22 -08:00
bill bittner
489153fcde updated to store and recall asset claim info and requests 2018-02-07 18:01:51 -08:00
bill bittner
6c10eeef71 moved newAssetRequest into store 2018-02-07 13:26:07 -08:00
bill bittner
22103081cc fixed typo in show channel error reducer 2018-02-07 11:36:13 -08:00
bill bittner
ffb4466fcf moved request error out of show page state 2018-02-07 11:30:39 -08:00
bill bittner
2744045c5c connected show asset components directly to redux store 2018-02-07 10:52:09 -08:00
bill bittner
d809173b00 updated createStore to handle browsers with no webtools 2018-02-07 08:28:43 -08:00
bill bittner
dbcf4e4c46 fixed button css 2018-02-06 22:54:06 -08:00
bill bittner
1e9e9e4344 removed css from inside AssetPreview 2018-02-06 22:28:17 -08:00
bill bittner
b3f5d83f73 updated routes to better REST style 2018-02-06 21:55:04 -08:00
bill bittner
c9d4aed229 added saga for asset display 2018-02-06 19:00:52 -08:00
bill bittner
3e8f7ee150 fixed missnamed shortClaimId prop 2018-02-06 15:09:12 -08:00
bill bittner
ae5cfa39a1 removed use of "that" where unecessary 2018-02-06 15:05:31 -08:00
bill bittner
ca4311450d fixed other actions to use data object 2018-02-06 12:11:44 -08:00
bill bittner
7f52c9be02 fixed show actions to use data object 2018-02-06 11:55:46 -08:00
bill bittner
cb871cae36 centered show lite content 2018-02-04 17:51:17 -08:00
bill bittner
c4a77f0317 added short id to redux 2018-02-04 17:43:02 -08:00
bill bittner
0a541b6dd9 added proptype checks to components 2018-02-04 16:40:28 -08:00
bill bittner
339f213482 fixed ChannelClaimsDisplay props 2018-02-03 21:14:31 -08:00
bill bittner
320e83ca00 moved state from components to redux 2018-02-02 18:16:18 -08:00
bill bittner
d13f4326b5 fixed issue with channel page navigation 2018-02-02 17:20:08 -08:00
bill bittner
fbe25e4aa1 fixed error where channel display would not refresh 2018-02-02 16:49:39 -08:00
bill bittner
6073935732 updated publish redirects and channel nav buttons 2018-02-02 16:06:21 -08:00
bill bittner
b60fbab744 fixed logout on drop down bar to stay on same page 2018-02-02 15:14:57 -08:00
bill bittner
74b6bca16c fixed nav bar dropdown to stay on channel when view is selected 2018-02-02 14:48:04 -08:00
bill bittner
5f70cdd979 added redirect from login page to publish page if user logs in 2018-02-02 14:24:46 -08:00
bill bittner
ba465fdfb7 fixed undefined file extension on asset preview 2018-02-02 13:06:28 -08:00
bill bittner
7b4b5da428 fixed identifier parse error on asset details component 2018-02-02 13:02:30 -08:00
bill bittner
7600ff5c54 switched show and channel components back to inernal state 2018-02-02 12:46:18 -08:00
bill bittner
1cbe9edf21 updated show request reducers and actions 2018-02-02 11:10:58 -08:00
bill bittner
b7ca5ac1ac updated show asset components to use redux state 2018-02-01 19:36:08 -08:00
bill bittner
a00ff9203c updated channel display to use redux store 2018-02-01 18:42:03 -08:00
bill bittner
ff86b0aa81 updated ShowPage component to use redux store 2018-02-01 14:29:33 -08:00
bill bittner
97a6254370 set up basic AssetDisplay functionality and removed unnecessary handlebars/js 2018-01-31 21:08:28 -08:00
bill bittner
0e88bb4c60 updated routes to handle serves only and return to client for show requests 2018-01-31 19:12:54 -08:00
bill bittner
37442cd9e6 added basic tags to AssetInfo component 2018-01-31 16:43:15 -08:00
bill bittner
f7e50597e6 added ChannelClaimDisplay as subcomponent to ShowChannel 2018-01-31 16:00:11 -08:00
bill bittner
a5f383aff8 fixed issue where ShowPage wasnot re-rendering on new props 2018-01-31 14:50:35 -08:00
bill bittner
aeaab8bf2d split up url parsing functions 2018-01-31 11:49:20 -08:00
bill bittner
8fc44a4534 added active styling to nav bar links 2018-01-31 10:52:57 -08:00
bill bittner
e6e50a1253 added basic asset preview 2018-01-31 10:40:26 -08:00
bill bittner
6ac91046b1 changed show components to share ShowAsset 2018-01-30 17:15:23 -08:00
bill bittner
1f5a493375 update show lite component 2018-01-30 15:32:42 -08:00
bill bittner
da32c35403 added props to asset preview 2018-01-30 11:54:29 -08:00
bill bittner
091d073d01 implemented basica channel content request routes 2018-01-30 11:46:22 -08:00
bill bittner
fa5c811dab added templates for show pages and channel page 2018-01-30 09:00:02 -08:00
bill bittner
caee8bb835 updated Logo to use Link 2018-01-29 12:49:01 -08:00
bill bittner
47b6c59ae8 updated /login page with create and login components 2018-01-29 12:44:46 -08:00
bill bittner
696a1bf500 updated /about page and route 2018-01-29 12:34:34 -08:00
bill bittner
728c0440d8 updated nav bar to use react router Link 2018-01-29 12:27:22 -08:00
bill bittner
c96ec875cd added react-router 2018-01-29 11:47:12 -08:00
bill bittner
8945707d0f added whatwg-fetch and fixed publish validation 2018-01-25 13:37:59 -08:00
bill bittner
0220e649c2 removed 401 error check from util/xhr 2018-01-24 18:08:21 -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
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
bill bittner
ca78165f70 created NavBar container 2018-01-18 10:58:34 -08:00
bill bittner
1c52bcedc8 changed componentwillmount to componentdidmount 2018-01-18 10:13:51 -08:00
bill bittner
3f0ac1f7f3 separated actions and reducers 2018-01-18 09:33:26 -08:00
bill bittner
f369ba88cc reduced paths for imports 2018-01-17 15:00:03 -08:00
bill bittner
0aa1456fc0 updated video preview 2018-01-17 12:54:26 -08:00