Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ export class ColorOptions {
colorByOptionsToInclude?: ColorByOptionKeys[],
) {
this.collectionName = collectionFolder.name;
this.colorOptionsFolder = collectionFolder.addChild('Color Options');
this.colorOptionsFolder = collectionFolder.addChild(
'Color Options',
undefined,
'color-options',
);

this.colorOptionsFolder.addConfig({
type: 'color',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,11 @@ export class PhoenixMenuUI implements PhoenixUI<PhoenixMenuNode> {
collectionName: string,
cuts: Cut[],
) {
const cutsOptionsNode = collectionNode.addChild('Cut Options');
const cutsOptionsNode = collectionNode.addChild(
'Cut Options',
undefined,
'cut-options',
);

cutsOptionsNode
.addConfig({
Expand Down Expand Up @@ -340,7 +344,11 @@ export class PhoenixMenuUI implements PhoenixUI<PhoenixMenuNode> {
collectionNode: PhoenixMenuNode,
collectionName: string,
) {
const drawOptionsNode = collectionNode.addChild('Draw Options');
const drawOptionsNode = collectionNode.addChild(
'Draw Options',
undefined,
'draw-options',
);

drawOptionsNode.addConfig({
type: 'slider',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading