Polish up the Layers panel design

This commit is contained in:
Keavon Chambers
2024-04-01 02:09:01 -07:00
parent 5bab38e173
commit 938a688fa0
17 changed files with 217 additions and 28 deletions
@@ -613,8 +613,16 @@ export class LayerPanelEntry {
expanded!: boolean;
hasChildren!: boolean;
visible!: boolean;
parentsVisible!: boolean;
unlocked!: boolean;
parentsUnlocked!: boolean;
parentId!: bigint | undefined;
id!: bigint;
@@ -769,6 +777,8 @@ export class FontInput extends WidgetProps {
export class IconButton extends WidgetProps {
icon!: IconName;
hoverIcon!: IconName | undefined;
size!: IconSize;
disabled!: boolean;
@@ -934,6 +944,8 @@ export class TextButton extends WidgetProps {
icon!: IconName | undefined;
hoverIcon!: IconName | undefined;
emphasized!: boolean;
flush!: boolean;