Skip to content

Commit

Permalink
Add some initial tips
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Nov 22, 2024
1 parent 37af970 commit 7b9cb27
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _app/homepage/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,8 @@ footer {
}

#advanced-settings-tips-tricks {
max-width: 42em;

&[open]::backdrop {
background-color: rgb(0 0 0 / 25%);
}
Expand Down
19 changes: 18 additions & 1 deletion _app/homepage/templates/homepage/sections/webauthn_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,24 @@
</div>
</div>
<dialog id="advanced-settings-tips-tricks">
<h1>Hello</h1>
<p class="h5">Advanced Settings Tips & Tricks</p>
<p>
A brief list of advanced capabilities that may not be immediately obvious when using this site:
</p>
<ul>
<li>
<strong>Sharing the URL</strong> in the address bar after making changes in Advanced Settings enables
others to open this site with the same configuration.
</li>
<li>
Clicking <strong>Authenticate</strong> without entering a username is supported. This
enables testing "usernameless" authentication.
</li>
<li>
Changing <strong>Authentication Settings > User Verification</strong> will restart
conditional UI using the chosen setting.
</li>
</ul>
<button
id="advanced-settings-tips-tricks-close"
class="btn btn-primary"
Expand Down

0 comments on commit 7b9cb27

Please sign in to comment.