From 167df35d379999317eb0a28e1b3102d437540556 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sun, 17 Oct 2021 00:28:13 +0200 Subject: [PATCH] Fixed tags module not dealing with empty releases or tags, added origin tag column to chapter tag table. --- assets/components/tags/tags.vue | 17 +++++++++++------ migrations/20190325001339_releases.js | 3 ++- public/img/logos/zemani/zemani.png | Bin 0 -> 9330 bytes seeds/04_media.js | 2 +- src/tags.js | 6 +++++- 5 files changed, 19 insertions(+), 9 deletions(-) create mode 100644 public/img/logos/zemani/zemani.png diff --git a/assets/components/tags/tags.vue b/assets/components/tags/tags.vue index 15bf7d7f..d6361a62 100644 --- a/assets/components/tags/tags.vue +++ b/assets/components/tags/tags.vue @@ -1,7 +1,10 @@