Commit Graph

  • d43c12b103 Prettierrc file Kevin Midboe 2022-01-03 17:50:55 +01:00
  • 38c3792675 Add 'is-loaded' class after image intersects viewport Kevin Midboe 2022-01-03 17:50:06 +01:00
  • ac2785abd5 Increased opacity delay Kevin Midboe 2022-01-03 17:49:35 +01:00
  • 1ff6a0e831 Linting Kevin Midboe 2022-01-03 17:49:22 +01:00
  • 7a3b709404 Update router to use history not hash mode. Kevin 2021-05-18 10:21:00 +02:00
  • d63cb4ac52 Merge branch 'master' of github.com:kevinmidboe/seasoned KevinMidboe 2020-04-09 23:01:25 +02:00
  • b6ee1cf906 Profile replaces route with query settings=true when enabled. KevinMidboe 2020-04-09 23:00:46 +02:00
  • 60201b1b67 Login and register pages now checks inputs for errors. throwError parameter on login and register functions allows us to receive the request object not just the decoded json. KevinMidboe 2020-04-09 21:39:26 +02:00
  • a8b8603649 /login is alias of signin component. KevinMidboe 2020-04-09 20:59:45 +02:00
  • e193528fe9 Routes with meta requiresAuth redirects to login page if token not set in localstorage KevinMidboe 2020-04-09 20:58:55 +02:00
  • 73afb34964 Logout route that clears localstorage for anything set clientside. KevinMidboe 2020-04-09 20:53:19 +02:00
  • 65bbc453e6 seasoned messages looks better when messages contains only title. KevinMidboe 2020-04-09 20:23:35 +02:00
  • 188477ab64 404 page now has button to navigate to previous page. KevinMidboe 2020-04-09 19:58:50 +02:00
  • a31bfb6b39 Updated seasonedbutton to not have a wrapping div. KevinMidboe 2020-04-09 19:55:57 +02:00
  • 681ed69ef0 Removed padding on right side of search input and removed unused comment. Kevin Midbøe 2020-02-25 13:44:48 +01:00
  • b771428b4d Changed placeholder for earch input Kevin Midbøe 2020-02-25 13:44:31 +01:00
  • fc0103ee5d Change the document title prefix from request to seasoned Kevin Midbøe 2020-02-25 12:12:07 +01:00
  • 55067b81b8 Merge branch 'master' of github.com:KevinMidboe/seasoned Kevin Midbøe 2020-02-25 12:09:45 +01:00
  • dfe2b5df09 Removed default emoji prefix of document title. Kevin Midbøe 2020-02-25 12:09:13 +01:00
  • dc0c435163 If settings dont exist, return false for isAuthenticated. KevinMidboe 2020-02-21 23:03:31 +01:00
  • 9d1ac56b9a Also check localstorage for settings if not found in state. KevinMidboe 2020-02-21 22:58:49 +01:00
  • fc2c3664d9 Resolved merge conflict. KevinMidboe 2020-02-21 22:52:36 +01:00
  • 0bd45ed777 New sidebarelement for users that are logged inn. Now they can be redirected directly to the movie in plex. KevinMidboe 2020-02-21 22:51:39 +01:00
  • 3912766982 Reverted active logic for seasonedButton. Kevin Midbøe 2020-02-20 14:09:08 +01:00
  • 3becce2a6c Moved isPlexAuthenticated from movie component to userModule. Kevin Midbøe 2020-02-20 14:08:46 +01:00
  • 20b8692c91 Forgot to toggle isActive when clicked. Kevin Midbøe 2020-02-20 13:56:56 +01:00
  • 14ac780aa5 Should not overwrite prop data. Copy and set to internal data attribute. Kevin Midbøe 2020-02-20 13:55:04 +01:00
  • d836870612 Toggle active boolean to set class on buttons. Kevin Midbøe 2020-02-20 13:41:39 +01:00
  • bc6f706e4a New mediaquery to check if hover is available then only style hover when it is. This solves sticky hover styling on mobile. Kevin Midbøe 2020-02-20 13:33:08 +01:00
  • 6ac6a9b039 Readded noselect class to description. Kevin Midbøe 2020-02-20 10:41:46 +01:00
  • 85be80d712 Removed unused code for poster image. Kevin Midbøe 2020-02-20 10:41:21 +01:00
  • 105be1e411 noselect was not the issue, bug in css-loader. KevinMidboe 2020-02-20 00:47:55 +01:00
  • 010830243e noselect class was preventing taps on mobile. KevinMidboe 2020-02-20 00:25:59 +01:00
  • 923dc46dc7 Removed setTimeout KevinMidboe 2020-02-20 00:24:34 +01:00
  • f2ef5366f5 Merge pull request #48 from KevinMidboe/refactor/image-loading Kevin 2020-02-20 00:22:14 +01:00
  • 20380a4587 Merge branch 'master' into refactor/image-loading #48 Kevin 2020-02-20 00:21:43 +01:00
  • 069ef2c458 Cleaned up some css, better loading of backdrop, simplified DOM, more meta data for tvshows and added truncating of description. KevinMidboe 2020-02-20 00:19:08 +01:00
  • 2f430b2d8f Cleaned up some of the styling for movieslistitem. KevinMidboe 2020-02-19 23:54:20 +01:00
  • f7a579a438 IntersecrionObserver checks ref intersection when mounted. KevinMidboe 2020-02-19 23:53:51 +01:00
  • b9ddd998bc When type person show known for department. KevinMidboe 2020-02-19 23:52:25 +01:00
  • ae59d02df2 Poster image dom simplified. KevinMidboe 2020-02-19 23:52:03 +01:00
  • ec205bab0c Update .drone.yml Kevin 2020-02-07 01:19:08 +01:00
  • ed49d825b8 Merge pull request #44 from KevinMidboe/feature/searchFiltering Kevin 2020-01-31 22:51:21 +01:00
  • a9db8be46a Removed duplicated top_rated icon. KevinMidboe 2020-01-31 22:32:12 +01:00
  • 1caa3c7fae Removed unsued comments and added alt tag to images KevinMidboe 2020-01-31 22:27:45 +01:00
  • 2ea4bffd49 Update .drone.yml Kevin 2020-01-31 22:21:49 +01:00
  • 5ae52f59fc Merge pull request #47 from KevinMidboe/feature/lazy-loading-images Kevin 2020-01-31 22:18:42 +01:00
  • a7e6d25d3f Lazy loading for list items. #47 KevinMidboe 2020-01-31 21:53:52 +01:00
  • 3c8463f06c disabled yarn building packages drone-test Kevin 2020-01-20 23:40:33 +01:00
  • a34313ea6f run deploy script on api host Kevin 2020-01-20 20:55:02 +01:00
  • 0ac90f1b17 Update .drone.yml Kevin 2020-01-20 20:18:49 +01:00
  • d0c32c267a Update .drone.yml Kevin 2020-01-20 20:18:23 +01:00
  • 83751a4e3e Update .drone.yml Kevin 2020-01-20 19:15:42 +01:00
  • 0e9daab187 Removed unused raven link under body Kevin 2020-01-20 19:10:45 +01:00
  • 4390491873 Update .drone.yml Kevin 2020-01-20 19:07:48 +01:00
  • d620a4cc2e Update .drone.yml Kevin 2020-01-20 19:07:00 +01:00
  • 9586d71ca0 Update .drone.yml Kevin 2020-01-20 19:06:07 +01:00
  • 64aa607924 test branch added to build triggers Kevin 2020-01-20 19:05:17 +01:00
  • 32669e5bef Update .drone.yml Kevin 2020-01-20 19:00:36 +01:00
  • 6edad3991f Create .drone.yml Kevin 2020-01-20 18:59:58 +01:00
  • 50acf0bedc Merge pull request #46 from KevinMidboe/fix/admin-from-jwt Kevin 2020-01-10 23:32:43 +01:00
  • d4369ec7a4 JwtToken decoded to set data from jwt contents. #46 KevinMidboe 2020-01-10 23:29:34 +01:00
  • c16543099e JwtDecode function for reading content of jwt token. KevinMidboe 2020-01-10 23:28:45 +01:00
  • f2a65d755c Show info also appends check_existance to url. KevinMidboe 2019-12-27 23:39:35 +01:00
  • 1fd48edd42 Set default adult value to true. #44 KevinMidboe 2019-12-27 23:31:20 +01:00
  • 68e45303c6 Filtering for search in autocomplete dropdown. KevinMidboe 2019-12-27 22:18:45 +01:00
  • 532993e9dd Merge pull request #41 from KevinMidboe/refactor Kevin 2019-12-27 22:04:36 +01:00
  • d19d72ce0c Merge pull request #40 from KevinMidboe/feature/user-graphs Kevin 2019-12-27 22:01:49 +01:00
  • d1820a08cf Same css for .light & .dark as for color-scheme. #41 KevinMidboe 2019-12-27 21:51:31 +01:00
  • bc73665b12 Elem text wrapped <li> and active icon ref fixed. KevinMidboe 2019-12-26 12:46:57 +01:00
  • 9edb19569a Change to have height to min-height: 75px KevinMidboe 2019-12-26 12:21:43 +01:00
  • 7802a89d15 New toggle release filter and fixed expand torrent KevinMidboe 2019-12-26 12:04:17 +01:00
  • 915260f41b Admin var checks localstorage for admin == "true". KevinMidboe 2019-12-26 12:01:26 +01:00
  • 0d57e9a03b Tmdb search w/ adult and media type filters. KevinMidboe 2019-12-26 01:59:01 +01:00
  • 582207d453 Error msg on empty response & added search params KevinMidboe 2019-12-26 01:37:29 +01:00
  • b1b08bfa04 Movielist item shows the title and now name for cases where the result item is a person. KevinMidboe 2019-12-26 01:35:56 +01:00
  • 14e883672d Higher z-index & checks for browser compatibility. KevinMidboe 2019-12-26 01:32:20 +01:00
  • 7a405140db Loading var for loader start and more header info. KevinMidboe 2019-12-26 01:26:46 +01:00
  • 35497f5bd2 General mobile & desktop queries. -only classes for hiding the the opposite of desktop or mobile. KevinMidboe 2019-12-26 01:18:29 +01:00
  • 91b19785d6 Darker colors for background-color for preferred color schema dark KevinMidboe 2019-12-26 01:17:11 +01:00
  • a301d21cc2 Merge branch 'feature/user-graphs' into refactor KevinMidboe 2019-12-26 01:14:34 +01:00
  • a2a4b9a553 getPerson endpoint and is called properly when movie.vue opens with type 'person'. KevinMidboe 2019-12-26 01:08:19 +01:00
  • 841ee4327e Ui components for radiobuttons and textarea #37 feat/submit-file-deviation Kevin Midbøe 2019-12-26 00:43:10 +01:00
  • 45f45559fd Day number input has defined background and text color. #40 KevinMidboe 2019-12-26 00:35:46 +01:00
  • 458256132a Updated color for .light --background-ui KevinMidboe 2019-12-26 00:33:05 +01:00
  • 0f2c166e1c Added $background-ui to .dark and .light classes for manually toggling color preference KevinMidboe 2019-12-26 00:31:30 +01:00
  • 1c7a688cb8 Moved fetch call for getting charts to api.js KevinMidboe 2019-12-26 00:28:33 +01:00
  • 6269f178e9 Store added to api KevinMidboe 2019-12-26 00:20:40 +01:00
  • 3e7527ee19 defined variables for green-70 (rgba(1, 210, 119, .73)) and background-ui (#edeef0) KevinMidboe 2019-12-26 00:17:17 +01:00
  • 2236316863 api functions for linking, unlinking-plex account, get settings and update settings. KevinMidboe 2019-12-26 00:15:45 +01:00
  • cc2fded193 Removed unnessesary filename declaratiom KevinMidboe 2019-12-26 00:10:03 +01:00
  • f32e0a8ab0 Store user module for users settings and username. KevinMidboe 2019-12-26 00:09:02 +01:00
  • ec6e6d2ba0 Class declarations for simple flex selectors. KevinMidboe 2019-12-26 00:08:26 +01:00
  • ca85635b03 Settings with new feature to autnhenticate plex account with your season account. Also moved settings to computed value of new user store module. KevinMidboe 2019-12-26 00:06:50 +01:00
  • 32257dc64e Info can now also be Array and will display the list elements in a column. Also made hader sticky and decreased some margin and increased the font. KevinMidboe 2019-12-24 13:15:33 +01:00
  • 6bba319735 Formatting KevinMidboe 2019-12-24 13:14:10 +01:00
  • dcce972fdc New togglebutton component for selection data types for the graphs in activitypage. KevinMidboe 2019-12-24 13:14:00 +01:00
  • 32e25fb983 Accounts with linked plex accounts can view their watch history per day by duration on number of plays. Have two graphs and adding more requires a new canvas element and new list element in this.charts. KevinMidboe 2019-12-24 13:08:57 +01:00
  • e7882869e6 Created checkStatusAndReturnJson middleware for checking for responses status is ok(200-299) or not and if it does returns a json parsed object. KevinMidboe 2019-11-25 23:28:23 +01:00
  • d0a251f69a Moved register and login requests to api.js. KevinMidboe 2019-11-25 23:25:08 +01:00