mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-04 02:34:13 +02:00
keyboard shortcut help
This commit is contained in:
parent
0f857af24b
commit
11c43d5057
6 changed files with 97 additions and 15 deletions
|
|
@ -6,6 +6,7 @@ export interface AnalyseMenuProps {
|
|||
clients: number,
|
||||
inShared: boolean,
|
||||
open: boolean,
|
||||
openHelp: Function;
|
||||
}
|
||||
|
||||
export function AnalyseMenu(props: AnalyseMenuProps) {
|
||||
|
|
@ -39,6 +40,11 @@ export function AnalyseMenu(props: AnalyseMenuProps) {
|
|||
</Show>
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button class="help" title="Help" onClick={() => props.openHelp()}>
|
||||
Help
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
</details>
|
||||
</Show>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue