Skip to content

Commit

Permalink
Update with popup methods
Browse files Browse the repository at this point in the history
  • Loading branch information
PanoramicPanda committed Aug 6, 2023
1 parent a3da642 commit 3af6f3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</head>
<body>
<div id="textDiv">
<sub>v1.0.8</sub>
<sub>v1.0.9</sub>
<h1>Utilizing the Symbiote</h1>
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.
<br/>
Expand All @@ -78,13 +78,13 @@ <h1>Utilizing the Symbiote</h1>
<hr>

<h2>Having Issues?</h2>
<h3>It's not letting me log in</h3>
<p>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.</p>
<h3>I clicked the Game Log button, but it's still not working!</h3>
<p>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.</p>
<p>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.</p>
<h3>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?</h3>
<p>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.</p>
<h3>I keep getting stuck with the "Are you human?" prompt!</h3>
<p>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.</p>
<br/>
<br/>

Expand All @@ -96,6 +96,7 @@ <h3>I accidentally clicked on the wrong campaign page Game Log and now there are
<details>
<summary>Changelog</summary>
<ul>
<li><b>v1.0.9</b> - Added the new support for popup logins, such as Google</li>
<li><b>v1.0.8</b> - Added banner to signal when observer is working</li>
<li><b>v1.0.7</b> - Added Changelog and Redid Landing Page/Readme</li>
<li><b>v1.0.6</b> - Fix Adv/Dis 20/1 highlighting</li>
Expand Down
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -32,6 +32,7 @@
"64x64": "/ddbo.png"
},
"environment": {
"loadTargetBehavior": "popup",
"capabilities": [
"runInBackground"
],
Expand Down

0 comments on commit 3af6f3e

Please sign in to comment.