mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Add info and hover tooltips
Summary: Adds tooltip buttons to various parts of the UI that either open a popup with information when clicked, or show a label on hover. Test Plan: Project tests. Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D3657
This commit is contained in:
4
app/client/declarations.d.ts
vendored
4
app/client/declarations.d.ts
vendored
@@ -113,7 +113,9 @@ declare module "app/client/components/commands" {
|
||||
public desc: string;
|
||||
public humanKeys: string[];
|
||||
public keys: string[];
|
||||
public run: () => any;
|
||||
public getDesc(): string;
|
||||
public getKeysDesc(): string;
|
||||
public run(): any;
|
||||
}
|
||||
|
||||
export type CommandsGroup = any;
|
||||
|
||||
Reference in New Issue
Block a user