Show twist.moe eye in Planning and Dropped

This commit is contained in:
Jarmo Riikonen 2018-07-02 17:15:17 +03:00
parent 45cb2e6c26
commit ec2d9d98fd
2 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,7 @@ component AnimeListScrollable(animeListItems []*arn.AnimeListItem, viewUser *arn
a(href=item.Link(viewUser.Nick))= item.Anime().Title.ByUser(user)
.anime-list-item-actions
if user != nil && item.Status == arn.AnimeListStatusWatching && user.Location.CountryName != "Japan"
if user != nil && item.Status != arn.AnimeListStatusCompleted && user.Location.CountryName != "Japan"
//- if user.ID == "KpdWUlPzR"
//- a(href=arn.Nyaa.GetLink(item.Anime()), title="Search on Nyaa", target="_blank", rel="noopener")
//- RawIcon("download")

View File

@ -992,6 +992,8 @@ export default class AnimeNotifier {
}
onKeyDown(e: KeyboardEvent) {
console.log(e.keyCode)
let activeElement = document.activeElement
// Ignore hotkeys on input elements