This website requires JavaScript.
Explore
Help
Sign In
KevinMidboe
/
seasonedShows
Watch
1
Star
0
Fork
0
You've already forked seasonedShows
Code
Issues
20
Pull Requests
2
Packages
Projects
Releases
8
Wiki
Activity
Files
279b004aad1344bc7ba5cc831b7a366beb7c1d52
seasonedShows
/
client
/
app
/
components
History
KevinMidboe
279b004aad
We re-wrote most off the look and feel of this page. No we get a header that is generated with all the info for a requested element. This has a indicator generated by generateStatusIndicator, showing if the element is requested, downloading or downloaded. Then we have a function for generating the type icon, that is movie/show that is displayed in the header. The summary for a movie might be long so if it is over 180 chars than it is cut and a show more button is displayed. After the info on the item we import PirateSearch that takes a name input and displays a search result for that query in a table view.
2018-01-09 16:19:43 +01:00
..
admin
We re-wrote most off the look and feel of this page. No we get a header that is generated with all the info for a requested element. This has a indicator generated by generateStatusIndicator, showing if the element is requested, downloading or downloaded. Then we have a function for generating the type icon, that is movie/show that is displayed in the header. The summary for a movie might be long so if it is over 180 chars than it is cut and a show more button is displayed. After the info on the item we import PirateSearch that takes a name input and displays a search result for that query in a table view.
2018-01-09 16:19:43 +01:00
buttons
Where all our button components will recide.
2017-10-20 18:11:15 +02:00
images
Deleted unused svg image.
2017-12-02 11:35:10 +01:00
redux
Added a cookie variable loggedInUser, to see search history of a user.
2017-10-22 14:58:38 +02:00
styles
Re-added a CSS class that was removed.
2017-12-02 15:42:23 +01:00
Cookie.jsx
File that holds functions for retriveing and saving cookie data.
2017-10-06 11:55:20 +02:00
FetchData.js
Created a function for deciding what to return based on the object it computes.
2017-06-02 13:50:42 +02:00
FetchRequested.jsx
The admin page that has all the fetched elements now prints all the elements out in a grid. Tried a cool thing on how to render the dropdown for changing the status of a element, but its not working atm.
2017-10-20 17:20:43 +02:00
Header.jsx
Empty header file.
2017-10-06 12:05:00 +02:00
http.jsx
Now loggedinuser cookie variable is sent in our header on each call.
2017-10-23 15:31:41 +02:00
ListStrays.jsx
Removed a unused log
2017-06-02 19:36:18 +02:00
NotFound.js
Added 404 page when a request does not match any routes.
2017-10-06 11:56:22 +02:00
SearchObject.jsx
Pulled our info button out to its own component, changed the size of the poster that is fetched from tmdb from width of 300 to 185 pixels. Also some minor changes to the info displayed, no also has type listed in the object.
2018-01-09 15:52:28 +01:00
SearchRequest.jsx
Renamed the variable name for our stylesheet.
2017-12-02 13:16:57 +01:00