Commit Graph

347 Commits

Author SHA1 Message Date
KevinMidboe cbfd7506a6 Updated webpack config to be use inline mode for dev server. This way it wont iframe and we are able to set document title. 2019-06-02 00:16:37 +02:00
KevinMidboe 4f25d3fd9d Upgrader vue, vue-router, babel core and loader, and added vuex 2019-06-02 00:14:45 +02:00
KevinMidboe bf517ed4bb Changed dev port 2019-06-02 00:14:01 +02:00
KevinMidboe b16b9c0c30 ES6 spread operator for babel 2019-06-02 00:13:37 +02:00
KevinMidboe e2f0d07ea5 Merge pull request #1 from KevinMidboe/imgbot
[ImgBot] optimizes images 🎉
2018-08-29 20:30:32 +02:00
ImgBotApp a4a7a9dc69 [ImgBot] optimizes images
*Total -- 21.96kb -> 15.28kb (30.39%)

/src/assets/no-image.png -- 6.90kb -> 1.89kb (72.6%)
/src/assets/placeholder.png -- 2.46kb -> 1.30kb (47.02%)
/favicons/android-chrome-256x256.png -- 3.33kb -> 3.13kb (6.27%)
/favicons/mstile-150x150.png -- 2.80kb -> 2.68kb (4.53%)
/favicons/android-chrome-192x192.png -- 2.59kb -> 2.50kb (3.43%)
/favicons/apple-touch-icon.png -- 2.53kb -> 2.45kb (3.16%)
/favicons/favicon-32x32.png -- 1.34kb -> 1.34kb (0.07%)
2018-08-29 12:57:17 +00:00
KevinMidboe 311569f01c Updated yarn lock file. 2018-08-14 22:37:53 +02:00
KevinMidboe 1bed14c8c3 Removed tmdb type from request 2018-08-13 00:32:38 +02:00
KevinMidboe 161c6db991 When adding a magnet, additional information name and tmdb id is also sent in request body. 2018-08-13 00:20:30 +02:00
KevinMidboe b37d2cac8c Fixed merge. Commented out history mode. 2018-08-12 23:24:36 +02:00
KevinMidboe 5f827787a2 Changed base to root directory and added temperoray redirect for old url. 2018-08-12 23:23:14 +02:00
KevinMidboe 5ff25889e4 Stricter href to /# path 2018-08-12 23:22:16 +02:00
KevinMidboe 64fd1b338d Added port varialbe 2018-08-12 23:21:23 +02:00
KevinMidboe 72bd648dae Added script type to imporing build script. 2018-08-12 23:20:48 +02:00
KevinMidboe 2f0ab80ed5 Added vue-js-modal to package. 2018-07-28 18:45:04 +02:00
KevinMidboe 12b207f342 Updated router base directory. 2018-07-28 18:43:22 +02:00
KevinMidboe a0021f3c39 Merge branch 'master' of github.com:KevinMidboe/seasonedRequest 2018-07-28 18:40:22 +02:00
KevinMidboe 105b56d2e6 Webpack dev server now gets a static port to run on. 2018-07-28 18:37:23 +02:00
KevinMidboe a9439fdb29 Demo-modal for settings 2018-07-25 19:00:54 +02:00
KevinMidboe c62a82a32d lock file 2018-07-25 18:50:07 +02:00
KevinMidboe 6d42769f54 Added settings page for users. 2018-07-25 18:49:54 +02:00
KevinMidboe c8a80d6b05 Added filter toggle for requested. 2018-07-25 18:46:08 +02:00
KevinMidboe 86d70f3c69 Removed unused urls and removed rating function. 2018-07-25 18:41:48 +02:00
KevinMidboe 3888af6051 Added vue package vue-js-modal 2018-07-25 18:18:13 +02:00
KevinMidboe 7e339cb007 Added ISSUE_TEMPLATE for issue. 2018-07-25 17:54:24 +02:00
KevinMidboe 8c38f82dbe Added filtering of requested movies. Also change the order of movies in sidebar and added support for rating of movie. Change path destinations to be more clear. 2018-07-25 17:53:01 +02:00
KevinMidboe 4cbfd0a788 Create ISSUE_TEMPLATE.md 2018-03-22 01:18:22 +01:00
KevinMidboe aa9bfa12d9 Re-wrote to support my api for requesting new movies. 2018-03-20 21:50:39 +01:00
KevinMidboe 1c45c1ea95 Added dist folder to gitignore 2018-03-20 21:47:44 +01:00
KevinMidboe 301c7accdb Added the following svg icons; requests, nowplaying, inmatched, sent, matched, info, does not exsist and exsists 2018-01-20 11:00:20 +01:00
Dmytro Barylo 17f06cffa7 Readme update 2017-10-03 00:25:12 +03:00
Dmytro Barylo 22f69c2e6a Node server configured 2017-10-03 00:09:36 +03:00
Dmytro Barylo c5cf0bd61a Movie route fix 2017-10-02 23:30:28 +03:00
Dmytro Barylo 79ec76afc7 Update README.md 2017-06-29 15:58:52 +03:00
Dmytro Barylo 270260127f README and LICENSE update 2017-03-21 17:12:39 +02:00
Dmytro Barylo 981789e49e Demo image src replaced 2017-03-09 20:05:04 +02:00
Dmytro Barylo 54a44456bf demo gif optimized 2017-03-09 20:00:59 +02:00
Dmytro Barylo caf5f865eb Poster preview src fix 2017-03-05 14:34:37 +02:00
Dmytro Barylo 697f328e53 Profile link style fix 2017-03-04 23:26:20 +02:00
Dmytro Barylo 350fcdab05 Mobile nav transition added 2017-03-04 22:03:08 +02:00
Dmytro Barylo 9c4df0a645 Mobile nav hamburger 2017-03-04 21:56:37 +02:00
Dmytro Barylo 0913d9f385 Movie loaded status fix 2017-03-04 21:13:23 +02:00
Dmytro Barylo ebb4d19d30 404 fix 2017-03-04 21:06:01 +02:00
Dmytro Barylo a1ed712780 readme update 2017-03-04 20:08:14 +02:00
Dmytro Barylo 6ba4cbaff6 readme update 2017-03-04 16:53:10 +02:00
Dmytro Barylo 7945c02f09 version 1.0 2017-03-04 16:47:31 +02:00
Dmytro Barylo ac6d57b46f version 1.0 2017-03-04 16:46:53 +02:00