Skip to content

#RI-2946, RI-2944 - add claim message, ack message#717

Merged
AmirAllayarovSofteq merged 10 commits intomainfrom
feature/RI-2946_RI-2944_messages_actions
May 31, 2022
Merged

#RI-2946, RI-2944 - add claim message, ack message#717
AmirAllayarovSofteq merged 10 commits intomainfrom
feature/RI-2946_RI-2944_messages_actions

Conversation

@AmirAllayarovSofteq
Copy link
Copy Markdown
Contributor

No description provided.

@AmirAllayarovSofteq AmirAllayarovSofteq self-assigned this May 30, 2022
@AmirAllayarovSofteq AmirAllayarovSofteq added the feature New feature or request label May 30, 2022
@egor-zalenski
Copy link
Copy Markdown
Contributor

egor-zalenski commented May 30, 2022

I found a few critical bugs:

  1. Claim doesn't work. Idle time should be a number in the BE
  2. Scroll in the Consumers list select shouldn't close a Popover
  3. Popover shouldn't close after clicking anywhere
  4. Strange design

image

For feature please schedule an internal demo meeting (me or Roman, someone from QA, BA and Andrei) before create a pull request

<EuiFieldNumber
name="minIdleTime"
id="minIdleTime"
data-testid="port"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

rename data-testid

acknowledge: (entry: string) => void
}

const AckPopover = ({ id, isOpen, closePopover, showPopover, acknowledge }:Props) => (
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

please, destruct inside component
const { ... } = props
and add space after :

color="warning"
iconType="trash"
onClick={() => acknowledge(id)}
data-testid="acknowledge"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

better use acknowledge-submit

@AmirAllayarovSofteq AmirAllayarovSofteq merged commit c14c37d into main May 31, 2022
@AmirAllayarovSofteq AmirAllayarovSofteq deleted the feature/RI-2946_RI-2944_messages_actions branch May 31, 2022 15:10
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.

3 participants