From 110ed009b2ce90024831fcd21a05abcd8657c469 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Fri, 14 Jul 2023 20:30:40 -0600 Subject: [PATCH] remove unused reference, call out another verbiage fix to do --- project.task.yaml | 1 + src/views/ProjectViewView.vue | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index 90ff3b33e..fdfc08348 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -30,6 +30,7 @@ tasks: - .5 remove edit from project page for projects owned by others - .2 there are three dots at the top of ProjectViewView that refreshes the page but doesn't do anything else - 01 fix images on project page, on discovery page +- .2 on ProjectViewView, show different messages for "to" and "from" sections if none exist - .2 fix static icon to the right on project page (Matthew - I've made "Rotary" into issuer?) - .2 fix rate limit verbiage (with the new one-per-day allowance) assignee:trent diff --git a/src/views/ProjectViewView.vue b/src/views/ProjectViewView.vue index 9c144176b..f53dc3fc8 100644 --- a/src/views/ProjectViewView.vue +++ b/src/views/ProjectViewView.vue @@ -163,7 +163,6 @@ import { Component, Vue } from "vue-facing-decorator"; import GiftedDialog from "@/components/GiftedDialog.vue"; import { accountsDB, db } from "@/db"; -import { AccountsSchema } from "@/db/tables/accounts"; import { Contact } from "@/db/tables/contacts"; import { MASTER_SETTINGS_KEY } from "@/db/tables/settings"; import { accessToken } from "@/libs/crypto"; @@ -179,7 +178,6 @@ import QuickNav from "@/components/QuickNav"; components: { GiftedDialog, AlertMessage, QuickNav }, }) export default class ProjectViewView extends Vue { - accounts: AccountsSchema; activeDid = ""; alertMessage = ""; alertTitle = "";