Commit Graph

209 Commits

Author SHA1 Message Date
b11d2f752b WIP. Collapsing backgroup header for move view on touchw 2019-08-14 00:22:27 +02:00
11e4f02bf8 Forgot to call sendRequest when request is clicked 2019-07-01 19:28:28 +02:00
e06850ebe6 Settings Created lifehook was incorrectly under methods 2019-06-30 22:35:54 +02:00
d95e168468 "see more info" now opens tmdb 2019-06-29 18:50:13 +02:00
d74aab1b7a Moved sidebar html to a separate component 2019-06-29 13:39:20 +02:00
7e926bb37f Requests are now posted with a body to endpoint /v2/requests 2019-06-28 22:30:37 +02:00
8e58ba49ce Refactored ⛏ 2019-06-28 21:26:51 +02:00
36cb31462f Only try search for torrents if admin 2019-06-28 20:53:02 +02:00
6920877bfc Do a separate api call to check if an item is requested already 2019-06-28 20:52:16 +02:00
75a8496791 Extended function names to clearify its action 2019-06-10 00:51:01 +02:00
2ae175d1b5 Moved configurable api addresses to config.json. Elasticsearch relatime search can also be disabled by setting to false or undefined 2019-06-10 00:43:09 +02:00
f8e0892c34 Decreased timeout on success notification to human time scale 2019-06-04 23:18:43 +02:00
a03cdcb9d8 Scoped tmdbid to local instance 2019-06-04 23:18:07 +02:00
ab192b57f4 Rewrote the entire component. Now we use are own table with a new design and auto expanding to view more information. Table also supports sorting and collapses columns on smaller screens 2019-06-04 23:15:56 +02:00
74fdd09b3e Started working on cast template view 2019-06-04 22:50:36 +02:00
b637cb3e08 Completly new search input with elastic realtime search. Handles keyboard inputs and autohides to not be in the way 2019-06-04 22:50:09 +02:00
3e92fbc626 Cleaned up imports 2019-06-04 22:37:02 +02:00
7f38f7f0cd Renamed seasonedAPI to api.js 2019-06-04 22:34:05 +02:00
df33e2408a Simplified what happens in template. Re-wrote all logic to be more agile to the given input, and also handle reloading a state from a given url. 2019-06-04 22:24:52 +02:00
8c5a8212c0 Settings now use the seasonedAPI controller for plex authentication. Now only handles the response from plex, given username and password 2019-06-04 22:16:08 +02:00
847e20f7a4 Moved axios api call to seasonedAPI controller 2019-06-04 22:04:55 +02:00
2403a58d2e Replaced most of dom with seasoned-input and -button components. 2019-06-04 22:03:32 +02:00
8219826007 Updated both signin and register with new seasoned-button and -input components. Still needs some styling fixed, duplicated scoped styling 2019-06-04 21:55:51 +02:00
2b634bc711 Removed unused varables and comments 2019-06-04 21:48:38 +02:00
1b6a494cc0 Profile page uses new movies-list parameters and seasonedApi updated to handle authentication tokens. TODO move away auth token from getLists function 2019-06-04 21:46:03 +02:00
0a458bfe21 Formatting and added a todo for better image handling 2019-06-04 21:43:17 +02:00
fd405250a5 Changed settings buttons from being manually setup to use the seasonedButton compnent. Scoped styling 2019-06-04 20:12:25 +02:00
a306664bd7 Removed manual axios call for emojis. Now use the seasonedApi controller function getEmoji 2019-06-04 20:10:24 +02:00
0bceef3dc6 Removed unused styling 2019-06-04 19:54:28 +02:00
8d6af9c695 Removed axios import now that api calls are moved to seasonedAPI. Add gst 2019-06-04 19:51:31 +02:00
95633f4c69 Clean up some styling rules. Also set a static margin on the loading-placeholder for actions to be aligned with the loaded list items. 2019-06-04 19:19:34 +02:00
ec5b74984d Movie popup is now a prototype on the vue instance. Initialized in App and accessible on this.$popup 2019-06-03 23:27:07 +02:00
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
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
aada5fc2c5 Created a loader component that is the loading spinner for the page 2019-06-03 23:03:09 +02:00
352aabb21d Common input field and button moved to a component that can be reused 2019-06-02 22:49:50 +02:00
a467b9f16c Dont check length of image if image does not exist 2019-06-02 22:46:46 +02:00
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
33750f6a65 Removed unused stylings 2019-06-02 17:17:23 +02:00
7456579e55 Moved homepage banner into its own component 2019-06-02 17:15:45 +02:00
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
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
b3e8e447e2 Removed unused demo component 2019-06-02 00:38:56 +02:00
1bed14c8c3 Removed tmdb type from request 2018-08-13 00:32:38 +02:00
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
5ff25889e4 Stricter href to /# path 2018-08-12 23:22:16 +02:00
a9439fdb29 Demo-modal for settings 2018-07-25 19:00:54 +02:00
6d42769f54 Added settings page for users. 2018-07-25 18:49:54 +02:00
c8a80d6b05 Added filter toggle for requested. 2018-07-25 18:46:08 +02:00
86d70f3c69 Removed unused urls and removed rating function. 2018-07-25 18:41:48 +02:00