From 17c96dd01a76bea355effdd9064caa900203b525 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 16 Dec 2023 17:17:54 -0700 Subject: [PATCH] fix linting, etc with previous feature (env warning) --- project.task.yaml | 1 + src/views/AccountViewView.vue | 15 +++++++++++---- src/views/DiscoverView.vue | 2 +- src/views/HomeView.vue | 10 ++++++++-- src/views/ProjectViewView.vue | 2 +- src/views/ProjectsView.vue | 2 +- 6 files changed, 23 insertions(+), 9 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index 80997875b..0bae35c66 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -14,6 +14,7 @@ tasks: - https://gitea.anomalistdesign.com/trent_larson/py-push-server/pulls/3/files - remove "notification push server" advanced setting since it only makes sense on the current domain - prompt user to install on their home screen + - warn if they're using the web (android only?) - back-and-forth on discovery & project pages led to "You need an identity to load your projects." error on product page when I had an identity - fix the projects on /discover to show the issuer (currently all "Someone Anonymous") diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index 1dad814bf..cb153bd26 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -106,6 +106,7 @@