From 3af6f3ef20b93b51188679476a72c8fc1d6d7486 Mon Sep 17 00:00:00 2001 From: PanoramicPanda Date: Sun, 6 Aug 2023 19:38:31 -0400 Subject: [PATCH] Update with popup methods --- index.html | 7 ++++--- manifest.json | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index c4edf57..0d69896 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@
- v1.0.8 + v1.0.9

Utilizing the Symbiote

After logging in and navigating to the My Campaigns page, you'll need to go to the campaign in question and open up the Game Log.
@@ -78,13 +78,13 @@

Utilizing the Symbiote


Having Issues?

-

It's not letting me log in

-

Symbiotes are currently being detected as a not supported browser by some login methods. They also do not support pop-up logins such as Google. Logging in with a Wizard's account seems to be the most successful way at the moment. This will hopefully be resolved in the future.

I clicked the Game Log button, but it's still not working!

Are you on the correct page? This only works on the main campaign page for your D&D Beyond campaign (The one where you see all the characters in the campaign). This is intentional.

Try clicking somewhere else on the page other than the Game Log and click the Game Log button again. Sometimes it will not load correctly if D&D Beyond has not finished loading the Game Log in the background when you get to your campaign page.

I accidentally clicked on the wrong campaign page Game Log and now there are no links on the page. How do I go back to find the right one?

Just use the navigation controls in the top right of the symbiote panel. You will see controls for Back, Refresh, and Forward. Refresh the page or go back.

+

I keep getting stuck with the "Are you human?" prompt!

+

Yeah, this has to do with the way D&D Beyond detects the Symbiote browser. There's nothing we can do for now, but hopefully will be fixed in a future update.



@@ -96,6 +96,7 @@

I accidentally clicked on the wrong campaign page Game Log and now there are
Changelog
    +
  • v1.0.9 - Added the new support for popup logins, such as Google
  • v1.0.8 - Added banner to signal when observer is working
  • v1.0.7 - Added Changelog and Redid Landing Page/Readme
  • v1.0.6 - Fix Adv/Dis 20/1 highlighting
  • diff --git a/manifest.json b/manifest.json index 4307765..bd39c64 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "summary": "A Symbiote to watch the D&D Beyond Game Log from a Campaign and report the rolls into TaleSpire.", "entryPoint": "/index.html", "descriptionFilePath": "/README.md", - "version": "1.0.8", + "version": "1.0.9", "about": { "website": "https://github.com/PanoramicPanda/ddb_observeGameLog", "authors": [ @@ -32,6 +32,7 @@ "64x64": "/ddbo.png" }, "environment": { + "loadTargetBehavior": "popup", "capabilities": [ "runInBackground" ],