Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/submit issue with movie/show #37

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Next Next commit
Errors active icon name
KevinMidboe committed Nov 24, 2019
commit c34a8673873c84448b3d864173eaf1b2169a0a56
6 changes: 2 additions & 4 deletions src/components/Movie.vue
Original file line number Diff line number Diff line change
@@ -32,10 +32,8 @@

<!-- SIDEBAR ACTIONS -->
<div class="movie__actions" v-if="movie">

<sidebar-list-element :iconRef="'#iconNot_exsits'" :active="matched"
:iconRefActive="'#iconExists'" :textActive="'Already in plex 🎉'">

<sidebar-list-element :iconRef="'#iconNot_exsits'" :active="requested"
:iconRefActive="'#iconExists'" :textActive="'Already in plex 🎉'" :class="requested ? 'rotate-180' : null">
Not yet in plex
</sidebar-list-element>
<sidebar-list-element @click="sendRequest" :iconRef="'#iconSent'"