Commit Graph

29 Commits

Author SHA1 Message Date
KevinMidboe 82add07e00 Font that is not yet in use 2017-08-05 17:27:01 +02:00
KevinMidboe e5cb80afc8 Mostly unused style file 2017-08-05 17:26:40 +02:00
KevinMidboe 891b7ecb28 Added CSS loaders to webpack.config 2017-08-05 17:24:08 +02:00
KevinMidboe 292922c06c Added webfontloader and css-loader to package.json 2017-08-05 17:23:45 +02:00
KevinMidboe 9265b469c4 Added style to the elements of the html elements 2017-08-05 17:06:26 +02:00
KevinMidboe c892755759 Created function for creating a HTML object that is returned to the caller. 2017-08-05 17:05:15 +02:00
KevinMidboe d2c456305a Added style to background and main object 2017-08-05 17:04:44 +02:00
KevinMidboe 66b9c8c3db Updated webpack version 2017-08-05 17:02:38 +02:00
KevinMidboe fbf49e4cd9 Updated to use sqlite3 instead of sqlite in api 2017-07-29 13:21:25 +02:00
KevinMidboe a6af5e8c5d Now returns just id of the movie when clicked button. 2017-07-16 13:45:42 +02:00
KevinMidboe f2cc05307b Added TODO 2017-07-16 11:18:14 +02:00
KevinMidboe 90546755cc Rewrote much of the fetching of media items for the rendered request page. 2017-07-16 11:11:43 +02:00
Kevin Midbøe 97dea47a7a Updated inherits in yarn config file 2017-07-16 10:54:44 +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
KevinMidboe b358c61efb Had a bug that when searched and empty return it tried to map the empty array. Now we check for the contents of the response before we map the items. 2017-07-01 08:29:49 +02:00
KevinMidboe 27edd29bd2 Started adding features for submitting a request to server 2017-06-04 00:07:23 +02:00
KevinMidboe 9d29482857 Added overview of requested movie to be printed. 2017-06-03 13:12:10 +02:00
KevinMidboe 21c40e9b34 Created a function that can be called for updating the mediaList, saving lines! 2017-06-03 11:13:57 +02:00
KevinMidboe 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
KevinMidboe 7152c987b7 Linting changes 2017-06-02 19:39:06 +02:00
KevinMidboe 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
KevinMidboe 30dd05ebf3 Now the search request updates based on the input in the text field. Super simple, need better handling and styling. 2017-06-02 19:37:08 +02:00
KevinMidboe 4f2a69f32d Removed a unused log 2017-06-02 19:36:18 +02:00
KevinMidboe 545152c888 Start of request, now just prints what is written in text field and reads keypress enter 2017-06-02 14:35:43 +02:00
KevinMidboe bd3ceb7b6d Added component for getting input for requestSearch. 2017-06-02 14:29:19 +02:00
KevinMidboe 7c055bd9d1 Created a function for deciding what to return based on the object it computes. 2017-06-02 13:50:42 +02:00
KevinMidboe d9721555dd Babelrc now has presets. 2017-06-02 12:06:48 +02:00
KevinMidboe f548dba7e1 Setup of yarn and package.json. Also added first page which queries api for info 2017-06-02 12:04:43 +02:00
KevinMidboe b16d2ab60d Setup of react environment 2017-06-01 19:04:31 +02:00