New list element for reporting an issue
This commit is contained in:
		@@ -36,17 +36,22 @@
 | 
				
			|||||||
            :iconRefActive="'#iconExists'" :textActive="'Already in plex 🎉'" :class="requested ? 'rotate-180' : null">
 | 
					            :iconRefActive="'#iconExists'" :textActive="'Already in plex 🎉'" :class="requested ? 'rotate-180' : null">
 | 
				
			||||||
            Not yet in plex
 | 
					            Not yet in plex
 | 
				
			||||||
          </sidebar-list-element>
 | 
					          </sidebar-list-element>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          <sidebar-list-element @click="sendRequest" :iconRef="'#iconSent'"
 | 
					          <sidebar-list-element @click="sendRequest" :iconRef="'#iconSent'"
 | 
				
			||||||
            :active="requested" :textActive="'Requested to be downloaded'">
 | 
					            :active="requested" :textActive="'Requested to be downloaded'">
 | 
				
			||||||
 | 
					 | 
				
			||||||
            Request to be downloaded?
 | 
					            Request to be downloaded?
 | 
				
			||||||
          </sidebar-list-element>
 | 
					          </sidebar-list-element>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          <sidebar-list-element v-if="admin" @click="showTorrents=!showTorrents"
 | 
					          <sidebar-list-element v-if="admin" @click="showTorrents=!showTorrents"
 | 
				
			||||||
            :iconRef="'#icon_torrents'" :active="showTorrents"
 | 
					            :iconRef="'#icon_torrents'" :active="showTorrents"
 | 
				
			||||||
            :supplementaryText="numberOfTorrentResults">
 | 
					            :supplementaryText="numberOfTorrentResults">
 | 
				
			||||||
 | 
					 | 
				
			||||||
            Search for torrents
 | 
					            Search for torrents
 | 
				
			||||||
          </sidebar-list-element>
 | 
					          </sidebar-list-element>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					          <sidebar-list-element @click="reportIssue" :iconRef="null" :active="showIssueForm">
 | 
				
			||||||
 | 
					             ⚠️  Report an issue!
 | 
				
			||||||
 | 
					          </sidebar-list-element>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          <sidebar-list-element @click="openTmdb" :iconRef="'#icon_info'">
 | 
					          <sidebar-list-element @click="openTmdb" :iconRef="'#icon_info'">
 | 
				
			||||||
            See more info
 | 
					            See more info
 | 
				
			||||||
          </sidebar-list-element>
 | 
					          </sidebar-list-element>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user