diff --git a/index.html b/index.html index f7f8d01..b37da37 100644 --- a/index.html +++ b/index.html @@ -98,7 +98,7 @@ Does not exsits - + Exsists diff --git a/src/components/Movie.vue b/src/components/Movie.vue index 3b42468..fb892e4 100644 --- a/src/components/Movie.vue +++ b/src/components/Movie.vue @@ -32,33 +32,20 @@
- - - Already in plex  ðŸŽ‰ - - - - Not in plex yet - - - - - Requested to be downloaded - - - - Request to be downloaded? - - - - - Search for torrents - - - - - See more info - + + + +
@@ -126,6 +113,7 @@ import storage from '@/storage.js' import img from '@/directives/v-image.js' import TorrentList from './TorrentList.vue' import Person from './Person.vue' +import SidebarAction from './movie/SidebarAction.vue' import LoadingPlaceholder from './ui/LoadingPlaceholder.vue' @@ -133,7 +121,7 @@ import { getMovie, getShow, request, getRequestStatus } from '@/api.js' export default { props: ['id', 'type'], - components: { TorrentList, Person, LoadingPlaceholder }, + components: { TorrentList, Person, LoadingPlaceholder, SidebarAction }, directives: { img: img }, // TODO decide to remove or use data(){ return{ diff --git a/src/components/movie/SidebarAction.vue b/src/components/movie/SidebarAction.vue new file mode 100644 index 0000000..ba6c6e8 --- /dev/null +++ b/src/components/movie/SidebarAction.vue @@ -0,0 +1,95 @@ + + + + +