|
|
b2f4151850
|
Movie object now uses http functions when submitting a post for a movie.
|
2017-10-20 18:08:31 +02:00 |
|
|
|
42d0b40825
|
Does not fit on this branch, but updated the key value, so it is concat of both id and index of the map function for search results. It was prev just the index, and when rapped this hits same value, which is unacceptable by react.
|
2017-10-07 14:52:49 +02:00 |
|
|
|
42749c5b64
|
Now searchRequest passes a index key to movieObject so that each div object can have a separate key.
|
2017-10-06 12:20:51 +02:00 |
|
|
|
2bacc54687
|
Added a check for the type and then change the info link to end with either movie or tv.
|
2017-09-27 20:41:49 +02:00 |
|
|
|
b2f9d6f5f5
|
Added rating and background to the class constructor. Added type variable to url when requesting a movie/show and added a notification agent. Now this page is also updated to support mobile formatting, when tilted it shows the background image instead of poster image.
|
2017-09-26 20:34:54 +02:00 |
|
|
|
6a4e2bc2ab
|
Moved all styling to a separate file in ./style
|
2017-09-03 17:29:51 +02:00 |
|
|
|
850452db78
|
Removed unnesessary this.id when calling function, this is already a object, don't need to pass itself.
|
2017-09-03 17:07:53 +02:00 |
|
|
|
e33e7d8dc7
|
Removed unsued imports.
|
2017-09-02 23:15:30 +02:00 |
|
|
|
d77a4c6d9e
|
Now it is a little messy with lots of css inline, but will clean and comment. Has now a working UI, needs more 404 handling of items.
|
2017-09-02 16:30:02 +02:00 |
|
|
|
ee019f5674
|
Now with new styling, still need to do cleanup, but added a big bulk of the grutt.
|
2017-08-31 13:13:50 +02:00 |
|
|
|
c892755759
|
Created function for creating a HTML object that is returned to the caller.
|
2017-08-05 17:05:15 +02:00 |
|
|
|
fbf49e4cd9
|
Updated to use sqlite3 instead of sqlite in api
|
2017-07-29 13:21:25 +02:00 |
|
|
|
a6af5e8c5d
|
Now returns just id of the movie when clicked button.
|
2017-07-16 13:45:42 +02:00 |
|
Kevin Midbøe
|
c97ab972ef
|
Changed movieObject ot pass full object, not just it's id when clicked
|
2017-07-16 10:51:02 +02:00 |
|
|
|
27edd29bd2
|
Started adding features for submitting a request to server
|
2017-06-04 00:07:23 +02:00 |
|
|
|
9d29482857
|
Added overview of requested movie to be printed.
|
2017-06-03 13:12:10 +02:00 |
|
|
|
244f606133
|
Changed the way html for the object is created, but need to do this with React native functions. Also added a few functions that will be for requesting items.
|
2017-06-03 11:12:28 +02:00 |
|
|
|
47269ebc70
|
Class for creating a object that can easily be called for the html implicit to the object type
|
2017-06-02 19:37:58 +02:00 |
|