Skip to content

Commit

Permalink
707: Got submenus and tooltips to work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
tombogle committed Feb 28, 2024
1 parent 233af67 commit c802ebb
Show file tree
Hide file tree
Showing 14 changed files with 6,619 additions and 4,434 deletions.
1 change: 1 addition & 0 deletions extensions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

432 changes: 220 additions & 212 deletions lib/platform-bible-react/dist/index.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/platform-bible-react/dist/index.cjs.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion lib/platform-bible-react/dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,10 @@ export type MultiColumnMenu = SingleColumnMenu & {
columns: ColumnsWithHeaders;
};
export type MenuItemInfoBase = {
/** Text (displayable in the UI) as the name of the command */
/** Text (displayable in the UI) as the name of the menu item */
label: string;
/** Text to display when the mouse hovers over the menu item */
tooltip?: string;
};
export type Command = MenuItemInfoBase & {
/** Command to execute (string.string) */
Expand Down
Loading

0 comments on commit c802ebb

Please sign in to comment.