We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation would require:
webview.loadUrl("javascript:...")
var element = document.getElementById("topnav"); var lwaSection = '<section><a href="/analysis">Lichess Web App</a><div role="group"><a href="settings:">Settings</a><a href="https://github.com/forgottosave/LichessWebApp/issues">Report Bug</a></div></section>' var githubSection = '<section><a href="/analysis">Github</a><div role="group"><a href="https://github.com/lichess-org">Lichess</a><a href="https://github.com/forgottosave/LichessWebApp">Lichess Web App</a></div></section>' element.insertAdjacentHTML( 'beforeend', lwaSection ); element.insertAdjacentHTML( 'beforeend', githubSection );
There are two alternative options:
The text was updated successfully, but these errors were encountered:
forgottosave
No branches or pull requests
Description
A small settings menu would be nice to have. This settings menu could be inserted directly into the Lichess menu (example on the right).Implementation would require:
webview.loadUrl("javascript:...")
and javascript-code below)Alternatives
There are two alternative options:
The text was updated successfully, but these errors were encountered: