Commit Graph

25 Commits

Author SHA1 Message Date
KevinMidboe 4f98f2fd23 Changed the distance between the search bar and the content to be a little less and added a shadow around the search bar to make it pop a bit more. 2018-01-09 23:08:59 +01:00
KevinMidboe 0addc76126 Changed the positioning of the type icon in the header and forgot the set the style of the movie info header to the correct css element, this is fixed now. 2018-01-09 23:03:53 +01:00
KevinMidboe fe020faf21 Added underline to header and align text the left. 2018-01-09 22:49:00 +01:00
KevinMidboe e0da166406 Our request page is redesigned with a new header and search bar. It also has a better way of redrawing when the page size is changed to a mobile device. This is not very reactonic, but this file contains the intire search and request logic of the page, but this means we still have things todo :) 2018-01-09 16:53:41 +01:00
KevinMidboe 519eba8fda Added some css for admin component that defines the styles for parent elements of imported components. 2018-01-09 16:36:24 +01:00
KevinMidboe 10ef1bfa69 This receives a response of list of torrents as props and displays them in a table view. From here we can send to download and also filter the results by query. 2018-01-09 16:33:46 +01:00
KevinMidboe 262093d196 Completely re-wrote our sidebar. Now we can filter by search and category on top and a list of all elements are displayed below in a scrollable list. Each element has a indicator showing if the item is requested, downloading or downloaded. There are several generator functions that are to be pulled out in their seperate components. 2018-01-09 16:25:52 +01:00
KevinMidboe e64d88bfdf The stylesheet for all of requestInfo page. 2018-01-09 16:20:41 +01:00
KevinMidboe 317aa69f18 Re-added a CSS class that was removed. 2017-12-02 15:42:23 +01:00
KevinMidboe 7849a8ce3f Fixed syntax error. 2017-12-02 13:17:17 +01:00
KevinMidboe 580cdc430f Removed a lot of unused css classes. 2017-12-02 13:15:23 +01:00
KevinMidboe 45db534681 When a requested element from the sidebar is selected this is where the detailed info is displayed. Now it is possible to change the status of a item by using the dropdown. This is where piratesearch also gets the query name through props. 2017-12-02 12:17:00 +01:00
KevinMidboe e55067025e Renamed movieObject to searchObject, same with css. 2017-12-02 12:05:17 +01:00
KevinMidboe 8695a553d6 Admin page is our landing page for admin panel, now it passes our api response to sidebar and info panel when we get the response back from the api. Some renaming of stylesheet variable. 2017-12-02 11:32:49 +01:00
KevinMidboe 5fb1e7ba2e 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
KevinMidboe 8542da34cd Added a separate stylesheet for our buttons. 2017-12-02 10:37:31 +01:00
KevinMidboe 62b6f5c8ca Using react-interactive we now have hover animations for our buttons. 2017-11-28 21:02:25 +01:00
KevinMidboe d6c066266c Changed the box shadow and margin of result wrapper. 2017-10-23 16:12:00 +02:00
KevinMidboe a0ce4e07fe Changed the title position of our result list. 2017-10-23 16:06:38 +02:00
KevinMidboe 8fa7f7f918 Just added a justify content variable 2017-10-20 18:09:43 +02:00
KevinMidboe c954bd4874 Added stylesheet for requestElement 2017-10-06 12:08:06 +02:00
KevinMidboe 6bd1b29d5e Changed the font size of the header, space between the search bar and result content. Also changed so that the font size in the search bar is large enough to not zoom on ios because of smaller than standard font size. 2017-09-27 00:19:19 +02:00
KevinMidboe 1af9368a6c Updated stylesheets to reflect changes to request and movieObject pages. 2017-09-26 20:38:13 +02:00
KevinMidboe 2b7f9551bf Moved styles from serachRequest to a seapate file in ./styles 2017-09-03 17:34:45 +02:00
KevinMidboe 6a4e2bc2ab Moved all styling to a separate file in ./style 2017-09-03 17:29:51 +02:00