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
/
admin
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
..
LoginForm
Moved loginform to admin folder
2017-10-21 00:12:09 +02:00
Admin.jsx
In admin we added a updatehandler so that a child can update this parent element. Also added our new sidebar for filtering our requested items by query and category.
2018-01-09 16:03:11 +01:00
AdminRequestInfo.jsx
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
PirateSearch.jsx
Added a loading image to pirateSearch. Now we get feedback when waiting for response from the api.
2017-12-02 10:39:18 +01:00
Sidebar.jsx
Sidebar is now redesigned with color indicators, filtering name by search query or filtering status by dropdown. Moved CSS to a separate stylesheet.
2017-12-02 11:20:26 +01:00
torrentTable.jsx
TorrentTable gets passed a json list of torrents and this displays it in a table view.
2018-01-02 15:30:23 +01:00