Skip to content

Commit

Permalink
add a help tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkaufman committed Feb 11, 2021
1 parent e3a8cf8 commit e81b654
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ <h1 id=instanceName>Bucket Brigade</h1>
<span id=recordingsTab>Recordings</span>
<span id=debugTab>Debug</span>
<span id=booktimeTab>Reserve</span>
<span id=helpTab>Help</span>
<span id=aboutTab>About</span>
</div>

Expand Down Expand Up @@ -786,7 +787,11 @@ <h3>Debug Info</h3>
target=_blank href="https://github.com/gwillen/solstice-audio-test/issues/new">file
an issue</a> or write to <tt>[email protected]</tt>.

<h2>Troubleshooting</h2>
</div>
</div>

<div id=help class=middlePane>
<div style="max-width: 40em">

<h3>Someone is much too quiet during songs</h3>

Expand Down Expand Up @@ -1263,6 +1268,7 @@ <h2>Then refresh the page and try again.</h2>
"Debug": window.debugInfo,
"Reserve": window.booktime,
"About": window.about,
"Help": window.help,
"Recordings": window.recordings,
"AdvancedSettings": window.advancedSettings,
"UnsupportedBrowser": window.noAudioWorklet,
Expand All @@ -1274,6 +1280,7 @@ <h2>Then refresh the page and try again.</h2>
"Debug": window.debugTab,
"Reserve": window.booktimeTab,
"About": window.aboutTab,
"Help": window.helpTab,
"AdvancedSettings": window.advancedSettingsTab,
"Recordings": window.recordingsTab,
};
Expand Down

0 comments on commit e81b654

Please sign in to comment.