Commit Graph

472 Commits

Author SHA1 Message Date
KevinMidboe a30529e192 Still need to work on the dom, but the styling has been updated to be better for mobile, use variables for constant values and scoped it. 2019-06-03 23:21:48 +02:00
KevinMidboe fcc56bf103 Adjusted the number of elements displayed for differing screen widths through css. Now uses the new movie popover vue prototype variables instead of an attached eventhub 2019-06-03 23:08:58 +02:00
KevinMidboe aada5fc2c5 Created a loader component that is the loading spinner for the page 2019-06-03 23:03:09 +02:00
KevinMidboe 27cff0b0ac Removed unused butotn 2019-06-02 22:51:50 +02:00
KevinMidboe 9a10939c91 Created elements for ui elements, loading-placeholder for all keyframing and styling for the pulsing placeholder text and a main.scss for global classes such as noselect which prevents hightlighting of text 2019-06-02 22:50:54 +02:00
KevinMidboe 352aabb21d Common input field and button moved to a component that can be reused 2019-06-02 22:49:50 +02:00
KevinMidboe a467b9f16c Dont check length of image if image does not exist 2019-06-02 22:46:46 +02:00
KevinMidboe c4ef062d98 Merged movie. Added a comment in DOM 2019-06-02 22:44:08 +02:00
KevinMidboe 682ca7bd1b Re-wrote all of the movie component. Prevented loading poster on mobile, loading placeholders for text, moved http calls to seasonedAPI util file and all functions have been re-implemented 2019-06-02 22:41:44 +02:00
KevinMidboe 0a60c1b9a3 Re-wrote all of the movie component. Prevented loading poster on mobile, loading placeholders for text, moved http calls to seasonedAPI util file and all functions have been re-implemented 2019-06-02 22:41:12 +02:00
KevinMidboe 33750f6a65 Removed unused stylings 2019-06-02 17:17:23 +02:00
KevinMidboe 7456579e55 Moved homepage banner into its own component 2019-06-02 17:15:45 +02:00
KevinMidboe 691d0d25ab These are blank flashing lines shown while the content is being fetched. Current prop is number of lines to render 2019-06-02 15:28:52 +02:00
KevinMidboe 95629a2899 WIP component for more easily rendering svgs that are inline to be able to reach by id or class 2019-06-02 15:28:09 +02:00
KevinMidboe b3e8e447e2 Removed unused demo component 2019-06-02 00:38:56 +02:00
KevinMidboe 8814d77405 Removed unused packages and updated info 2019-06-02 00:37:28 +02:00
KevinMidboe 3d97e5d196 Started a general utils file 2019-06-02 00:33:49 +02:00
KevinMidboe 16b967a704 Helper util file for all seasoned api requests 2019-06-02 00:28:43 +02:00
KevinMidboe bc884eaa04 Toast plugin 2019-06-02 00:28:08 +02:00
KevinMidboe de9ac7baaf Mediaquery for large desktop 2019-06-02 00:26:43 +02:00
KevinMidboe c8dbe02ffc Updated all routes to be code async loaded, this could enable setting up code splitting per route 2019-06-02 00:26:02 +02:00
KevinMidboe 9739e0e00a Import new toast plugin to main. No longer inject axios, this was throwing an error 2019-06-02 00:21:23 +02:00
KevinMidboe 1add22c7c0 Removed and disable unused scripts 2019-06-02 00:19:38 +02:00
KevinMidboe d118689616 Updated svg icon names 2019-06-02 00:19:15 +02:00
KevinMidboe 7dd82eca2e inline source map for better error line number 2019-06-02 00:18:24 +02:00
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