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

Use Byline component for user settings dialog #1958

Merged

Conversation

@JohannesDoberer JohannesDoberer added this to the Sprint 18 milestone Mar 30, 2021
@JohannesDoberer JohannesDoberer added the enhancement New feature or request label Mar 30, 2021
@ndricimrr ndricimrr self-assigned this Mar 30, 2021
@ndricimrr
Copy link
Contributor

Other than some small comments, LGTM 👍

Co-authored-by: Stanley Hsu <stanleyhsu1984@gmail.com>
export function handleKeyUp(event, index) {
if (
event.keyCode === KEYCODE_ENTER ||
(KEYCODE_SPACE && event.keyCode !== KEYCODE_TAB)
Copy link
Contributor

Choose a reason for hiding this comment

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

It looks strange here. KEYCODE_SPACE is a number.
Did you mean event.keyCode === KEYCODE_SPACE ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thanks for pointing this out, somehow the brackets were in the wrong place. Fixed that

@stanleychh stanleychh self-assigned this Mar 31, 2021
@UlianaMunich UlianaMunich merged commit 97661e7 into SAP:master Mar 31, 2021
@UlianaMunich UlianaMunich deleted the 1921-add-byline-to-usersettings-dialog branch March 31, 2021 13:28
@ndricimrr ndricimrr mentioned this pull request Apr 1, 2021
stanleychh pushed a commit to stanleychh/luigi that referenced this pull request Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use byline list component in user settings dialog
4 participants