From 76b278855080fc39d5bbbe018cf324f21bfddac3 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Fri, 10 Mar 2023 10:59:52 +0000 Subject: [PATCH] minor ui update - unreleased --- source/manifest.json | 4 ++-- source/vue/TaskItem.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/manifest.json b/source/manifest.json index 2f84189..5217588 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -1,6 +1,6 @@ { "name": "Auto-archiver extension", - "version": "0.1.0", + "version": "0.1.1", "description": "A gateway to effective archiving of online content, including behind private platforms. ", "homepage_url": "https://github.com/bellingcat/auto-archiver-extension", "manifest_version": 3, @@ -32,4 +32,4 @@ "scopes": ["https://www.googleapis.com/auth/userinfo.email"] }, "key":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlKYc35vN+NAqABtFbBU60XoTzAQynotX2H/kF14m/czN91kI6QIqQTD5JzAfyab4GgWS60eaQM6ieCc3XeQlhfUdBXUtndQN0HYdqyseTojHkcmQul8esbo1hztgNnuNW12wJ5wwJqjzYcXHjeRCwmWA0Ohld1Xh+HAwAWDpRfcWCB8S06G79SvVvk4C8WvpVYvO5MX6twBGZy/FpsFI+RodgHPK4doefo9iYRoeR47Zw20EYG+W4z8ehWR2xlpf56yq4IlsVVL78RSYqwwG4vLggXWb1MaSvnwjyVpGlcLZMoRfBgmzQrltbNCPZWS/QQ8SHk90s1kkuoiCHUgMlQIDAQAB" -} \ No newline at end of file +} diff --git a/source/vue/TaskItem.vue b/source/vue/TaskItem.vue index 6c8a707..ddd4493 100644 --- a/source/vue/TaskItem.vue +++ b/source/vue/TaskItem.vue @@ -26,7 +26,7 @@ {{ task.url }} {{ task?.result?.status || "open" - }} + }}{{ task?.result?.status || 'no result' }} {{ readbleDate }} delete @@ -112,4 +112,4 @@ export default { this.checkStatus(); } } - \ No newline at end of file +