Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature - choreography switch component #117

Merged
merged 19 commits into from
Jun 19, 2019
Merged

Feature - choreography switch component #117

merged 19 commits into from
Jun 19, 2019

Conversation

friedow
Copy link
Collaborator

@friedow friedow commented Jun 12, 2019

Changelog

Features added

  • List all available choreographies
  • Switch between existing choreographies
  • Add new choreographies
  • Rename existing choreographies
  • Delete existing choreographies

@friedow friedow added the feature New feature or request label Jun 12, 2019
@friedow friedow self-assigned this Jun 12, 2019
.djs-select-wrapper, .djs-rename-wrapper {
padding: 8px;
margin-top: -1px;
height: fit-content;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently, Firefox 60.7.0esr (64-bit) does not understand this.

image

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved that issue by setting height to 100%. Please test again.

lib/features/switch/ChoreoSwitch.js Show resolved Hide resolved
});
}

handleEndRenameEvent() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The event parameter is missing.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved this.

}

execute(options) {
this.prevoisName = this._choreoUtil.currentChoreography().name;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

previous

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved this.

@friedow friedow requested a review from jan-ladleif June 14, 2019 09:22
@jan-ladleif jan-ladleif merged commit 170a8e6 into master Jun 19, 2019
@jan-ladleif jan-ladleif deleted the feature/switch branch June 19, 2019 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants