From 4c4e2f6f139144939ac982a089204216569e9a88 Mon Sep 17 00:00:00 2001 From: freyamade Date: Fri, 5 Aug 2022 12:25:20 +0100 Subject: [PATCH 1/2] bump version --- backend/backend/settings_live.py | 2 +- frontend/.env | 2 +- frontend/src/main.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/backend/settings_live.py b/backend/backend/settings_live.py index cfabe1df..10175875 100644 --- a/backend/backend/settings_live.py +++ b/backend/backend/settings_live.py @@ -178,7 +178,7 @@ def sampler(context): # If you wish to associate users to errors (assuming you are using # django.contrib.auth) you may enable sending PII data. send_default_pii=True, - release='savageaim@20220613', + release='savageaim@20220805', ) # Channels diff --git a/frontend/.env b/frontend/.env index d9884e2d..e8b4d47d 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1 +1 @@ -VUE_APP_VERSION="20220613" +VUE_APP_VERSION="20220805" diff --git a/frontend/src/main.ts b/frontend/src/main.ts index f3ac672d..84b7fceb 100644 --- a/frontend/src/main.ts +++ b/frontend/src/main.ts @@ -27,7 +27,7 @@ Sentry.init({ Vue, dsn: 'https://06f41b525a40497a848fb726f6d03244@o242258.ingest.sentry.io/6180221', logErrors: true, - release: 'savageaim@20220613', + release: 'savageaim@20220805', }) new Vue({ From 0f1f9d348f3bcd73d223908313abde6fda307ae5 Mon Sep 17 00:00:00 2001 From: freyamade Date: Fri, 5 Aug 2022 12:25:38 +0100 Subject: [PATCH 2/2] display message when a team has no proxies --- frontend/src/views/team/join.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/team/join.vue b/frontend/src/views/team/join.vue index 34a300e5..333b27cc 100644 --- a/frontend/src/views/team/join.vue +++ b/frontend/src/views/team/join.vue @@ -29,7 +29,7 @@
-
Select your Character and BIS List
+
Select a Character and BIS List
@@ -50,6 +50,9 @@

These are Characters that are currently managed by the Team.

If any of these are yours, just click them to attempt to claim and verify them as such!


+
+

This team has no Proxy Characters, please sign up with one of your own!

+